.preloader {
  display: none !important;
}

html,
body {
  overflow-x: hidden;
}

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

.tce-operation-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-operation-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

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

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

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

.tce-operation-split-img img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.tce-process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tce-process-list li {
  margin-bottom: 16px;
  padding: 18px 20px;
  background: #ffffff;
  border-left: 4px solid #00b0f0;
  border-radius: 4px;
  color: #52626a;
  line-height: 1.6;
}

.tce-process-list strong {
  display: block;
  margin-bottom: 4px;
  color: #013f4f;
}

@media (max-width: 575px) {
  .tce-operations-lead {
    font-size: 15px;
  }
}
