.section-steps .section-heading {
    padding-bottom: 40px;
}

.section-steps__items {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
}

.section-steps__item {
    max-width: 308px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.section-steps__item img {
    margin: 0 auto;
    display: table;
}

.section-steps__item-panel {
    background: #fff;
    margin-top: 30px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.section-steps__item-header {
    color: #4D4948;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 13px 15px;
    background: #FFE140;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.section-steps__item a {
    color: #4D4948;
    opacity: 1;
}

.section-steps__item.item-2 {
    padding-top: 185px;
}

.section-steps__item.item-3 {
    padding-top: 55px;
}

.section-steps__item.item-1:before {
    content: "";
    width: 174px;
    height: 155px;
    background: url(../../images/waves/wave_01.svg);
    position: absolute;
    top: 100px;
    left: -173px;
}

.section-steps__item.item-2:before {
    content: "";
    width: 140px;
    height: 220px;
    background: url(../../images/waves/wave_03.svg);
    position: absolute;
    left: -138px;
    top: 70px;
}

.section-steps__item.item-3:before {
    content: "";
    width: 252px;
    height: 150px;
    background: url(../../images/waves/wave_02.svg);
    position: absolute;
    left: -256px;
    top: 16px;
}


.section-steps__item.item-3:before {
    content: "";
    width: 252px;
    height: 150px;
    background: url(../../images/waves/wave_02.svg);
    position: absolute;
    left: -256px;
    top: 16px;
}

.section-steps__item.item-3:after {
    content: "";
    width: 236px;
    height: 521px;
    background: url(../../images/waves/wave_04.svg);
    position: absolute;
    right: -150px;
    top: 85px;
}

.section-steps__item.item-2 .section-steps__item-header {
    color: #fff;
    background: #AD3275;
}

.section-steps__item.item-3 .section-steps__item-header {
    background: #D2DCE6;
}

.section-steps__item-header p {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.section-steps__item-content {
    padding: 15px 10px;
}

.section-steps__item-content p {
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: center;
}

.section-steps__item-content span {
    color: #4D4948;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.section-steps__item-content span:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../images/icons/right-arrow_ico.svg);
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.section-steps__item a:hover span:after {
    margin-left: 12px;
}

@media (max-width: 992px) {
    .section-steps__items {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .section-steps__item {
        max-width: 350px;
        padding: 0;
    }

    .section-steps__item-content p {
        font-size: 20px;
    }

    .section-steps__item.item-2,
    .section-steps__item.item-3{
        padding-top: 0;
    }

    .section-steps__item.item-1:before {
        width: 65px;
        height: 76px;
        background: url(../../images/waves/wave-mobile_01.svg);
        top: -64px;
        left: 0;
    }

    .section-steps__item.item-2:before {
        width: 198px;
        height: 34px;
        background: url(../../images/waves/wave-mobile_02.svg);
        left: 75px;
        top: -37px;
    }

    .section-steps__item.item-3:before {
        width: 195px;
        height: 48px;
        background: url(../../images/waves/wave-mobile_03.svg);
        left: 74px;
        top: -48px;
    }

    .section-steps__item.item-3:after {
        width: 80px;
        height: 22px;
        background: url(../../images/waves/wave-mobile_04.svg);
        left: 150px;
        top: auto;
        bottom: -32px
    }
}