.next-step-sec {
    padding: 80px 0;
    text-align: center;
}

.next-step-sec.bg-shape {
    background: linear-gradient(201.29deg, #E6F1F9 -15.47%, rgba(43, 189, 254, 0) 31.4%);
    background: url('data:image/svg+xml,<svg width="1440" height="566" viewBox="0 0 1440 566" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="1440" height="566" fill="url(%23paint0_linear_1044_780)"/><defs><linearGradient id="paint0_linear_1044_780" x1="1415.5" y1="-125.429" x2="1360.33" y2="234.797" gradientUnits="userSpaceOnUse"><stop stop-color="%23E6F1F9"/><stop offset="1" stop-color="%232BBDFE" stop-opacity="0"/></linearGradient></defs></svg>');
    background-size: cover;
    background-position: top right;
}

.next-step-sec.bg-shape .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.next-step-sec .section-title h2>span {
    text-transform: uppercase;
    color: var(--orange);
}

.next-step-wraper .section-title h2 {
    text-transform: uppercase;
}

.next-step-wraper {
    background-image: url(../images/step-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.next-step-wraper .section-title {
    margin-bottom: 64px;
}

.next-step-wraper .section-title>*,
.next-step-wraper .content-block>*,
.next-step-wraper .section-title>*,
.next-step-wraper p a {
    color: var(--white);
}

.next-step-wraper:before {
    content: "";
    display: block;
    background: rgb(1 112 191 / 60%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.section-title p {
    font-size: 20px;
    line-height: 27px;
}

.job-apply-text p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-top: 0;
}

.job-apply-text p+p {
    margin-top: 20px;
}

.job-apply-text {
    margin-top: 20px;
}

.next-step-sec.view-current-openings .section-title {
    margin-bottom: 25px;
}

.next-step-sec.view-current-openings .next-step-wraper {
    padding: 50px 30px;
}

.view-current-openings>* {
    color: var(--white);
}

.view-current-openings .section-title h2>span {
    text-transform: uppercase;
    color: var(--orange);
}

.next-step-wraper .btn-primary-bgred {
    margin-left: 0;
}

@media (max-width: 1199px) {
    .section-title p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width:991px) {
    .next-step-sec {
        padding: 60px 0;
    }
    .next-step-wraper .section-title {
        margin-bottom: 40px;
    }
    .next-step-sec.bg-shape .next-step-wraper .section-title {
        margin-bottom: 30px;
    }
    .job-apply-text p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width:767px) {
    .next-step-sec {
        padding: 50px 0;
    }
    .next-step-wraper .section-title {
        margin-bottom: 30px;
    }
    .next-step-wraper {
        padding: 32px 20px;
    }
    .next-step-sec.bg-shape .section-title {
        text-align: center;
        margin-bottom: 30px;
    }
    .next-step-sec.view-current-openings .next-step-wraper {
        padding: 32px 20px;
    }
    .section-title p {
        font-size: 16px;
        line-height: 22px;
    }
    .job-apply-text p+p {
        margin-top: 12px;
    }
    .job-apply-text {
        margin-top: 12px;
    }
}