.sgl_wrapper {
  padding: 11rem 0 13.6rem;
}
@media screen and (max-width: 767px) {
  .sgl_wrapper {
    padding: 6.6rem 0 8.4rem;
  }
}

.sgl_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sgl_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}

.sgl_card + .sgl_card {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .sgl_card + .sgl_card {
    margin-top: 3.9rem;
  }
}

.sgl_card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sgl_card:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sgl_cntCard {
  padding: 3.2rem 0;
}
@media screen and (max-width: 767px) {
  .sgl_cntCard {
    padding: 0;
  }
}

.sgl_titleCard {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sgl_titleCard {
    font-size: 2rem;
  }
}

.sgl_descCard {
  margin-top: 2.2rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .sgl_descCard {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.sgl_lastCard {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .sgl_lastCard {
    margin-top: 3.6rem;
  }
}

.sgl_messCnt {
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .sgl_messCnt {
    padding: 3.8rem 0 0;
  }
}

.sgl_messTag {
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #F4A000;
}
@media screen and (max-width: 767px) {
  .sgl_messTag {
    font-size: 1.6rem;
  }
}

.sgl_lastCard .sgl_titleCard {
  margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .sgl_lastCard .sgl_titleCard {
    margin-top: 0.5rem;
  }
}

.sgl_boxCard {
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.1rem;
  padding: 0 9rem 0 3.8rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .sgl_boxCard {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 2rem;
    gap: 0;
  }
}

.sgl_messImg {
  width: 24.1%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .sgl_messImg {
    width: 61%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    aspect-ratio: 190/261;
  }
}

.sgl .card_btn {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .sgl .card_btn {
    margin-top: 5rem;
  }
}

.sgl_imgCard {
  width: 45.55%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 510/348;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sgl_imgCard {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sgl .cta2--black {
    min-width: 29rem;
  }
}