.container-wording-banner-v2 {
  position: absolute;

  border-radius: 12px;
  gap: 16px;
  width: 850px;
  height: 100%;
  padding: 15px 175px 0px 123px;
  opacity: 0.9;
}

.top-0 {
  top: 0;
}

.top-20 {
  top: 20%;
}

.container-banner {
  position: relative;
}

.banner-title {
  font-family: TruenoLt;
  font-size: 40px;
  font-weight: 600;
  line-height: 48.76px;
  letter-spacing: -0.01em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
}

.banner-description {
  font-family: TruenoLt;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

.container-explore-plan-banner-button {
  width: 146px;
  height: auto;
  padding: 10px 20px;
  border-radius: 6px;
  opacity: 0px;
  background: rgba(255, 22, 89, 1);
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 20px;
}

.button-wording {
  font-family: TruenoLt;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  ;
}

.banner-long-image {
  width: 100%;
  border-radius: 8px
}

@media (max-width: 768px) {
  .container-wording-banner-v2 {
    position: relative;
    gap: 6px;
    padding: 32px;
    width: 100%;
    background: linear-gradient(39.44deg, #000000 64.02%, #A1004D 100%);
    border-radius: 0;
  }

  .banner-title {
    font-family: TruenoLt;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.005em;
    text-align: left;

  }

  .banner-description {
    font-family: TruenoLt;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.005em;
    text-align: left;
  }

  .container-explore-plan-banner-button {
    width: 128px;
    height: auto;
    padding: 6px 12px 6px 12px;
    gap: 8px;

  }

  .banner-long-image {
    width: 100%;
    border-radius: 0
  }

  /* 
  .siteorigin-panels-stretch.panel-row-style {
    margin-left: -1383.5px !important;
    margin-right: -1383.5px !important;
  } */
}