 @media screen and (max-width: 412px) {
     .logo {
         width: 240px;
     }
 }

@media screen and (max-width:992px) {
    .text-width{
        max-width: 100%;
    }
}