.content_primary {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.content_primary.reverse .content {
  flex-direction: row-reverse;
}
.content_primary .content {
  display: flex;
  justify-content: space-between;
}
.content_primary .cardImg {
  flex: 0 0 46%;
}
.content_primary .cardImg img {
  aspect-ratio: 586/538;
  border-radius: 30px;
}
.content_primary .cardTxt {
  flex: 0 0 44%;
}
.content_primary .cardTxt .segTitle {
  margin-bottom: 32px;
}
.content_primary .cardTxt article {
  line-height: 1.71;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .content_primary {
    padding-top: 40px;
  }
  .content_primary.reverse .content {
    flex-direction: column;
    gap: 24px;
  }
  .content_primary .content {
    flex-direction: column;
    gap: 24px;
  }
  .content_primary .cardTxt {
    margin-top: 24px;
  }
  .content_primary .cardTxt .segTitle {
    margin-bottom: 12px;
    text-align: center;
  }
  .content_primary .cardTxt article {
    margin-bottom: 24px;
    text-align: justify;
  }
  .content_primary .cardImg img {
    aspect-ratio: unset;
    height: 300px;
  }
}

.--content {
  position: relative;
}
.--content .pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=group_zone.css.map */