.custom-image {
  margin: 40px 0;
}
.custom-image .container {
  padding: 0;
}
.custom-image__content {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.custom-image__image-block {
  height: 583px;
  width: 100%;
}
.custom-image__image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.custom-image p {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.01em;
  margin: 0;
  color: #818181;
}

@media (max-width: 1279px) {
  .custom-image {
    margin: 20px 0;
  }
  .custom-image__content {
    gap: 16px;
  }
  .custom-image__image-block {
    height: auto;
    min-height: 220px;
    width: 100%;
  }
} /*# sourceMappingURL=style.css.map */
