




@media (max-width: 1024px) {
}

@media (max-width: 980px) {
    section.meet .meet-img img {
        height: 500px;
    }
    .col-5 {
        width: 100%;
    }
    .col-7 {
        width: 100%;
    }
    section.meet .meet-img img {
        width: 100%;
    }

    section.meet .head {
       margin-top: 20px;
    }
}


@media (max-width: 540px) {
    section.meet .meet-img img {
        height: 300px;
    }
    section.meet .head h2 {
        font-size: 28px;
    }
    section.meet .head h4 {
        font-size: 25px;
    }

    section.meet .head h6 {
        font-size: var(--f22);
    }
    section.meet .content p {
        margin-top: var(--m10);
    }
    section.meet .head {
        width: 100%;
    }
}