@charset "UTF-8";
/* Service To Whom — hero-like shell + checklist */
.service-to-whom {
  margin: 50px 24px;
  background-color: #f9faff;
  border-radius: 24px;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .service-to-whom {
    margin: 50px 0;
    padding: 44px 0;
    border-radius: 0;
  }
}
.service-to-whom__header {
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .service-to-whom__header {
    max-width: none;
    margin-bottom: 28px;
    text-align: left;
  }
}
.service-to-whom__title {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #011c51;
}
.service-to-whom__text {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #5f646e;
  max-width: 840px;
  margin: 0 auto;
}
.service-to-whom__text p {
  margin: 0 0 8px;
}
.service-to-whom__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .service-to-whom__text {
    max-width: 100%;
  }
}
.service-to-whom__info {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #5f646e;
  text-align: left;
}
@media (max-width: 767px) {
  .service-to-whom__info {
    max-width: none;
  }
}
.service-to-whom__info p {
  margin: 0 0 12px;
}
.service-to-whom__info p:last-child {
  margin-bottom: 0;
}
.service-to-whom__info strong,
.service-to-whom__info b {
  font-weight: 700;
  color: #011c51;
}
.service-to-whom__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service-to-whom__info li {
  margin: 0;
  padding-left: 32px;
  background-image: url("/wp-content/themes/polygraph/assets/images/li-item.svg");
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 15px 15px;
  font-size: 16px;
  line-height: 21px;
  color: #5f646e;
}
.service-to-whom__info li strong,
.service-to-whom__info li b {
  font-weight: 700;
  color: #011c51;
}
@media (max-width: 767px) {
  .service-to-whom__info ul {
    gap: 16px;
  }
  .service-to-whom__info li {
    background-position: left 5px;
  }
}/*# sourceMappingURL=style.css.map */