.checkout-image-block{
    background: rgba(234, 234, 234, 0.25);
}

.checkout-image{
    background-image: url('./assets/img/after-checkout-img.jpg');"
}



.checkout-image__progress-bar::after{
    width: 100%;
}

.next-steps-title{
    margin-top: 61px;
    text-align: center;
    font-size: 38px;
    font-weight: 500;
}

.next-steps-title span{
    font-weight: 700;
    color: #B749DA;
}

.next-steps-actions{
    display: flex;
    justify-content: center;
    margin-top: 92px;
    margin-bottom: 92px;
}

.next-steps-action{
    max-width: 489px;
}

.next-steps-action:first-child{
    margin-right: 100px;
}

.next-steps-action__image{
    text-align: center;
}

.next-steps-action__title{
    margin-top: 32px;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    text-align: center;
}

.next-steps-action__desc{
    margin-top: 16px;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #212121;
}

iframe{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


@media screen and (max-width: 600px){

    .checkout-image{
        background-image: url('./assets/img/after-checkout-img-mob.jpg');"
    }

    .checkout-image__progress-bar::after{
        width: 100%;
    }

    .next-steps-title{
        margin-top: 43px;
        font-size: 22px;
        line-height: 20px;
    }

    .next-steps-actions{
        flex-direction: column;
        margin-top: 51px;
        margin-bottom: 38px;
    }

    .next-steps-action {
        max-width: 357px;
        padding: 15px;
        margin: 0 auto;
    }

    .next-steps-action:first-child {
        margin-right: auto;
        margin-bottom: 46px;
    }

    .next-steps-action__wrap{
        display: flex;
    }

    .next-steps-action__image img{
        width: 44px;
        margin-right: 25px;
    }

    .next-steps-action__title{
        margin-top: 0px;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }
    .next-steps-action__desc{
        text-align: left;
        font-size: 18px;
        line-height: 33px;
    }

}
