@media (max-width: 767px) {

    #solution .p-5 {
        padding: 1rem!important;
        text-align: center;
    }

    #solution .text-right, #call .text-right, #call {
        text-align: center !important;
    }

    
.slick-slider {
    overflow: hidden;
}

.display-3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.display-9 {
    font-size: 8px;
    font-weight: 400;
    line-height: 1.2;
}

#process_step_1, #process_step_2, #process_step_3, #process_step_4 {
    min-width:80px;
    max-width:80px;
}

#process_step_1 img, #process_step_2 img, #process_step_3 img, #process_step_4 img {
    min-width:40px;
    max-width:40px;
}

}