.highlight-1 span {
    font-family: Barbra;
    font-size: 20px;
    text-transform: uppercase;
}

.highlight-1 {
    background-color: #FAA968;
}

.highlight-container h3 {
    font-size: 70px;
}

.highlight-container p {
    font-size: 20px;
}

.highlight-1 .card-1 {
    background-color: #F85525;
}

.highlight-1 .card-1 .btn {
    color: black;
}

.highlight-1 .card-2 {
    background-color: #028391;
    color: white;
}

.card {
    transition: 1s;
}

.card .btn {
    font-family: Barbra;
    font-size: 15px;
}

.card:hover {
    box-shadow: 0 0 10px rgb(131, 131, 131);
    transition: 0.3s;
}

h4 {
    font-family: Barbra;
    font-size: 20px;
    text-transform: uppercase;
}

.background-1 img {
    max-height: 100;
}

.highlight-0 {
    background-color: white;
}

.highlight-0 .card-1 {
    background-color: #F85525;
}

.highlight-0 .card-2 {
    background-color: #028391;
}

.highlight-2 {
    background-color: #F6DCAC;
}

.highlight-2 .card-1 {
    background-color: #F85525;
}

.highlight-2 .card-2 {
    background-color: #028391;
}

.bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.background-container {
    height: 300px;
}
