@media only screen and (max-width: 601.98px) and (min-width: 200px){
  #logo img {
    max-height: 60px;
  }
  .ps-5{
    margin-left: 0%;
}
.contact-info {
    font-size: 10px;
}
.esuor-png{
    margin-top: -4px;
    width: 30%;
}
}




/*@media only screen and (max-width: 850px){}*/



@media only screen and (max-width: 767.98px)  and (min-width: 602px) {
   #logo img {
    max-height: 60px;
  }
  .ps-5{
    margin-left: 0%;
}
}



/*(tablets, less than 992px)*/
@media only screen and (max-width: 991.98px)  and (min-width: 768px) {
   #logo img {
    max-height: 60px;
  }
  .ps-5{
    margin-left: 0%;
}
}




/*(desktops, less than 1200px)*/
@media only screen and (max-width: 1199.98px) {
  .ps-5{
    margin-left: 0%;
}
}




/*(large desktops, less than 1400px)*/
@media only screen and (max-width: 1399.98px) {}