.brands > .image.wow > img {
  max-width: 1024px;
}

.notice {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

.hero-slim {
  margin-bottom: 40px !important;
}

.news-list {
  list-style: disc;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 20px;
}

.notice-update {
  font-style: italic;
}

.news-section {
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
}

.news-item {
  display: flex;
  flex-direction: row;
  align-items: center;

  border-top: 1px solid rgba(26, 37, 58, 0.3);
  padding: 16px 0;
}

.news-item:first-child {
  border-top: none;
}

.news-item a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.news-item a:hover {
  text-decoration: underline;
}

.news-item img {
  max-width: 100%;
  width: 48px;
  margin: 0 16px 0 8px;
  color: #1a253a;
}

.news-item-bar {
  background-color: red;
  -webkit-mask: url(/assets/svg/pgg-bar.svg) no-repeat center;
  mask: url(/assets/svg/pgg-bar.svg) no-repeat center;
}

.news-date-details {
  font-size: 12px;
  font-weight: 400;
  margin: 16px 0;
}

.news-section h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .news-section {
    padding: 20px 20px;
  }

  .news-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-item img {
    display: none;
  }

  .news-item a {
    margin-top: 4px;
  }

  .news-date {
    align-items: center;
    flex-direction: row !important;
    gap: 8px;
  }
}

.news-date {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  min-width: 100px;
  display: flex;
  flex-direction: column;
}

.news-date-year {
  opacity: 0.7;
}

.news-date h4 {
  padding: 0;
}

.news-section b {
  color: #1a253a;
}

.mega-offset-image-left-and-text {
  -ms-grid-columns: repeat(12, 1fr);
  color: #fff;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 140px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .mega-offset-image-left-and-text {
    overflow: hidden;
  }
}
.mega-offset-image-left-and-text .orange {
  -ms-grid-column-span: 7;
  -ms-grid-row-span: 1;
  background-color: #ef5a22;
  border-radius: 5px;
  -ms-grid-column: 6;
  grid-column: 1/7;
  -ms-grid-row: 1;
  grid-row: 1/2;
  margin: -20px 20px 20px -20px;
}
@media screen and (max-width: 768px) {
  .mega-offset-image-left-and-text .orange {
    -ms-grid-column-span: 12;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    grid-column: 1/13;
    -ms-grid-row: 1;
    grid-row: 1/2;
    margin: -20px 20px 20px -20px;
  }
}
.mega-offset-image-left-and-text .blue {
  -ms-grid-column-span: 8;
  -ms-grid-row-span: 1;
  background-color: #1a253a;
  -ms-grid-column: 1;
  grid-column: 6/13;
  -ms-grid-row: 1;
  margin-top: -40px;
  margin-bottom: 40px;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .mega-offset-image-left-and-text .blue {
    -ms-grid-column-span: 12;
    -ms-grid-row-span: 1;
    display: none;
    -ms-grid-column: 1;
    grid-column: 1/13;
    -ms-grid-row: 2;
    grid-row: 2/3;
  }
}
.mega-offset-image-left-and-text .image {
  -ms-grid-column-span: 7;
  -ms-grid-row-span: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  -ms-grid-column: 6;
  grid-column: 1/7;
  -ms-grid-row: 1;
  grid-row: 1/2;
  line-height: 0;
  min-height: 400px;
}
@media screen and (max-width: 768px) {
  .mega-offset-image-left-and-text .image {
    -ms-grid-column-span: 12;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    grid-column: 1/13;
    -ms-grid-row: 1;
    grid-row: 1/2;
    margin-bottom: 0;
    margin-right: -20px;
    margin-top: 0;
  }
}
.mega-offset-image-left-and-text .text {
  -ms-grid-column-span: 7;
  -ms-grid-row-span: 1;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-grid-column: 2;
  grid-column: 7/13;
  -ms-grid-row: 1;
  grid-row: 1/2;
  margin-left: 40px;
  padding-bottom: 100px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .mega-offset-image-left-and-text .text {
    -ms-grid-column-span: 12;
    -ms-grid-row-span: 1;
    color: #1a253a;
    -ms-grid-column: 1;
    grid-column: 1/13;
    -ms-grid-row: 2;
    grid-row: 2/3;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 20px;
  }
}
.mega-offset-image-left-and-text .text h2 {
  font-family: Kanit;
  font-size: 80px;
  font-style: italic;
  font-weight: 900;
  line-height: 0.8em;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .mega-offset-image-left-and-text .text h2 {
    font-size: 40px;
  }
}
.mega-offset-image-left-and-text .text p {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .mega-offset-image-left-and-text .text p {
    font-weight: 400;
    max-width: 100%;
  }
}

.bigh3 {
  font-family: Kanit;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.slim.offset-image-left-and-text-holder.brands {
  max-width: 1024px;
  width: 100%;
}

.alternative.offset-image-right-and-text-holder .image {
  -ms-grid-column-span: 9;
  -ms-grid-row-span: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-grid-column: 4;
  grid-column: 7/13;
  -ms-grid-row: 1;
  grid-row: 1/2;
  line-height: 0;
  margin-bottom: 30px;
  padding-top: 20px;
}

.alternative.offset-image-left-and-text-holder .image {
  -ms-grid-column-span: 10;
  -ms-grid-row-span: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-grid-column: 1;
  grid-column: 1/7;
  -ms-grid-row: 1;
  grid-row: 1/2;
  line-height: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .alternative.offset-image-right-and-text-holder .image {
    grid-column: 1/13;
  }
}

@media screen and (max-width: 768px) {
  .alternative.offset-image-left-and-text-holder .image {
    grid-column: 1/13;
  }
}

.brands > .image.wow > picture {
  max-width: 1024px;
}
.brands > .image.wow > picture > img {
  max-width: 1024px;
}

.offset-image-left-and-text-holder .image picture {
  border-radius: 5px;
}

.offset-image-right-and-text-holder .image picture {
  border-radius: 5px;
}
