.home-service h4 {
  line-height: 32px; }

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

.home-service .service-warp {
  padding-top: 25px;
  padding-bottom: 25px; }
  .home-service .service-warp .row-no-margin {
    margin-left: 0;
    margin-right: 0; }
  .home-service .service-warp .no-padding {
    padding: 0; }
    .home-service .service-warp .no-padding .banner-service-item {
      background-color: #fcf0e6;
      padding: 50px;
      height: 100%; }
      .home-service .service-warp .no-padding .banner-service-item .service-icon img {
        margin: 0 auto;
        height: 70px;
        margin-bottom: 15px; }
      .home-service .service-warp .no-padding .banner-service-item .service-text h4 {
        margin: 0 auto;
        width: 80%;
        font-size: 1.1rem;
        font-weight: 400;
        color: #646464; }
      .home-service .service-warp .no-padding .banner-service-item .service-text p {
        margin: 0 auto;
        width: 80%;
        font-size: 0.9rem;
        font-weight: 300;
        color: #646464; }
    .home-service .service-warp .no-padding:nth-child(even) .banner-service-item {
      background-color: #fef6f2;
      padding: 50px; }

@media screen and (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: 10px; }
      .home-service .service-warp .no-padding .banner-service-item .service-icon {
        display: inline-block;
        width: 30%;
        height: 100%; }
        .home-service .service-warp .no-padding .banner-service-item .service-icon img {
          width: auto;
          height: 50px;
          margin-bottom: 0px; }
      .home-service .service-warp .no-padding .banner-service-item .service-text {
        display: inline-block;
        width: 65%;
        height: 100%;
        vertical-align: middle; }
        .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; }
    .home-service .service-warp .no-padding:nth-child(even) .banner-service-item {
      padding: 10px; } }

