@media screen and (min-width: 1024px) {
    .form-navbar-group {
        width: 27% !important;
    }
    .header-img-slide{
        height: 75vh !important;
    }
    .form-send-massage{
        height: auto !important;
    }
    .aboute-img{
        height: 80vh !important;
    }
}
@media screen and (max-width: 1024px){
    .header-img-slide{
        height: 73vh !important;
    }
    .aboute-img{
        height: 60vh !important;
    }
    .form-send-massage{
        height: auto !important;
    }
}
@media screen and (max-width: 768px) {
    .header-img-slide{
        height: 72vh !important;
    }
    .aboute-img{
        height: 63vh !important;
    }
    .form-send-massage{
        height: auto;
    }
}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 425px) {
    .aboute-img{
        height: auto !important;
    }
}

@media screen and (max-width: 375px) {
    .aboute-img{
        height: 38vh !important;
    }
}
@media screen and (max-width: 320px) {
    .navbar-brand-text{
        font-size: medium;
    }
}