#howtowork {
    padding: 3rem 0 4rem;
    background: #f6f6f6;
    background-repeat: no-reapeat !important;
    background-position: center !important;
    background-size: cover !important;
}


.howtowork_box {
    padding: 0px 30px;
}

.howtowork_box .howtowork_box_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.howtowork_box .howtowork_box_header p  {
    font-weight: 700;
    color: #000;
    font-size: 100px;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0 auto 12px auto;
}


.howtowork_box .number_circle {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 6px;
    left: -30px;
    color: #fff;
    border-radius: 45px;
    background-color: #1673f6;
    font-size: 24px;
}

.howtowork_box .howtowork_box_title {
    font-size: 24px;
    font-weight: bold;
}

#howtowork .howtowork_details {
    padding: 4rem 0px;
}

#howtowork .howtowork_details h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

#howtowork .howtowork_details p {
    font-weight: 100;
    letter-spacing: 0px;
    line-height: 1.7;
}

#howtowork .howtowork_header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
}

#howtowork .howtowork_header h2 {
    color: #252525;
    font-size: clamp(1.909rem, 2vw + 1.25rem, 2.618rem);
    font-weight: bold;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

#howtowork *,
#howtowork *:before,
#howtowork *:after {
    box-sizing: border-box;
}



@media (max-width: 1499px) {

.howtowork_box {
        padding: 0px 10px;
    }

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
    #howtowork .howtowork_header h2 {
        text-align: center;
    }

    #howtowork {
        padding: 2rem 0 4rem;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 575px) {

    .howtowork_box_desc {
        text-align: center;
    }

    #howtowork .howtowork_header {
        padding: 1rem;
    }

    #howtowork {
        padding: 2rem 0 3rem;
    }
}
