.sNews25__header {
  position: relative;
  /*display: grid;*/
  /*grid-template-columns: 3fr 2fr;*/
  gap: 1rem;
  font-family: 'Samsung Sharp Sans', Graphik Compact, sans-serif;
  min-height: 360px;
  margin-block-end: 2rem;
}

.sNews25_banner {
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-family: 'Samsung Sharp Sans', Graphik Compact, sans-serif;
}

@media (max-width: 800px) {
  .sNews25_banner {
    display: flex;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 800px) {
  .sNews25_banner .banner--container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .sNews25_banner .banner--container img {
    border-radius: 20px;
  }
}

.sNews25__container {
  display: grid;
  grid-template-columns: minmax(10px,4fr) minmax(10px,5fr);
  align-items: center;
  background-color: #f4f4f3;
  border-bottom-right-radius: 1.875rem;
  min-height: 400px;
  overflow: hidden;
}

.container-right .sNews25__container {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 1.875rem;
}

.sNews25__containerTitle {
  font-size: 1.625rem;
  text-align: center;
  margin-block-start: 1rem;
  text-align: center;
}

.sNews25__containerTitle span {
  display: block;
  font-weight: 500;
  font-size: 0.9em;
}

.sNews25__photoTitle {
  text-align: center;
  margin-block-end: 0.25rem;
  font-size: 1.313rem;
}

.sNews25__photo {
  display: block;
  margin-inline: -5rem 0;
  max-width: calc(100% + 5rem) !important;
}

.container-right .sNews25__photo {
  height: 279px !important;
  object-fit: cover;
  object-position: 44% center;
}

.sNews25__ai {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.313rem;
  font-weight: 500;
  width: fit-content;
  margin-inline: auto;
}

.sNews25__ai img {
  position: relative;
  top: -2px;
}

@media (max-width: 1520px) {
  .sNews25__containerTitle {
    font-size: 1.4rem;
  }

  .sNews25__photoTitle,
  .sNews25__ai {
    font-size: 1.125rem;
  }

  .CMShtmlContent .sNews25__photo,
  .container-right .sNews25__photo {
    max-width: 100% !important;
    margin-inline: 0;
    height: 220px !important;
    object-fit: cover;
  }
}

@media (max-width: 1340px) {
  .sNews25__container {
    border-radius: 1.25rem !important;
    padding: 3rem 1.5rem 2rem;
    grid-template-columns: 1fr;
  }

  .CMShtmlContent .sNews25__photo,
  .container-right .sNews25__photo {
    max-width: 100% !important;
    margin-inline: auto -1.5rem;
    height: 240 !important;
    object-fit: cover;
  }
}

@media (max-width: 580px) {
  .sNews25__container {
    padding: 1.25rem 1rem;
  }

  .container-left .sNews25__container {
    padding-block-start: 2.5rem;
  }

  .CMShtmlContent .sNews25__photo,
  .container-right .sNews25__photo {
    max-width: 100% !important;
    margin-inline: auto -1.5rem;
    height: 180px !important;
    object-fit: cover;
  }
}

.sNews25__headerLogo {
  position: absolute;
  left: 1rem;
  top: 1rem;
}


.sNews25__info {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .sNews25__info {
    grid-template-columns: 1fr;
  }
}

.sNews25__info .gradient {
  width: max-content;
  padding: 14px 25px 2px;
  margin: 25px auto 0;
  border-radius: 0 30px 30px 30px;
  font-size: 26px;
  line-height: 1;
  height: 46px;
  background: linear-gradient(-114deg, rgba(252, 255, 0, 1) 0%, rgba(252, 255, 0, 1) 13%, rgba(255, 207, 0, 1) 84%, rgba(255, 207, 0, 1) 100%);
}

@media (max-width: 1150px) {
  .sNews25__info .gradient {
    padding: 16px 25px 8px;
    font-size: 20px;
  }
}

.sNews25__info .price {
  font-size: 26px;
}

@media (max-width: 1150px) {
  .sNews25__info .price {
    font-size: 24px;
  }
}

.sNews25__info .btn {
  white-space: nowrap;
  height: 40px;
  padding: 7px 25px 0;
  margin: 25px auto 0;
}