.treatments .item h3.text{
    margin-bottom: 0;
}
.treatments .item .link {
    align-items: flex-start;
}
.popup-form .row-file {
    align-items: flex-start;
}
.endodontic-section .hover-background-changer{
    width: 600px;
}
.endodontic-section .container{
    max-width: 1024px;
}
.endodontic-section .content-block-wrapper{
    max-width: 575px;
}
@media screen and (max-width: 1480px) {
    .about-section{
        background: #422e2c;
    }
    .endodontic-section .hover-background-changer{
        right: 50%;
        left: initial;
    }
}
@media screen and (max-width: 1200px) {
    .endodontic-section .content-block-wrapper{
        max-width: 100%;   
    }
}
@media (max-width: 998px) {
    .care-path .stage-card .counter {
        color: #3c3c3b;
    }
}
@media (max-width: 580px) {
    .popup-form .row-file .actions{
        order: 2;
    }
}
@media (max-width: 762px) {
    .endodontic-section .hover-background-changer{
        opacity: 1;
    }
}