.press-title-container {
  padding-top: 20px;
}

.press-title-container h3 {
  font-family: "Boston", "Boston", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 48px;
}

.press-loop {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
  padding-bottom: 187px;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.24); */
}

.press-loop a:nth-child(n + 2) {
  grid-column: span 2;
  overflow: hidden;
}

.press-loop a:nth-child(1),
.press-loop a:nth-child(2) {
  grid-column: span 3 !important;
  overflow: hidden;
}

.press-loop a:nth-child(1) .press-card-image-container,
.press-loop a:nth-child(2) .press-card-image-container {
  height: 314px;
}
.press-loop a:nth-child(1) .text-press-card-container,
.press-loop a:nth-child(2) .text-press-card-container {
  top: 314px;
  height: 400px;
}

.press-card {
  height: 700px;
  border-radius: 24px;
  margin-bottom: 20px;
  position: relative;
}

.press-card article {
  height: 100%;
}

.press-card-image-container {
  position: absolute;
  width: 100%;
  height: 206px;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  background-color: #0b2142;
}

.press-card-image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  transition: 1s !important;
  filter: brightness(100%) contrast(76%) saturate(100%) blur(0px)
    hue-rotate(0deg);
}

.press-loop a:nth-child(1) .press-card-image-container img:hover,
.press-loop a:nth-child(2) .press-card-image-container img:hover {
  transform: scale(1.1) !important;
}

.press-loop a:nth-child(1) .press-card-image-container img,
.press-loop a:nth-child(2) .press-card-image-container img {
  filter: none;
}

.text-press-card-container {
  width: 100%;
  height: 494px;
  padding-top: 30px;
  position: absolute;
  top: 206px;
  background-color: #fff;
}

.body-press-card div img {
  max-height: 50px !important;
  max-width: 200px;
  width: auto !important;
}

.body-press-card,
.press-card-date {
  color: #0b2142;
  font-family: "Boston", "Boston", Arial, sans-serif;
}

.body-press-card {
  padding: 0 30px 0 40px;
}

.title-press-card {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 20px 0 20px 0;
}

.description-press-card {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0;
  overflow: hidden !important;
}

.press-card-date {
  border-top: 1px solid #d1d5db !important;
  min-height: 82.6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 16px 30px 40px 40px;
  font-family: "Boston", "Boston", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1px;
  background-color: #fff;
  overflow: hidden;
  z-index: 9999;
}

hr {
  height: 1px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: none;
  border-left: none;
  border-right: none;
}

@media (max-width: 1200px) {
  .press-loop a {
    grid-column: span 3 !important;
  }
}

@media (min-width: 767px) {
  .toggle:before {
    background-image: linear-gradient(
      90deg,
      #ffffff 27.33%,
      rgba(255, 255, 255, 0) 123.47%
    );
    background-image: -moz-linear-gradient(
      90deg,
      #ffffff 27.33%,
      rgba(255, 255, 255, 0) 123.47%
    );
    background-image: -ms-linear-gradient(
      90deg,
      #ffffff 27.33%,
      rgba(255, 255, 255, 0) 123.47%
    );
    background-image: -o-linear-gradient(
      90deg,
      #ffffff 27.33%,
      rgba(255, 255, 255, 0) 123.47%
    );
    background-image: -webkit-linear-gradient(
      90deg,
      #ffffff 27.33%,
      rgba(255, 255, 255, 0) 123.47%
    );
  }
  .toggle:before {
    content: "\00a0";
    height: 30px;
    position: absolute;
    width: 100%;
    top: 384px;
    left: 0;
    margin-bottom: 85px;
    z-index: 2000;
  }
}

@media (max-width: 767px) {
  .press-loop a,
  .press-loop a:nth-child(1),
  .press-loop a:nth-child(2) {
    grid-column: span 6 !important;
  }

  .body-press-card {
    padding: 0 24px 0 24px;
  }

  .press-title-container {
    padding-left: 24px;
  }

  hr {
    width: 95%;
    margin: auto !important;
  }

  .press-card-image-container {
    height: 200px !important;
    position: static;
  }

  .text-press-card-container {
    position: static;
    height: auto;
  }

  .press-card-date {
    padding: 16px 30px 20px 40px !important;
    min-height: auto !important;
    position: static;
  }

  .press-card-image-container img {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .press-card {
    height: auto !important;
    border-radius: 0 !important;
  }

  .body-press-card div img {
    width: 200px;
    max-width: auto;
    max-height: auto;
  }

  .press-loop a:nth-child(1) .text-press-card-container,
  .press-loop a:nth-child(2) .text-press-card-container {
    height: auto;
  }
}
