.services-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 160px;
}

.services-sec.inverse{
    flex-direction: row-reverse;
}

.services-sec .sec-left{
    flex: 4;
    max-width: 568px;
}
.services-sec .sec-m {
    flex: 1;
}
.services-sec .sec-right{
    flex: 5;
    max-width: 600px;
}

.services-sec .sec-right_img {
    width: 100%;
}


.h2-p{
    font-size: 20px;
    line-height: 28px;
    color: #808AB8;
    margin-top: 24px;
}
.tapes-button .icon {
    transition: all .3s
}
.tapes-button:hover .icon {
    transform: translate(5px, 0);
}


@media (max-width: 800px) {
    .services-sec {
        flex-direction: column;
        justify-content: center
    }
    .services-sec.inverse{
        flex-direction: column;
    }

    .services-sec .sec-m {

        height: 64px;
        flex:none;
    }
}