@media only screen and (min-width: 375px) {
    .agent__video{
        width: 350px;
    }
}

@media only screen and (min-width: 425px) {
    .agent__video{
        width: 400px;
    }

    .section__title h1{
        font-size: 2rem;
    }

    .header__logo__wrapper{
        max-width: 180px;
    }
}

@media only screen and (min-width: 768px) {
    .header__mobile_nav2{
        display: none;
    }
    .main-sidebar{
        display: block;
    }
    
    .footer_menu ul{
        text-align: start;
    }

    .agent__video{
        width: 700px;
    }
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1024px) {
   .Home__about_description{
    max-width: 700px;
   }

}

@media only screen and (min-width: 1440px) {
    .Home__about_img{
        width: 300px;
    }
  
    .Home__about_description{
        max-width: 990px;
       }
}

@media only screen and (min-width: 2560px) {


}
