/**
 * Block Service - match staging thcmedia-company-2024
 * Override wp-custom-css conflicts on production
 */

.block-service {
  background-color: #f3f3f3 !important;
  padding-bottom: 26px !important;
  display: block !important;
  gap: 0 !important;
  justify-content: initial !important;
  flex-wrap: unset !important;
}

.block-service .item-service {
  width: 100% !important;
  flex: none !important;
  height: 400px !important;
}

.block-service .item-service__content {
  padding: 1.5rem !important;
}

.block-service .item-service__content .title {
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}

.block-service .item-service__content .fs18 {
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .block-service .item-service {
    width: 90% !important;
    height: 234px !important;
    margin: 0 auto;
  }

  .block-service .item-service__content {
    padding: 16px !important;
  }

  .block-service .item-service__content .title {
    font-size: 1.75rem !important;
  }
}
