.your-next-step-section {
    padding: 154px 0 200px;
    position: relative;
    background-color: rgba(10, 27, 43, 0.05);
}

.your-next-step-section .step-container {
    display: flex;
    max-width: 1460px;
    padding: 0 30px;
    margin: 0 auto;
    gap: 22px;
}

.your-next-step-section .single-title {
    font-family: Biotif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.16px;
    margin: 40px 0 0;
    padding: 0;
    color: #0A1B2B;
    text-align: center;
}

.your-next-step-section .step-container .single-item {
    border-radius: 20px;
    padding: 45px 70px;
    background: #fff;
}


.your-next-step-section .step-container .single-item .image-icon-box {
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.your-next-step-section .step-container .single-item .image-icon-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.your-next-step-section .single-item .single-content p {
    font-family: Biotif;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
    margin: 5px 0 0;
    padding: 0;
    color: rgba(0, 0, 0, .72);
    text-align: center;
}


.your-next-step-section .single-item .single-content p:only-child {
    margin-bottom: 0;
}

.your-next-step-section .main-title-wrapper {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 50px;
}

.your-next-step-section .main-title-wrapper h2 {
    font-family: 'Biotif';
    font-weight: 600;
    font-size: 50px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0A1B2B;
    margin: 0 0 10px;
}

.your-next-step-section .main-title-wrapper p.sub-title-text {
    color: #000;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Biotif';
    text-align: center;
    margin: 0 auto;
    max-width: 750px;
}

.your-next-step-section .step-block.step-block-left {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(43% - 14.666px);
}
.your-next-step-section .step-block.step-block-middle,
.your-next-step-section .step-block.step-block-right {
    width: calc(28.5% - 14.666px);
}

.your-next-step-section .button-block a {
    background: #243647;
    font-family: Biotif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 14px 28px;
    text-decoration: none;
    color: #fff;
    min-width: 220px;
    border-radius: 10px;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.your-next-step-section .button-block {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.your-next-step-section .button-block a:hover {
    background: #000;
    color: #fff;
}

.your-next-step-section .info-text {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    color: rgba(0, 0, 0, .72);
    line-height: normal;
}
.your-next-step-section .step-block-left .single-title {
    font-size: 40px;
    margin: 57px auto 0;
    max-width: 257px;
    line-height: 1.2;
}
.your-next-step-section .step-block-left .single-item .single-content p,
.your-next-step-section .step-block-right .single-item .single-content p {
    margin-top: 11px;
}

.your-next-step-section .step-block-left .button-block a {
    min-width: 262px;
    background: #F87252;
}

.your-next-step-section .step-block-left .button-block a:hover {
    background: #f7522a;
}

.your-next-step-section .step-block-left .button-block {
    margin-top: 40px;
}
.your-next-step-section .step-block-left .info-text,
.your-next-step-section .step-block-right .info-text {
    margin-top: 28px;
}

.your-next-step-section .step-container .step-block-left .single-item {
    padding: 113px 45px 111px;
    background: linear-gradient(208deg,rgba(255, 255, 255, 1) 50%, rgba(248, 114, 82, 0.2) 100%);
}
.your-next-step-section .step-container .step-block-right .single-item {
    background: linear-gradient(
27deg, rgba(255, 255, 255, 1) 0%, rgba(255, 190, 99, 0.20) 100%);
}


.your-next-step-section .step-block-right .single-title {
    font-size: 38px;
    margin: 40px auto 0;
    max-width: 209px;
    line-height: 1.1;
}

.your-next-step-section .step-block-right .button-block a {
    background: #FFBE63;
    color: #000;
}

.your-next-step-section .step-block-right .button-block a:hover {
    background: #fda72e;
}

.your-next-step-section .step-block-right .button-block {
    margin-top: 30px;
}


.your-next-step-section .step-container .step-block-middle .single-item + .single-item {
    margin-top: 22px;
}

.your-next-step-section .step-block.step-block-left,
.your-next-step-section .step-block.step-block-right {
    padding-top: 60px;
}
.your-next-step-section .step-container .step-block-left .single-item,
.your-next-step-section .step-container .step-block-right .single-item {
    min-height: 585px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width: 1366px) {
    .your-next-step-section {
        padding: 100px 0;
    }
    .your-next-step-section .main-title-wrapper h2 {
        font-size: 42px;
    }
    .your-next-step-section .button-block a {
        padding: 14px 20px;
        min-width: unset;
    }
    
    .your-next-step-section .step-container .single-item {
        padding: 45px 25px;
    }

}
@media(max-width: 1024px) {
    .your-next-step-section {
        padding: 80px 0;
    }
    .your-next-step-section .main-title-wrapper h2 {
        font-size: 36px;
    }
    .your-next-step-section .main-title-wrapper {
        margin: 0 auto 30px;
    }
    .your-next-step-section .step-container .step-block-left .single-item {
        padding: 60px 45px 80px;
    }
    
    .your-next-step-section .step-block-left .single-title {
        font-size: 36px;
        margin: 40px auto 0;
        max-width: 257px;
    }
    
    .your-next-step-section .step-container .single-item {
        padding: 30px 25px;
    }
    
    .your-next-step-section .single-title {
        margin: 30px 0 0;
    }
    
    .your-next-step-section .step-block-right .single-title {
        margin: 30px auto 0;
        font-size: 28px;
    }
    .your-next-step-section .step-container .step-block-left .single-item,
    .your-next-step-section .step-container .step-block-right .single-item {
        min-height: 535px;
    }
}
@media(max-width: 991px) {
    .your-next-step-section {
        padding: 60px 0;
    }
    .your-next-step-section .main-title-wrapper h2 {
        font-size: 32px;
        margin: 0 0 5px;
    }
    .your-next-step-section .main-title-wrapper {
        margin: 0 auto 20px;
    }
}
@media(max-width: 767px) {
    .your-next-step-section {
        padding: 40px 0;
    }
    .your-next-step-section .main-title-wrapper h2 {
        font-size: 28px;
    }
}