.work-banner-sec.dark {
    color: #fff;
    padding: 2em 0 4em;
}
.work-banner-sec h2 {
    margin-bottom: -5px;
}
.work-banner-sec span {
    font-size: 27px;
}
.work-banner-content {
    padding: 2em 0em 0 0;
    font-size: 14px;
    width: min(100%, 480px);
}
.work-banner-main-content {
    width: min(100%, 480px);
}
.work-banner-sec img {
    width: 100%;
    max-width: 630px;
}
section.service-step.service-box-two.dark .service-step-content {
    margin: 0;
}
/* Step box css*/
.service-step {
    padding: 2em 0;
}
.service-step-inner-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-step-inner-box img {
    width: 100%;
    max-width: 300px;
}
.service-step-content {
    width: min(100%, 470px);
    margin: auto;
}
.service-step-image img {
    max-width: 550px;
}
.service-step-inner-box h4 {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 30px;
}
.service-step-content p {
    font-size: 14px;
    line-height: 17px;
}
/*step two css*/
.service-step.service-box-two {
    padding: 1px 0em 2em;
    color: #fff;
}
.service-box-two h5 {
    font-size: 18px;
    font-weight: 700;
}
.broker-btn-wrp .primary-btn {
    width: 55% !important;
}
.service-box-two h6 {
    width: min(100%, 370px);
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
}
/*step three css*/
.service-step.service-box-three {
    padding: 4em 0;
}
/*registe css*/
.register-sec .broker-content h3 {
    margin-bottom: 3em;
}
.register-sec img {
    max-width: 550px;
}
.register-sec .broker-content p {
    font-size: 14px;
    color: #000;
    width: min(100%, 500px);
    line-height: 18px;
}
.primary-btn.light.text-center.mt-5.broker-btn {
    margin-left: 4em;
}
@media only screen and (max-width:991px) {
.work-banner-sec span {
    font-size: 18px;
}
    .work-banner-main-content {
        width: 100%;
        text-align: center;
    }
    .broker-btn-wrp .primary-btn {
        width: 70% !important;
    }
.primary-btn.light.text-center.mt-5.broker-btn {
    margin-left: auto;
}
.work-banner-sec img {
    margin-top: 20px;
}
.work-banner-content {
    padding: 1em 0;
    font-size: 14px;
    width:100%;
}
.service-step-inner-box img {
    max-width: 200px;
}
.service-step-inner-box h4 {
    font-size: 20px;
}
.service-step-content {
    padding: 0 0em;
}
.broker-sec {
    text-align: center;
}
.broker-content h3 {
    width: 100%;
}
.register-sec .broker-content p {
    width: 100%;
}
.register-sec img {
    margin-top: 20px;
    margin-bottom: 2em;
}
.service-step-image img {
    margin-top: 20px;
}
}
@media only screen and (max-width:575px) {
.work-banner-sec.dark {
    padding: 2em 0 2em;
}


}