.home-service h4, .home-service p {
  font-size: 1rem; }

.home-service .container {
  padding-top: 25px;
  padding-bottom: 25px; }

.home-service .service-warp .no-padding {
  padding: 0; }
  .home-service .service-warp .no-padding .banner-service-item .service-icon img {
    width: 100%;
    margin-bottom: 15px; }
  .home-service .service-warp .no-padding .banner-service-item .service-text h4, .home-service .service-warp .no-padding .banner-service-item .service-text p {
    margin: 0 auto;
    width: 80%;
    font-weight: 300; }

@media (max-width: 575px) {
  .home-service h4, .home-service p {
    font-size: 1rem; }
  .home-service .service-warp {
    padding: 15px; }
    .home-service .service-warp .no-padding .banner-service-item {
      padding: 0px; }
      .home-service .service-warp .no-padding .banner-service-item .service-icon {
        display: inline-block; }
        .home-service .service-warp .no-padding .banner-service-item .service-icon img {
          width: auto;
          width: 100%;
          margin-bottom: 0px; }
      .home-service .service-warp .no-padding .banner-service-item .service-text {
        display: inline-block;
        width: 65%;
        height: 100%; }
        .home-service .service-warp .no-padding .banner-service-item .service-text p, .home-service .service-warp .no-padding .banner-service-item .service-text h4 {
          text-align: left; } }

