@media screen and (max-width: 480px) {
    .breadcrumbs{
        width: 340px;
    }
    .from-img{
        display: none;
    }
    h1{
        margin: 0 auto;
        margin-bottom: -10px;
        font-size: 30px;
        color: #314069;;
    }
    h4{
        font-size: 16px;
        font-weight: normal;
        color: #314069;
    }
    h5{
        margin: 5px 0px 5px 0px;
        color: #314069;
    }
    label.name{
        font-size: 17px;
        font-weight:5;
    }
    .slidescomponent {
        max-height: 300px !important;
        height: 300px !important;
    }
    .banners-wrapper,
    .banners-container,
    .banner {
        height: 300px !important;
        max-height: 300px !important;
    }
    .banner img {
        height: 300px !important;
        max-height: 300px !important;
        object-fit: cover !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 685px) {
    .form{
        align-items: center;
        width: 80vw !important;
    }
    .form-group{
       width: 80vw !important;
    }
    .form h1{
        margin-top: 10px;
    }
}
@media screen and (max-width: 850px) {
    .banners-container{
        display: flex;
        border-radius: 0px;
        transition: transform 0.5s ease-in-out;
    }
    .form-section{
        display: flex;
        flex-direction: column !important;
    }
    .slidescomponent{
       width: 100%; 
    }
}