.news {
  padding-bottom: 60px;
}
@media screen and (width >= 768px) {
  .news {
    padding-bottom: 80px;
  }
}
@media screen and (width >= 1024px) {
  .news {
    padding-bottom: 6.25vw;
  }
}
.news__img {
  width: 100%;
  height: 231px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width >= 768px) {
  .news__img {
    height: 321px;
  }
}
@media screen and (width >= 1024px) {
  .news__img {
    height: 295px;
  }
}
.news__title-wrap {
  margin-top: 28px;
  margin-bottom: 28px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(105, 139, 164, 0.4);
  display: flex;
  justify-content: space-between;
}
@media screen and (width >= 768px) {
  .news__title-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (width >= 1024px) {
  .news__title-wrap {
    padding-bottom: 0;
    border-bottom: none;
    gap: 20px;
    align-items: center;
  }
}
.news__title-wrap h1 {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
@media screen and (width >= 768px) {
  .news__title-wrap h1 {
    font-size: 48px;
  }
}
@media screen and (width >= 1024px) {
  .news__title-wrap h1 {
    font-size: 52px;
  }
}
.news__title-wrap h1 {
  color: #0F4272;
}
.news__title-wrap .news-decor-line {
  display: none;
}
@media screen and (width >= 1024px) {
  .news__title-wrap .news-decor-line {
    flex: 1;
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(105, 139, 164, 0.4);
  }
}
.news__title-wrap svg {
  width: 16px;
  height: 16px;
}
@media screen and (width >= 768px) {
  .news__title-wrap svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (width >= 1024px) {
  .news__title-wrap svg path {
    fill: rgba(105, 139, 164, 0.4);
  }
}
.news__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 60px;
}
@media screen and (width >= 768px) {
  .news__list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    padding-bottom: 80px;
  }
}
@media screen and (width >= 1024px) {
  .news__list {
    -moz-column-gap: 2.0833333333vw;
         column-gap: 2.0833333333vw;
    row-gap: 2.0833333333vw;
    padding-left: 28.125vw;
    padding-bottom: 6.25vw;
  }
}

.news-card {
  width: 100%;
  padding: 10px 10px 24px;
  background-color: #F6F4EB;
  display: block;
  width: 100%;
  border: 1px solid #EFDCCB;
}
@media screen and (width >= 768px) {
  .news-card {
    width: calc(50% - 10px);
    padding-bottom: 40px;
  }
}
@media screen and (width >= 1024px) {
  .news-card {
    width: calc((100% - 4.1666666667vw) / 3);
    padding-bottom: 2.6041666667vw;
  }
}
.news-card__img-wrap {
  aspect-ratio: 300/362;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
@media screen and (width >= 768px) {
  .news-card__img-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (width >= 1024px) {
  .news-card__img-wrap {
    margin-bottom: 2.0833333333vw;
  }
}
.news-card__img-wrap .news-label__wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.news-card__img-wrap .news-label__wrap .news-label,
.news-card__img-wrap .news-label__wrap .news-date {
  padding: 6px 12px;
  height: -moz-fit-content;
  height: fit-content;
}
.news-card__img-wrap .news-label__wrap .news-label span,
.news-card__img-wrap .news-label__wrap .news-date span {
  font-size: 12px;
}
@media screen and (width >= 768px) {
  .news-card__img-wrap .news-label__wrap .news-label span,
  .news-card__img-wrap .news-label__wrap .news-date span {
    font-size: 14px;
  }
}
@media screen and (width >= 1024px) {
  .news-card__img-wrap .news-label__wrap .news-label span,
  .news-card__img-wrap .news-label__wrap .news-date span {
    font-size: 12px;
  }
}
@media screen and (width >= 768px) {
  .news-card__img-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (width >= 1024px) {
  .news-card__img-wrap {
    margin-bottom: 2.0833333333vw;
  }
}
.news-card__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card__text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .news-card__text-wrap {
    font-size: 20px;
  }
}
@media screen and (width >= 1024px) {
  .news-card__text-wrap {
    font-size: 1.0416666667vw;
    font-size: clamp(16px, 16px + 4 * (100vw - 1024px) / 896, 20px);
  }
}
.news-card__text-wrap {
  color: #818A98;
}
.news-card__text-wrap .news-card__month {
  font-size: 20px;
  font-family: "BasisGrotesquePro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #818A98;
  line-height: 100%;
  letter-spacing: -0.03em;
}
@media screen and (width >= 768px) {
  .news-card__text-wrap .news-card__month {
    font-size: 28px;
  }
}
@media screen and (width >= 1024px) {
  .news-card__text-wrap .news-card__month {
    font-size: 1.6666666667vw;
    font-size: clamp(20px, 20px + 12 * (100vw - 1024px) / 896, 32px);
  }
}
.news-card__text-wrap .news-card__month {
  font-weight: 700;
  color: #0F4272;
}

.load-more-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (width >= 1024px) {
  .load-more-btn-wrap {
    padding-left: 28.125vw;
  }
}

.load-more-btn {
  font-family: "BasisGrotesquePro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-decoration: none;
  color: #0F4272;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(105, 139, 164, 0.4);
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.load-more-btn::after {
  content: "";
  height: 1px;
  width: 100%;
  transform: translateX(-100%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) {
  .load-more-btn:after {
    transform: translateX(0%);
  }
}
@media screen and (width >= 768px) {
  .load-more-btn {
    gap: 12px;
  }
}
.load-more-btn svg {
  width: 16px;
  height: 16px;
}
@media screen and (width >= 768px) {
  .load-more-btn svg {
    width: 20px;
    height: 20px;
  }
}