.advanteges {
    padding: 0 15px;
}
.advanteges .left, 
.advanteges .right {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}
.advanteges .right {
    width: 36%;
    padding-left: 3%;
}
.advanteges .right img {
    max-width: 100%;
}
.korp_adv .left, 
.korp_adv .right {
    width: 47%;
}
.result-table.clearfix {
    overflow: hidden;
    text-align: center;
}
.result-table .result {
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    width: 300px;
    margin: 0 15px 30px;
    box-shadow: 1px 1px 0 rgb(215 215 215 / 60%);
    padding: 56px 30px;
}
.korp_adv .result-table .result {
    width: initial;
    margin: 0;
    box-shadow: none;
    padding: 0;
    max-width: 205px;
}
.korp_adv .result-table .result:first-child {
    float: left;
}
.korp_adv .result-table .result:nth-child(2) {
    float: right;
    margin-top: 70px;
}
.korp_adv .result-table .result:last-child {
    margin-top: 37px;
    max-width: 100%;
    width: 100%;
}
.ind_podh .left {
    width: 28%;
    display: inline-block;
    vertical-align: top;
}
.ind_podh .right {
    width: 67%;
    display: inline-block;
    vertical-align: top;
    margin-left: calc(5% - 5px);
}
.ind_podh .right a {
    color: #fff;
    font-weight: 700;
    background: #7cc156;
    border-radius: 3px;
    padding: 15px 22px;
    display: inline-block;
    margin-top: 15px;
}
@media (max-width: 555px){
    .advanteges .left, 
    .advanteges .right {
        width: 100%;
        padding: 0 15px;
    }
}
@media (max-width: 555px){
    .advanteges .right, 
    .advanteges h2, 
    .get-block {
        text-align: center;
    }
    .ind_podh .left, .ind_podh .right {
        width: 100%;
        display: inline-block;
        margin: 0;
        text-align: center;
    }
}