.vrop-page-block {
    padding-top: 100px;
    padding-bottom: 100px;
}

.vrop-title {
    font-weight: 600;
    font-size: 44px;
    line-height: 1.3;
    text-align: center;
    color: #474766;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1100px) {
    .vrop-page-block {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 750px) {
    .vrop-page-block {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .vrop-title {
        font-size: 20px !important;
    }
}

.breadcrumbs {
    top: 90px;
}

@media screen and (max-width: 1200px) {
    .breadcrumbs {
        top: 10px;
    }
}

@media screen and (max-width: 750px) {
    .breadcrumbs {
        top: 5px;
    }

    .breadcrumbs .breadcrumbs__item {
        font-size: 12px;
    }
}
