.total-banner-section {
    background-color: var(--theme-color-light-green);
    width: 100%;
    min-height: cal(100vh - var(--header-height));
    overflow: hidden;
}

.top-image {
    width: 100%;
    height: 250px;
}

.hole-image-container {
    padding-right: 0px;
    width: 75%;
    flex-wrap: wrap;
}
.hole-top-image {
    width: 18.75%;
}
.image-container-service {
    width: 300px;
    height: 320px;
}

.border-container {
    border-top: 1px solid var(--theme-font-color);
    padding: 20px;
}

.teeth-heading-container {
    padding-left: var(--std-padding);
    position: relative;
}

.image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 4px 4px 10px gray;
}

.line {
    background-color: var(--theme-font-color);
    height: 1.5px;
    width: 100%;
    opacity: 1;
}

.teeth {
    width: 65px;
    height: 65px;
}

.line-one {
    text-align: right;
}

p {
    margin-bottom: 0px;
}

.text-container {
    padding: 20px;
}

@media screen and (max-width: 540px) {
    .text-container {
        width: 100% !important;
        order: 2;
    }
    .image-container-service {
        width: 100% !important;
    }
    .hole-image-container {
        flex-wrap: wrap;
    }

    .hole-top-image {
        width: 49.75%;
    }
    .top-image {
        width: 100%;
        height: 210px;
    }
} 

@media screen and (max-width: 360px) {
    .top-image {
        width: 135px;
        height: 210px;
    }
}

@media screen and (max-width: 390px) {
    .hole-top-image {
        width: 47.75%;
    }
    .top-image {
        width: 100%;
        height: 210px;
    }
}

/* @media screen and (max-width: 375px) {
    .top-image {
        width: 140px;
        height: 210px;
    }
}

@media screen and (max-width: 390px) {
    .top-image {
        width: 146px;
        height: 210px;
    }
}

 @media screen and (max-width: 412px) {
    .top-image {
        width: 154px;
        height: 210px;
    }
}

@media screen and (max-width: 360px) {
    .top-image {
        width: 135px;
        height: 210px;
    }
} */

/* @media screen and (max-width: 344px) {
    .top-image {
        width: 270px;
        height: 210px;
    }
} */

/* @media screen and (min-width: 501px) and (max-width: 767px) {
    .text-container {
        width: 100% !important;
        order: 2;
    }
    .image-container-service {
        width: 100% !important;
    }
    .top-image {
        width: 200px;
        height: 210px;
    }
} */

@media screen and (min-width: 768px) {
    .hole-top-image {
        width: 23.75%;
    }
    .top-image {
        width: 100%;
        height: 270px;
    }
}



@media screen and (min-width: 501px) and (max-width: 768px) {}





/* @media screen and (min-width: 853px) {
    .top-image {
        width: 290px;
        height: 290px;
    }

}  */



@media screen and (min-width: 912px){
    .hole-top-image {
        width: 22.75%;
    }
    .top-image {
        width: 100%;
        height: 210px;
    }
}

@media screen and (min-width: 1024px) {
    .hole-top-image {
        width: 25%;
    }
    .top-image {
        width: 100%;
        height: 210px;
    }
}

@media screen and (min-width: 1280px) {
    .hole-top-image {
        width: 25%;
    }
}

@media screen and (min-width: 1400px) {
    .top-image {
        width: 100%;
        height: 210px;
    }
    .hole-top-image {
        width: 25%;
    }
}
