img.logo-st {
    width: 230px;
}
p.stl {
    font-size: 14px;
    font-weight: 700;
    color: #02a502;
}
/* mobile */
@media only screen and (max-width: 600px) {
  img.logo-st {
    width: 180px;
  }
  p.stl {
    font-size: 10px;
    font-weight: 700;
    color: #02a502;
  }
}