@charset "UTF-8";
/* Service What — same as service-how, info left / image right */
.service-what {
  padding: 50px 0;
}
.service-what__header {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .service-what__header {
    max-width: none;
    margin-bottom: 40px;
    text-align: left;
  }
}
.service-what__title {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #011c51;
}
.service-what__text {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #5f646e;
}
.service-what__text p {
  margin: 0 0 8px;
}
.service-what__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .service-what__text {
    font-size: 15px;
    line-height: 22px;
  }
}
.service-what__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px;
  align-items: stretch;
}
@media (max-width: 992px) {
  .service-what__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.service-what__info {
  min-width: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #5f646e;
}
.service-what__info p {
  margin: 0 0 12px;
}
.service-what__info p:last-child {
  margin-bottom: 0;
}
.service-what__info strong,
.service-what__info b {
  font-weight: 700;
  color: #011c51;
}
.service-what__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service-what__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-what__info li strong,
.service-what__info li b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .service-what__info li {
    background-position: left 2px;
  }
}
.service-what__media {
  position: relative;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  background-color: #e8eef6;
}
.service-what__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 993px) {
  .service-what__media img {
    position: absolute;
    inset: 0;
  }
}
@media (max-width: 992px) {
  .service-what__media img {
    height: auto;
    aspect-ratio: 16/11;
  }
}
@media (max-width: 767px) {
  .service-what__media {
    border-radius: 12px;
  }
}/*# sourceMappingURL=style.css.map */