/* ---------------- */
.iframe-info {
    display: flex;
    padding: 4rem 10% 0;
    gap: 4%;
}

.iframe-info .iframe-left {
    max-width: 48%;
    min-width: 48%;
}

.iframe-info .iframe-left iframe {
    width: 100%;
    height: 500px;
}

.iframe-info .info-right {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.info-right div {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    justify-content: flex-start;
}

.info-right div svg {
    margin-top: .25rem;
}

.info-right div h2 {
    min-width: 22%;
    /* background: green; */
    font-weight: 400;
}

.info-right div p {
    text-align: left;
    /* background: red; */
    max-width: 60%;
}

.info-right div * {
    font-size: 1.25rem;
    line-height: 1.5;
}

@media screen and (max-width: 1700px) {
    .iframe-info {
        padding-inline: 5%;
    }
}

@media screen and (max-width: 800px) {
    .iframe-info {
        flex-direction: column;
        padding-top: 2rem;
        padding-inline: 5%;
    }

    .iframe-info .iframe-left {
        max-width: 100%;
        min-width: 100%;
    }

    .info-right div h2 {
        min-width: 25%;
    }

    .info-right div {
        gap: .5rem;
    }

    .info-right div svg {
        margin-top: .2rem;
    }

    .info-right div * {
        font-size: 1.1rem;
        line-height: 1.4;
    }

    .iframe-info .iframe-left iframe {
        height: 350px;
        margin-bottom: 2rem;
    }
}

/* --------------------- */
/* contact */
.page-opening-section {
    padding-top: 2.5rem;
    padding-inline: 15%;
}

.page-opening-section h2 {
    font-size: 2.25rem;
    font-weight: 400;
}

.page-opening-section-contact h2 {
    font-size: 2.25rem;
}

.page-opening-section p {
    /* max-width: 60%; */
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 1.25rem 0;
    opacity: .75 !important;
}

.page-opening-section p strong {
    /* font-style: italic; */
    font-weight: 600;
    font-size: inherit;
}

.page-opening-section img{
    width: 100%;
    object-fit: cover;
    display: block;
    height: 500px;
    object-position: 50% 10%;
}

@media screen and (max-width: 1700px) {
    .page-opening-section {
        padding-inline: 10%;
    }
}

@media screen and (max-width: 1200px) {
    .page-opening-section {
        padding-top: 1.75rem;
        padding-inline: 5%;
    }

    .page-opening-section-contact {
        padding-top: 0rem;
    }

    .page-opening-section h2 {
        font-size: 1.75rem;
        margin-bottom: .5rem;
    }

    .page-opening-section-contact h2 {
        font-size: 1.75rem;
    }

    .page-opening-section p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .height-virugambakam {
        height: 3rem;
        /* background-color: red; */
    }
}

@media screen and (max-width: 800px) {
    .page-opening-section img{
        height: 250px;
    }
}