.text-picture-alternate-border {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate-border {
    padding-top: unset;
    padding-bottom: unset;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.text-picture-alternate-border__container {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate-border__container {
    padding: 20px;
    border-radius: 16px;
  }
}
.text-picture-alternate-border__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-border__section-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.text-picture-alternate-border__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-border__section-subtitle {
    margin-bottom: 30px;
  }
}
.text-picture-alternate-border__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate-border__wrapper {
    gap: 20px;
  }
}
.text-picture-alternate-border__row {
  display: flex;
  align-items: center;
  gap: 30px;
}
.text-picture-alternate-border__row:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate-border__row {
    flex-direction: column;
    gap: 20px;
  }
  .text-picture-alternate-border__row:nth-child(even) {
    flex-direction: column;
  }
}
.text-picture-alternate-border__col {
  width: calc(100% - 490px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate-border__col:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .text-picture-alternate-border__col {
    gap: 20px;
    width: 100%;
  }
}
.text-picture-alternate-border__item {
  padding-left: 22px;
  position: relative;
}
.text-picture-alternate-border__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #25bb4d;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate-border__item::before {
    top: 5px;
  }
}
.text-picture-alternate-border__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #051320;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate-border__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.text-picture-alternate-border__text {
  font-size: 14px;
  line-height: 140%;
  color: #051320;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate-border__text {
    font-size: 14px;
  }
}
.text-picture-alternate-border__image {
  width: 490px;
  display: flex;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.text-picture-alternate-border__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .text-picture-alternate-border__image {
    width: 100%;
    border-radius: 16px;
  }
}/*# sourceMappingURL=style.min.css.map */