.image-text {
  padding: 80px 120px;
}
@media (max-width: 1300px) {
  .image-text {
    padding: 40px 60px;
  }
}
@media (max-width: 768px) {
  .image-text {
    padding: 40px 15px;
  }
}
.image-text .image-box {
  width: 600px;
  flex: 0 0 auto;
  max-height: 445px;
  overflow: hidden;
}
@media (max-width: 1140px) {
  .image-text .image-box {
    width: 100%;
  }
}
.image-text .image-box img {
  object-fit: cover;
  border-radius: 12px;
  height: 445px;
  width: 100%;
}
.image-text .image-box .overlay {
  position: absolute;
  height: 100%;
  display: flex;
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(17, 48, 69, 0.38) 0%, rgba(17, 48, 69, 0.38) 100%);
  top: 0;
}
.image-text .content {
  flex: 1;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  color: #FFF;
  font-family: "Inter", sans-serif;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 21.76px */
  letter-spacing: 0.64px;
}
.image-text .content p {
  color: #FFF;
  font-family: "Inter", sans-serif;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 21.76px */
  letter-spacing: 0.64px;
}
.image-text .oder-1 {
  order: 1;
}
@media (max-width: 1140px) {
  .image-text .oder-1 {
    order: unset;
  }
}
.image-text .order-2 {
  order: 2;
}
@media (max-width: 1140px) {
  .image-text .order-2 {
    order: unset;
  }
}
.image-text .image-text-title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%; /* 32.48px */
  letter-spacing: -0.56px;
}

/*# sourceMappingURL=vc_image_text.css.map */
