.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);
}

.bottom-tapes {
    background-image: linear-gradient(90deg, #4F3DF5 0%, #00CDFF 100%);
}

.payment-sec{
    position: relative;
    text-align: center;
}

.payment-sec_bg{
    position: absolute;
    z-index: -1;
    left: 0px;
    top: -80px;
    width: 100%;
}

index-h2{
    margin-top: 160px;
    text-align: center;
}

.index-h2_p{
    margin-top: 16px;

}

.services-sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 64px;

}

.services-item{
    max-width: 336px;
    margin-top: 0px;
    padding: 32px;
    border-radius: 16px;
    text-align: center;
    transition: background .3s;
}

.services-item:hover{
    background: #141933;
}

.services-item:hover .item-icon {
    box-shadow: 0 8px 24px 0 #4F3DF5;
}

.services-item .item-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 0px;
    background-color: var(--primary);
    border-radius: 50%;
    transition: all .3s;
    background-image: -webkit-gradient(linear, left top, right top, from(#4F3DF5), to(#7D66F2));
    background-image: -o-linear-gradient(left, #4F3DF5 0%, #7D66F2 100%);
    background-image: linear-gradient(90deg, #4F3DF5 0%, #7D66F2 100%);
}

.services-item .item-icon_img {
    width: 40px;
    vertical-align: middle;
}

.services-item .item-title {
    margin-top: 24px;
}

.services-item .h3-p {
    color: var(--secondary-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
}

@media (max-width: 950px) {
    .payment-sec_bg{
        top: -40px;
    }
}


@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;
    }
}

@media (max-width: 480px) {


    .card-left{
        margin-bottom: 16px;
    }

    .card-right_title{
        text-align: center;
    }

    .payment-sec_bg{
        top: 0px;
    }
}
