.expertise_first_section {
    width: 100%;
    /*height: 85vh;*/
    aspect-ratio: 16 / 5.8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.expertise_first_section_video {
    width: 100%;
    height: 100%;
}

.expertise_first_section_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expertise_first_section_text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 3%;
}

.expertise_first_section_text a {
    width: 25%;
}

.expertise_first_section_text button {
    width: 100%;
    height: auto;
    background-color: #9B9B9B;
    padding: 4%;
    margin-top: 5%;
    border: none;
    color: white;
    font-size: 1em;
}

.expertise_second_section {
    width: 100%;
    height: auto;
    background-color: white;
    padding: 3%;
}

.expertise_second_section h1 {
    width: 100%;
    text-align: left;
    color: #9B417D;
}

.expertise_second_section p {
    color: #595959;
    width: 100%;
    text-align: left;
    margin-bottom: 5%;
}

.expertise_second_section_tiles {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
}

.expertise_second_section_tile {
    width: 25%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #790252;
    margin: 1.5%;
}

.expertise_second_section_tile img {
    width: 100%;
    height: auto;

}

.expertise_second_section_tile h2 {
    width: 100%;
    text-align: center;
    color: white;
    padding: 3%;
    font-size: 1.2em;
    margin-bottom: 0;
}

.expertise_third_section {
    width: 100%;
    height: auto;
    background-color: #790252;
    padding: 3%;
    display: flex;
    flex-direction: row;
}

.expertise_third_section_left {
    width: 50%;
    /*height: auto;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 3%;
}

.expertise_third_section_left img {
    width: 100%;
    height: auto;
}

.expertise_third_section_left button {
    width: 60%;
    height: auto;
    background-color: #9B9B9B;
    padding: 2%;
    margin-top: 7%;
    border: none;
    color: white;
    font-size: 1em;
}

.expertise_third_section_right {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3%;
}

/*.expertise_third_section_right p {
    padding-left: 10%;
}*/

.expertise_third_section_right div {
    margin-bottom: 3%;
}

@media (max-width: 768px) {
    .expertise_first_section {
        flex-direction: column;
        height: auto;
    }

    .expertise_first_section_text {
        align-items: center;
        justify-content: space-evenly;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
        width: 100%;
    }

    .expertise_first_section_text h1 {
        font-size: 2rem;
        font-weight: bold;
    }

    .expertise_first_section_text a {
        width: 40%;
        font-size: 5vw;
    }

    .expertise_first_section_video {
        width: 100%;
        height: 40vh;
    }

    .expertise_second_section_tiles {
        flex-direction: column;
        align-items: center;
    }

    .expertise_second_section_tile {
        width: 100%;
    }

    .expertise_third_section {
        flex-direction: column;
    }

    .expertise_third_section_left {
        width: 100%;
        text-align: center;
    }

    .expertise_third_section_right {
        width: 100%;
        text-align: center;
    }
}

#scheduleCallBtn {
    margin-top: 20px;
}