.preloader {
  display: none !important;
}

html,
body {
  overflow-x: hidden;
}

.tce-company-hero-img img,
.tce-company-card-img img,
.tce-company-split-img img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.tce-company-hero-img img {
  aspect-ratio: 16 / 7;
}

.tce-company-card {
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(1, 84, 103, 0.12);
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(1, 84, 103, 0.08);
}

.tce-company-card-img img {
  aspect-ratio: 16 / 10;
}

.tce-company-card-body {
  padding: 24px;
}

.tce-company-card-body h4 {
  margin-bottom: 12px;
  color: #013f4f;
  font-size: 22px;
  font-weight: 700;
}

.tce-company-card-body p {
  margin-bottom: 0;
  color: #52626a;
  line-height: 1.7;
}

.tce-company-lead {
  color: #52626a;
  font-size: 17px;
  line-height: 1.8;
}

.tce-company-split-img img {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
}

.tce-values-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.tce-value-box {
  padding: 22px 16px;
  background: #ffffff;
  border-radius: 6px;
  text-align: center;
}

.tce-value-box h4 {
  margin-bottom: 8px;
  color: #013f4f;
  font-size: 18px;
  font-weight: 700;
}

.tce-value-box p {
  margin-bottom: 0;
  color: #52626a;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .tce-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .tce-company-hero-img img {
    aspect-ratio: 4 / 3;
  }

  .tce-values-grid {
    grid-template-columns: 1fr;
  }
}
