:root {
  --header-height: 75px;
}
@font-face {
  font-family: "openSans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/open-sans/OpenSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/open-sans/OpenSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/open-sans/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/open-sans/OpenSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/IvyMode/IvyMode-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/IvyMode/IvyMode-Light.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/IvyMode/IvyMode-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/IvyMode/IvyMode-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/IvyMode/IvyMode-Bold.woff2") format("woff2");
}
.news-list {
  padding: 50px 0 80px 0;
}
.news-list .container {
  align-items: center;
}
.news-list .page-tab {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.news-list__page-title {
  margin-bottom: 35px;
  color: #285F5E;
  --font-size: 32px;
  --font-size-rem: 2rem;
  --line-height: 40px;
  --line-height-rem: 2.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.news-list__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 263px;
  gap: 25px;
  width: 100%;
}
.news-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 50px 24px 45px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.news-list__item::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.news-list__item.-first {
  grid-row: span 2;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 36px;
}
.news-list__item.-first .news-list__title {
  --font-size: 32px;
  --font-size-rem: 2rem;
  --line-height: 40px;
  --line-height-rem: 2.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.news-list__title {
  z-index: 1;
  margin-bottom: 20px;
  color: #fff;
  --font-size: 22px;
  --font-size-rem: 1.375rem;
  --line-height: 30px;
  --line-height-rem: 1.875rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.news-list__date {
  z-index: 1;
  color: #fff;
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "openSans-Regular";
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
  .news-list__items {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 348px;
    gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .news-list {
    position: static;
    padding: 105px 0 0 0;
  }
  .news-list__page-title {
    margin-bottom: 62px;
  }
  .news-list__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 46px 52px 76px;
  }
  .news-list__item.-first {
    padding-top: 82px;
    padding-bottom: 60px;
  }
  .news-list__item.-first .news-list__title {
    width: 300px;
    --font-size: 56px;
    --font-size-rem: 3.5rem;
    --line-height: 62px;
    --line-height-rem: 3.875rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .news-list__title {
    margin-bottom: 0;
    width: 250px;
    --font-size: 26px;
    --font-size-rem: 1.625rem;
    --line-height: 34px;
    --line-height-rem: 2.125rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@media only screen and (max-width: 1023px) {
  .news-list .page-tab {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
  }
}