.service-product .service-product__banner {
  background-color: #f3f3f3;
  background-image: url('../assets/icon/ic-product.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  height: 130px;
}

.service-product .service-product__banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-product .service-product__desc {
  background-color: #ffffff;
  padding-top: 24px;
  padding-bottom: 49px;
}

.service-product .service-product__desc h3 {
  font-family: 'gilroy-bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 16px;
}

.service-product .service-product__desc article img {
  width: 200px;
}

.service-product .service-product__desc article p {
  font-family: 'gilroy-bold';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 8px;
}

.service-product .service-product__desc article dd {
  font-family: 'gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.service-product .service-product__desc .service-product__desc--content {
  font-family: 'gilroy-bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #DC3C0F;
  margin-top: 36px;
}

.service-product .service-product__desc .btn {
  font-family: 'gilroy-bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 14px;
  margin-top: 24px;
}



@media (min-width: 768px) {
  .service-product .service-product__banner {
    height: 200px;
  }
}



@media (min-width: 992px) {
  .service-product .service-product__banner {
    height: 318px;
  }

  .service-product .service-product__desc {
    padding-top: 60px;
    padding-bottom: 103px;
  }

  .service-product .service-product__desc h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .service-product .service-product__desc article img {
    width: 325px;
  }

  .service-product .service-product__desc article p {
    font-size: 24px;
  }

  .service-product .service-product__desc article dd {
    font-size: 24px;
  }

  .service-product .service-product__desc .service-product__desc--content {
    font-size: 24px;
    margin-top: 60px;
  }

  .service-product .service-product__desc .btn {
    font-size: 24px;
    margin-top: 40px;
  }
}