:root {
  --container-size: 10px;
}
@media (width >= 768px) {
  :root {
    --container-size: 20px;
  }
}
@media (width >= 1025px) {
  :root {
    --container-size: 6.25vw;
  }
}

.single-news {
  display: flex;
  flex-direction: column;
  padding: calc(min(18.6666666667vw, 100px) + 50px) 0 60px;
}
@media screen and (width >= 768px) {
  .single-news {
    padding: 180px 0 60px;
  }
}
@media screen and (width >= 1025px) {
  .single-news {
    padding: 10.4166666667vw 0 3.125vw;
  }
}
.single-news__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 var(--container-size);
}
@media screen and (width >= 768px) {
  .single-news__intro {
    gap: 40px;
  }
}
@media screen and (width >= 1025px) {
  .single-news__intro {
    gap: 2.0833333333vw;
  }
}
.single-news__meta {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
@media screen and (width >= 1025px) {
  .single-news__meta {
    gap: 0.5208333333vw;
  }
}
.single-news__date {
  font-family: "Gilroy", sans-serif;
  font-size: min(4.2666666667vw, 18px);
  font-weight: 500;
  line-height: 120%;
  color: #f9f4f2;
}
@media screen and (width >= 768px) {
  .single-news__date {
    font-size: 18px;
  }
}
@media screen and (width >= 1025px) {
  .single-news__date {
    font-size: max(0.9375vw, 16px);
  }
}
.single-news__date {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #292825;
  background-color: #f9f4f2;
  border-radius: 10px;
}
@media screen and (width >= 1025px) {
  .single-news__date {
    padding: 0.5208333333vw;
    border-radius: 0.5208333333vw;
  }
}
.single-news__layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (width >= 1025px) {
  .single-news__layout {
    flex-direction: row;
    gap: 2.0833333333vw;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.single-news__title {
  font-family: "Gilroy", sans-serif;
  font-size: min(8.5333333333vw, 60px);
  font-weight: 500;
  line-height: 100%;
  color: #292825;
  letter-spacing: -0.05em;
}
@media screen and (width >= 768px) {
  .single-news__title {
    font-size: min(7.03125vw, 60px);
  }
}
@media screen and (width >= 1025px) {
  .single-news__title {
    font-size: max(3.125vw, 32px);
  }
}
@media screen and (width >= 1025px) {
  .single-news__title {
    position: sticky;
    top: 8.3333333333vw;
    width: 43.28125vw;
  }
}
.single-news__content {
  color: #292825;
}
@media screen and (width >= 1025px) {
  .single-news__content {
    width: 35.8333333333vw;
  }
}
.single-news__content > :first-child {
  margin-top: 0;
}
.single-news__content h2 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (width >= 1025px) {
  .single-news__content h2 {
    margin-top: 3.125vw;
    margin-bottom: 2.0833333333vw;
    font-size: max(1.6666666667vw, 22px);
  }
}
.single-news__content h3 {
  margin-bottom: 20px;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (width >= 1025px) {
  .single-news__content h3 {
    margin-bottom: 1.0416666667vw;
    font-size: max(1.0416666667vw, 16px);
  }
}
.single-news__content ul,
.single-news__content ol {
  padding-left: 27px;
}
@media screen and (width >= 1025px) {
  .single-news__content ul,
  .single-news__content ol {
    padding-left: 1.40625vw;
  }
}
.single-news__content li {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  list-style: disc;
}
@media screen and (width >= 1025px) {
  .single-news__content li {
    font-size: max(0.9375vw, 16px);
  }
}
.single-news__content p {
  margin-bottom: 20px;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (width >= 1025px) {
  .single-news__content p {
    margin-bottom: 1.0416666667vw;
    font-size: max(0.9375vw, 16px);
  }
}
.single-news__content a {
  color: #ff601e;
  text-decoration: underline;
  text-underline-position: from-font;
}
.single-news__content strong,
.single-news__content b {
  font-weight: 700;
}
.single-news__gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (width >= 768px) {
  .single-news__gallery {
    gap: 40px;
    margin-top: 80px;
  }
}
@media screen and (width >= 1025px) {
  .single-news__gallery {
    gap: 2.0833333333vw;
    margin-top: 6.25vw;
  }
}
.single-news__gallery-header {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.single-news__section-title {
  font-family: "Gilroy", sans-serif;
  font-size: min(8.5333333333vw, 60px);
  font-weight: 500;
  line-height: 100%;
  color: #292825;
  letter-spacing: -0.05em;
}
@media screen and (width >= 768px) {
  .single-news__section-title {
    font-size: min(7.03125vw, 60px);
  }
}
@media screen and (width >= 1025px) {
  .single-news__section-title {
    font-size: max(3.125vw, 32px);
  }
}
.single-news__gallery-nav {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  align-items: center;
}
@media screen and (width >= 1025px) {
  .single-news__gallery-nav {
    gap: 0.5208333333vw;
  }
}
.single-news__gallery-prev, .single-news__gallery-next {
  aspect-ratio: 1/1;
  color: #ff601e;
}
.single-news__gallery-next {
  rotate: 180deg;
}
.single-news__gallery-slider {
  width: 100%;
}
.single-news__slide {
  width: auto;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (width >= 768px) {
  .single-news__slide {
    height: 400px;
  }
}
@media screen and (width >= 1025px) {
  .single-news__slide {
    height: 26.0416666667vw;
    border-radius: 1.0416666667vw;
  }
}
.single-news__slide img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-news__more {
  margin-top: 60px;
}
@media screen and (width >= 768px) {
  .single-news__more {
    margin-top: 80px;
  }
}
@media screen and (width >= 1025px) {
  .single-news__more {
    margin-top: 6.25vw;
  }
}