.bg-container {
    background: url(../img/products/map4.jpg);
    background-color: rgba(0, 0, 0, 0.568);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
}

.appointment-main-text h1 {
    font-weight: 400 !important;
    color: white;
    font-size: 60px;
}

.appointment-main-text {
    margin-top: 70px !important;
    margin-bottom: 20px;
}

.box h1 {
    font-weight: 400;
    font-size: 27px;
    padding-top: 0px;
}

.box {
    padding: 20px;
    height: fit-content;
}

.box p {
    font-size: 20px;
}

.box .blue-txt {
    color: black;
}

@media(max-width:1081px) {
    .main-box-container .box {
        width: 85vw;
    }
}

@media(max-width:811px) {

    .main-box-container {
        display: block;
    }

    .main-box-container .box {
        width: 85vw;
        margin: 10px;
    }
}

@media(max-width:450px) {

    .main-box-container {
        display: flex;
    }

    .main-box-container .box {
        width: 85vw;
        margin: 10px;
    }

    .bg-container .appointment-main-text h1 {
        font-size: 45px;
    }

    .box h1 {
        font-weight: 400;
        font-size: 20px;
        padding-top: 0px;
    }

    .box p {
        font-size: 15px;
    }

    .main-box-container .box {
        width: 80vw;

    }
}

@media(max-width:376px) {
    .main-box-container .box {
        height: 73vh;
        margin: 10px;
    }

    .appointment-main-text h1 {
        font-size: 30px;
    }
}

@media(max-width:326px) {
    .main-box-container .box {
        height: 90vh;
    }
}