<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.l-icons-text__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #ffffff;
  padding: 90px;
  border-radius: 10px;
  box-shadow: 0 10px 40px -10px rgba(16, 79, 82, 0.23);
}
@media (max-width: 1599.98px) {
  .l-icons-text__wrapper {
    padding: 72px;
  }
}
@media (max-width: 991.98px) {
  .l-icons-text__wrapper {
    padding: 60px;
  }
}
@media (max-width: 767.98px) {
  .l-icons-text__wrapper {
    padding: 40px 25px;
  }
}
.l-icons-text__icons {
  margin-top: 60px;
  width: calc(100% + 60px);
  margin-left: -30px;
}
.l-icons-text__slider-item {
  padding: 0 30px;
}
.l-icons-text__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.l-icons-text__image-wrapper {
  width: 100%;
  min-height: 220px;
  background-image: url("/wp-content/themes/mivet2025/img/icons/icon-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .l-icons-text__image-wrapper {
    min-height: 200px;
  }
}
.l-icons-text__image-wrapper img {
  object-fit: contain;
  max-width: 50%;
}
.l-icons-text__text-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-icons-text__title {
  color: #004e95;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.33;
  margin: 0;
}
@media (max-width: 767.98px) {
  .l-icons-text__title {
    text-align: center;
    font-size: 1.25em;
  }
}
.l-icons-text__text {
  color: #343434;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.63;
  margin: 0;
}
@media (max-width: 767.98px) {
  .l-icons-text__text {
    font-size: 0.875em;
    text-align: center;
  }
}</pre></body></html>