.section-block_pb {
    padding-bottom: 300px;
}
.banner-services {
    background: url('../../img/Services.jpg') no-repeat center/cover;
}
.banner-services__subtitle {
    width: 60%;
}
.section-block__small-title {
    margin-bottom: 1rem;
    font-size: 18px;
}
.section-block__title_width {
    /*width: 50%;*/
    margin: auto;
}
.section-block__list {
    list-style: disc;
    padding-left: 50px;
    font-family: 'PT Serif';
    margin-bottom: 20px;
}
.section-block__item {
    font-size: 18px;
}
.section-block-btn {
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
}
.section-block__btn {
    background-color: #0089ff;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 8px;
    padding: 5px 18px;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
}
.section-block__btn:hover {
    color: #ffffff;
}
.section-block__btn:focus {
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
}
.section-block__link_light {
    color: #0089ff;
    font-family: 'PT Serif';
}
.section-block__link_light:hover {
    color: #077ce1;
}
.private {
    margin-top: 60px;
}
.title-border {
    position: relative;
    padding-top: 8px;
    margin-top: 24px;
}
.title-border::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #7b7b7b;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 575px) {
    .container-custom {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .section-block__list {
        padding-left: 30px;
    }
    .section-block__title_width {
        width: 100%;
    }
    .section-block__item {
        font-size: 16px;
    }
    .section-block__btn {
        font-size: 16px;
    }
    .section-block_pb {
        padding-bottom: 150px;
    }
}
/*@media (min-width: 768px) and (max-width: 1112px) {*/
/*    .section-block__title_width {*/
/*        width: 100%;*/
/*    }*/
/*}*/
