@media screen and (max-width:425px) {
    section {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .container{
        --bs-gutter-x: 2rem !important;
    }
    .form-signin {
        padding: 1.5rem !important;
    }
    .slider::before{
        width: 80px !important;
    }
    .slider::after{
        width: 80px !important;
    }
    .feature{
        flex-basis: 100% !important;
    }

}

@media screen and (min-width: 425px) and (max-width: 768px) {
    .hero-content {
        flex-direction: column;
    }
    .feature{
        flex-basis: 100% !important;
    }
}

@media screen and (min-width: 992px) {
    .hero-content {
        flex-direction: row !important;
    }

    .testimonials-content {
        flex-direction: row !important;
    }
}