.services-conf-bg {
  min-height: 300px;
}

.services-conf-icon {
  font-size: 24px;
  background-color: var(--szron-light-blue);
  color: #fff;
  min-width: 50px;
}

@media (min-width: 992px) {
  .services-conf-icon {
    font-size: 36px;
    background-color: var(--szron-light-blue);
    color: #fff;
    min-width: 100px;
  }
}

.services-conf-title {
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .services-conf-title {
    font-size: 20px;
    font-weight: 400;
  }
}

.services-list .fa-snowflake {
  color: var(--szron-light-blue);
}

.services-list li {
  font-family: "Bai Jamjuree", sans-serif;
}

.services-conf-szron i {
  font-size: 32px;
  color: var(--szron-light-blue);
}

.services-conf-szron p {
  font-size: 14px;
}

.services-help-wrapper {
  background-color: whitesmoke;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.services-help-wrapper a {
  font-family: "Bai Jamjuree", sans-serif;
  color: var(--szron-dark-blue);
  text-decoration: none;
}

@media (min-width: 992px) {
  .services-help-wrapper a {
    font-size: 20px;
  }
}

