.text-picture-alternate {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate {
    padding-top: unset;
    padding-bottom: unset;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.text-picture-alternate__section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate__section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.text-picture-alternate__section-subtitle {
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate__section-subtitle {
    margin-bottom: 30px;
  }
}
.text-picture-alternate__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate__wrapper {
    gap: 20px;
  }
}
.text-picture-alternate__row {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate__row {
    flex-direction: column;
    gap: 20px;
  }
  .text-picture-alternate__row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.text-picture-alternate__col {
  width: calc(100% - 406px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate__col:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .text-picture-alternate__col {
    gap: 20px;
    width: 100%;
  }
}
.text-picture-alternate__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.text-picture-alternate__title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #051320;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate__title h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.text-picture-alternate__text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}
@media screen and (max-width: 768px) {
  .text-picture-alternate__text {
    font-size: 14px;
  }
}
.text-picture-alternate__image {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow: hidden;
  width: 406px;
  display: flex;
}
.text-picture-alternate__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate__image {
    width: 100%;
  }
}/*# sourceMappingURL=style.min.css.map */