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

.detail-home .detail-home__banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.detail-home .detail-home__content article {
  height: 200px;
}

.detail-home .detail-home__content .detail-home__content--image,
.detail-home .detail-team__content .detail-team__content--image {
  background-color: #f3f3f3;
  background-image: url('../assets/icon/ic-product.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.detail-home .detail-home__content .detail-home__content--image img,
.detail-home .detail-team__content .detail-team__content--image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.detail-home .detail-home__content {
  background-color: #ffffff;
  overflow: hidden;
}

.detail-home .detail-home__content--desc {
  padding: 26px 20px;
  max-width: 100%;
  min-height: 200px;
}

.detail-home .detail-home__content--desc h3 {
  font-family: 'gilroy-bold';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
}

.detail-home .detail-home__content--desc dd {
  font-family: 'gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
   display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-home .detail-team__content {
  background-color: #000000;
  min-height: 200px;
}

.detail-home .detail-team__content .detail-team__content--desc {
  padding: 26px 20px;
}

.detail-home .detail-team__content .detail-team__content--desc h2 {
  font-family: 'gilroy-bold';
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 150%;
  color: #FFFFFF;
}

.detail-home .detail-team__content .detail-team__content--desc ul {
  padding-left: 18px;
}

.detail-home .detail-team__content .detail-team__content--desc ul li {
  font-family: 'gilroy-bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.detail-home .detail-home__other-section {
  background-color: #FFFFFF;
  padding: 80px 0;
}


@media (min-width: 768px) {
  .detail-home .detail-home__content article {
    height: 300px;
  }
}



@media (min-width: 992px) {
  .detail-home .detail-home__content article {
    height: 400px;
  }

  .detail-home .detail-home__banner {
    height: 500px;
  }

  .detail-home .detail-team__content {
    height: 400px;
  }

  .detail-home .detail-team__content .detail-team__content--desc {
    padding: 55px 50px;
  }
}


@media (min-width: 1200px) {
  .detail-home .detail-home__content--desc {
    padding: 26px 20px;
    max-width: 490px;
  }

  .detail-home .detail-home__content--desc h3 {
    font-size: 44px;
  }

  .detail-home .detail-home__content--desc dd {
    font-size: 16px;
  }

  .detail-home .detail-team__content .detail-team__content--desc h2 {
    font-size: 24px;
  }

  .detail-home .detail-team__content .detail-team__content--desc ul {
    padding-left: 24px;
  }

  .detail-home .detail-team__content .detail-team__content--desc ul li {
    font-size: 24px;
  }
}