.get_service_200922{
    width: 100%;
    background-image: url('./img/back_img.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 75px;
    padding-bottom: 153px;
}
@media (max-width: 767px) {
    .get_service_200922{
        margin-top: 0;
        padding-bottom: 30px;
    }
}
.get_service_200922__title{
    font-size: 36px;
    padding-top: 152px;
    margin-bottom: 74px;
    color: #fff;
}
@media (max-width: 767px) {
    .get_service_200922__title{
        font-size: 24px;
        padding-top: 32px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 24px;
    }
}
.get_service_200922__menu{
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .get_service_200922__menu{
        display: block;
        text-align: center;
    }
}

.get_service_200922__item{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 16px 40px;
    color: #068F9D;
    font-size: 20px;
    background-color: #fff;
    cursor: pointer;
}

.get_service_200922__item:hover,
.get_service_200922__item:focus,
.get_service_200922__item:focus,
.get_service_200922__item:active,
.get_service_200922__item:visited{
    background-color: #068F9D; color: #fff;
}



@media (min-width: 1200px) and (max-width: 1300px) {
    .get_service_200922__item {
        padding: 16px 35px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .get_service_200922__item{
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .get_service_200922__item{
        max-width: 296px;
        font-size: 18px;
        border-radius: 5px;
        margin: 0 auto 25px auto;
    }
    .get_service_200922__item:last-child{
       margin-bottom: 0;
    }
}


@media (min-width: 768px) {
    .get_service_200922__item_green {
        background-color: #068F9D;
        color: #fff;
    }
}

.get_service_200922__block-info{
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 -3px 13px -6.5px black;
    position: relative
}
@media (max-width: 767px) {
    .get_service_200922__block-info{
        display: none;
    }
}

.get_service_200922__str{
    margin-bottom: 22px;
    color: #205A5A;
}

.get_service_200922__bottom-txt{
    font-size: 14px;
    color: #068F9D;
    margin-bottom: 27px;
}



