.service-section {
    margin-bottom: 2rem;
}
body{font-size: 17px;}
.service-header {
    /*background: var(--main-color);*/
    padding: 1px;
    
}
.service-header h1{
    position: relative;
    top: 25px;
    background: var(--main-accent-color) !important;
    color: #ffffff !important;
    box-shadow: 0px 2px 6px 0px #777777;
}
.container:not(.navbar .container){
    overflow-x: hidden;
}
.service-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.25rem;
}
.service-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}
.citation{
    font-style: italic;
}
.uvodzovky{
    font-size: 7em;
    margin-bottom: -58px;
    font-family: Arial, sans-serif;
}
h2, h3{
    color: var(--main-accent-color);
   }
   #dieta{
    height: 400px;
    float: right;
    margin: 5px 5px;
   }
   #milk-teeth {
    float: inline-start;
    margin: 0px 15px 10px 0px;
    width: 352px;
}
.uvodzovky-outer{
    width: 60px; height: 60px; background: var(--main-accent-color); color: #fff; border-radius: 50%; margin: 0 auto 15px;
    position: absolute;
    top: -29px;
    left: 8%;
    z-index: 2;
}
.carousel {
    position: relative;
}
.carousel-control-prev-icon {
    margin-left: -50px;
}
.carousel-control-next-icon {
    margin-right: -50px;
}
.testimonial-item{
    background: #fff; color: #333; border-radius: 8px; padding: 9px 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 80%;
}
.testimony-text {
    font-style: italic;
    font-size: large;
}
#brush2{
    display: none;
} 
#floating-right{
    float: right;
    width: 400px;
    margin: 7px 0px 15px 15px;
}
#zubok{
    position: relative;
    right: -72%;
    top: 71px;
    z-index: 2;
    width: 200px;
    filter: drop-shadow(2px 2px 3px black);
}
#zubok1{
    position: relative;
    right: -98px;
    top: 44px;
    z-index: 2;
    width: 200px;
    filter: drop-shadow(2px 2px 3px black);
}
#child1{
    width: 350px;
    float: inline-end;
    margin: 0px 0px 10px 10px;
}
#zubny-kaz{
    width: 360px;
    float: inline-end;
}
.fullbg {
    background: var(--main-accent-color);
    color: var(--main-color);
}
.fullbg-main{
    background-color: var(--main-color);
}
.fullbg-main .number{ 
    background: var(--main-accent-color);
    color: var(--main-color);
    padding: 6px 12px 6px 14px;
    margin-right: 5px;
}

.number{
    background: var(--main-color);
    color: var(--main-accent-color);
    padding: 4px 9px 4px 14px;
    border-radius: 50%;
}
.fullbg p{
    color: #f9f9f9;
}
#teeth-whitening{
    float: right;
    width: 450px;
}
@media screen and (max-width: 850px) {
    
    #child1,#floating-right,#teeth-whitening{ 
        width: 100%;
        float: none;
    }
    #dieta{
        height: auto;
        float: right;
    margin: 5px 5px;
    width: 98%;
    }
    #zubok{
        
        right: -68%;
    top: 76px;
    
    width: 115px;
    }
}
@media screen and (max-width: 600px) {
    #zubny-kaz{
        width: 100%;
        float: none;
    }
    
    .uvodzovky-outer{
        left: -5%;
    }
    .testimonial-item{
        width: 100%;
    }
    #brush1{
        display: none;
    }    
    #brush2{
        display: block;
    } 
}