@media (max-width: 575px) {
    .u{
    width: 100%;
}
.s{
   width: 100%;
   display: flex;
   justify-content: center; 
}
.w > p {
    font-size: 15px !important;

}
 }
 @media (max-width: 768px){
    .u{
    width: 100%;
}
.s{
   width: 100%;
   display: flex;
   justify-content: center;
}
 }
 @media (max-width: 992px){
     .u{
    width: 100%;
}
.s{
    width: 100%;
   display: flex;
   justify-content: center;
}
 }
  @media (max-width: 1199px){
     .u{
    width: 100%;
}

 }