.logo_text{
    font-size: 28px;
    font-weight: bold;
}
.service-grid .service-text {
    text-align: justify;
  }
  .logo_img{
    width:90px;
  }

  @media only screen and (max-width: 600px) {
    .logo_text{
        font-size: 17px;
        font-weight: bold;
    }
    .header-logo {
        max-width: 200px;
      }
      .logo_img{
        width:60px;
      }
  }