.logo {
    width: 200px;
}

@media screen and (max-width: 576px) {
    .logo {
        width: 150px;
    }
}
.rts__circle svg text textPath {
    font-size: 14.5px;
}
@media screen and (max-width: 992px) {
    .banner.v__2 .banner__wrapper .banner__slides--navigation {
        bottom: 0px;
    }
    .banner.v__2
        .banner__wrapper
        .banner__slides--navigation--single:not(:last-child) {
        margin-bottom: 30px;
    }
}

