section.image-text .container {
  max-width: 1298px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(10, 17, 40, 0.2470588235);
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  section.image-text .container {
    flex-direction: column;
  }
}
section.image-text .container .left-part {
  width: 40%;
}
@media screen and (max-width: 768px) {
  section.image-text .container .left-part {
    width: 100%;
  }
}
section.image-text .container .left-part img {
  width: 100%;
  height: auto;
}
section.image-text .container .right-part {
  max-width: 60%;
}
section.image-text .container .right-part p {
  padding: 0 48px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.035em;
  color: #0A1128;
}
@media screen and (max-width: 768px) {
  section.image-text .container .right-part {
    width: 100%;
    max-width: 100%;
    margin-top: 2em;
  }
}

/*# sourceMappingURL=section-image-text.css.map */
