.reclean_form__button {
    box-sizing: border-box
}

.reclean_container {
    position: relative
}

.reclean_header {
    background-color: #f8f8ff;
    width: 100vw;
    height: 550px;
    margin-top: 100px;
    display: flex;
    padding: 56px 40px 0 130px
}

.reclean_header-section {
    width: 83%
}

.reclean_title {
    font-family: 'Nunito Sans';
    font-weight: 800;
    font-size: 70px;
    line-height: 80px;
    color: #453283
}

.reclean_form__button, .reclean_header-description {
    font-weight: 700;
    margin-top: 16px;
    font-family: 'Nunito Sans'
}

.reclean_header-description {
    font-size: 16px;
    line-height: 24px;
    color: #453283;
    width: 600px
}

.reclean_form__button {
    padding: 12px;
    background: #35d073;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    width: 153px;
    height: 57px;
    border: none;
    cursor: pointer
}

.reclean-employer {
    object-fit: cover;
    padding-top: 50px;
    transform: scale(1.3);
    margin-left: -24px
}

.reclean_wave {
    position: absolute;
    width: 100%;
    bottom: 0
}

.reclean_faq {
    padding-top: 30px !important
}

.reclean-burden {
    margin-top: -50px !important
}

@media screen and (max-width:1300px) {
    .reclean-employer {
        padding-top: 50px;
        transform: scale(1.3);
        margin-left: -40px
    }

    .reclean_title {
        font-size: 60px;
        line-height: 70px
    }
}

@media screen and (max-width:1200px) {
    .reclean_title {
        font-size: 50px;
        line-height: 60px
    }

    .reclean_header {
        padding: 56px 40px 0 80px
    }

    .reclean_header-description {
        width: 455px
    }

    .reclean-employer {
        transform: scale(1.5);
        margin-left: -30px;
        padding-top: 65px
    }
}

@media screen and (max-width:950px) {
    .reclean_header {
        display: flex;
        flex-direction: column;
        height: 680px;
        padding: 32px
    }

    .reclean_header-description, .reclean_header-section {
        width: 100%
    }

    .reclean-employer {
        transform: unset;
        padding-top: 0;
        margin-left: 195px;
        margin-top: -65px
    }
}

@media screen and (max-width:680px) {
    .reclean_header {
        height: max-content
    }

    .reclean_title {
        font-size: 40px;
        line-height: 50px
    }

    .reclean-btn, .reclean_header-image {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .reclean-employer {
        margin-top: 30px;
        margin-left: unset
    }
}

@media screen and (max-width:555px) {
    .reclean_header {
        padding-inline: 16px;
        padding-top: 24px
    }

    .reclean_title {
        font-weight: 700;
        font-size: 30px;
        line-height: 40px
    }

    .reclean_header-description {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        margin-block: 4px
    }

    .reclean_form__button {
        width: 100%
    }

    .reclean_wave {
        height: 54px
    }
}
