main.contact {
    margin-top: 12vh;
    width: 100vw;
    aspect-ratio: 1920 / 610;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 8%;
    flex-direction: row-reverse;
}

main.contact form {
    border-radius: 16px;
    box-shadow: 0 4px 12px 12px rgba(0, 0, 0, 0.25);
    height: 431.25px;
    aspect-ratio: 640 / 482;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0vw 1.5vw;
    justify-content: space-between;
}

section.visitUs2 {
    width: 100vw;
    height: 35.4vw;
    margin-bottom: 4vh;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 3.5vw 8vw;
}

.scheduleVisitItem {
    height: 100%;
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scheduleVisitItem .btnConnect {
    width: 100%;
}

.scheduleVisitHeading {
    font-family: Libre Baskerville;
    font-weight: 600;
    font-size: 1.75vw;
    margin-bottom: 1.5vw;
    width: 100%;
}

.visitUs2img1 {
    height: 100%;
    width: auto;
    border-radius: 16px;
}

.scheduleVisitItem2 {
    height: 100%;
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.scheduleVisitItem2 p {
    font-size: 0.85vw;
    margin-bottom: 3vw;
}

.visitUs2img2 {
    height: auto;
    width: 100%;
    border-radius: 16px;
}

@media (max-width: 599px) {
    main.contact {
        width: 100vw;
        height: max-content;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 5vh;
        padding: 0 5vw;
        box-sizing: border-box;
        margin-top: 10vh;
    }

    main.contact form {
        margin-top: 2vh;
        border-radius: 16px;
        box-shadow: none;
        border: 1px solid rgba(136, 136, 136, 0.3);
        width: 100%;
    }

    .contactInfo {
        height: max-content;
        width: 100%;
    }

    .contactusText {
        font-size: 3vw;
    }

    .contactHeading {
        font-size: 5vw;
        margin-bottom: 0vh;
    }

    .contactCardsCont {
        display: flex;
        flex-wrap: wrap;
    }

    .contactCard {
        display: flex;
        align-items: center;
        aspect-ratio: 346.5 / 120;
    }

    .contactCard:nth-child(odd) {
        width: 40%;
    }

    .contactCard:nth-child(even) {
        width: 60%;
    }

    .contactCard.marginBottom {
        margin-bottom: 1vw;
    }

    .contactIcon {
        aspect-ratio: 1 / 1;
        margin-right: 2vw;
    }

    .contactDetailHeading {
        font-size: 4vw;
    }

    .contactDetail {
        font-size: 2vw;
    }

    section.visitUs2 {
        width: 100vw;
        height: max-content;
        margin-bottom: 4vh;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 3.5vw 8vw;
        flex-direction: column;
    }

    .scheduleVisitItem {
        height: 100%;
        width: 75%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 2vh;
    }

    .scheduleVisitItem .btnConnect {
        width: 100%;
    }

    .scheduleVisitHeading {
        font-family: Libre Baskerville;
        font-weight: 600;
        font-size: 4vw;
        margin-bottom: 1.5vw;
        width: 100%;
    }

    .visitUs2img1 {
        width: 75%;
        height: auto;
        border-radius: 16px;
        margin-bottom: 2vh;
    }

    .scheduleVisitItem2 {
        height: max-content;
        width: 75%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .scheduleVisitItem2 p {
        font-size: 3vw;
        margin-bottom: 3vw;
    }

    .visitUs2img2 {
        height: auto;
        width: 100%;
        border-radius: 16px;
    }
}