/*DESKTOP VIEW START*/


.service_inner .service_content h4 a {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.service_inner {
    display: flex;
    padding-left: 10px;
    padding-top: 25px;
    transition: all 0.5s ease-in;
    height: 100%;
    overflow: hidden;
  }
  .service_inner .service_content h4 {
    color: var(--white-color);
    margin-bottom: 30px;
    margin-top: 10px;
}
h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .service_inner .service_content a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
}

 /* FACTS */
    /* FACTS */
    /* FACTS */
    /* FACTS */

    .funfacts .section_header {
      padding-right: 120px;
      position: relative;
      z-index: 99;
    }
    .section_header .section_title {
      font-size: 40px;
      font-weight: 600;
      line-height: 54px;
      color: var(--heading-color);
      letter-spacing: 0px;
      margin-top: 6px;
      margin-bottom: 20px;
      text-transform: capitalize;
    }
    .margint{
      margin-top: 110px;
    }

/*MOBILE VIEW START*/


/* (min-width:480px) (max-width:767px) */

@media only screen and (max-width:767px) {
    .service_inner .main_img {
        display: none;
      }

      .service_inner .service_content h4 a {
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
      }
      .service_inner {
        padding: 20px 0px 0px 15px;
      }
      .service_inner .service_content h4 {
        margin-bottom: 15px;
      }
      h4 {
        font-size: 20px;
      }

      .service_inner .service_content a {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        font-family: "Mulish", sans-serif;
    }
    
    .funfacts .section_header {
      padding-right: 1px;
      position: relative;
      z-index: 99;
    }

    .section_header .section_title {
      font-size: 30px;
      font-weight: 600;
      line-height: 44px;
      color: var(--heading-color);
      letter-spacing: 0px;
      margin-top: 6px;
      margin-bottom: 20px;
      text-transform: capitalize;
    }

    .margint{
      margin-top: 1px;
    }
    
}