.mod-press-highlights-corp {
  width: 100%;
}

.mod-press-highlights-corp .container {
  padding-top: 24px;
  padding-bottom: 24px;
}

.mod-press-highlights-corp .container .press-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.mod-press-highlights-corp .container .press-header span {
  font-size: var(--tp-s-size);
  line-height: var(--tp-s-height);
  letter-spacing: 0.27px;
  font-weight: var(--font-semibold);
  color: var(--color-blue_navy);
}

.mod-press-highlights-corp .container .press-header .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.mod-press-highlights-corp .container .press-header .link a i {
  height: 28px;
  margin-left: 5px;
  font-size: 24px;
}

.mod-press-highlights-corp .container .press-header .link a i::before {
  line-height: 26px;
  display: none;
}

.mod-press-highlights-corp .container .press-body {
  .section-text {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--color-gray_100);
    transition: all 0.4s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  .section-date .price-sensitive,
  .section-title,
  .description {
    transition: all 0.3s ease;
  }
  .section-text:hover {
    border-color: var(--color-electric_indigo);
    .section-date .price-sensitive {
      visibility: visible;
    }
    .section-title,
    .description,
    .section-date span {
      color: var(--color-electric_indigo);
    }
  }
}
@media (max-width: 767px) {
  .mod-press-highlights-corp .container .press-body {
    display: flex;
    flex-flow: column nowrap;
    gap: 30px;
  }
  .mod-press-highlights-corp.v4 .container .press-body .press-body-container {
    display: flex;
    flex-flow: column nowrap;
    gap: 30px;
  }
}

.mod-press-highlights-corp .container .press-body .section-text .section-date {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  span {
    font-size: var(--tp-label_lr-size);
    line-height: var(--tp-label_lr-height);
    letter-spacing: 0.32px;
    color: var(--color-gray_500);
  }
}

.mod-press-highlights-corp .container .press-body .section-text .section-title {
  margin-top: 16px;
  padding: 0;
  font-size: var(--tp-body_m-size);
  line-height: var(--tp-body_m-height);
  letter-spacing: 0.18px;
  font-weight: var(--font-bold);
  color: var(--color-blue_navy);
}

.mod-press-highlights-corp .container .press-body .section-text .section-title-bold {
  font-weight: var(--font-extrabold);
}

.mod-press-highlights-corp .container .press-body .section-text .description {
  margin-top: 16px;
  font-size: var(--tp-body_m-size);
  line-height: var(--tp-body_m-height);
  letter-spacing: 0.18px;
  color: var(--color-blue_navy);
}

.mod-press-highlights-corp .container .press-body .section-text .link {
  a {
    margin-left: auto;
  }
}

.mod-press-highlights-corp .container .press-body .section-text .link a i {
  height: 28px;
  margin-left: 5px;
  font-size: 24px;
  display: none;
}

.mod-press-highlights-corp .container .press-body .section-text .link a i::before {
  line-height: 26px;
}

.mod-press-highlights-corp.v4 .press-header .link {
  margin-left: auto;
}

.mod-press-highlights-corp.v4 .press-header .link a {
  margin-top: 0;
}

.mod-press-highlights-corp.v4 .press-body .section-text.shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mod-press-highlights-corp.v4 .press-body .section-label {
  display: none;
}

.mod-press-highlights-corp.v4 .press-body .press-body-container .section-text.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media (min-width: 768px) {
  .mod-press-highlights-corp {
    width: 100%;
  }
  .mod-press-highlights-corp .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .mod-press-highlights-corp .container .press-header {
    .link a {
      margin-top: 0px;
    }
    span {
      font-size: var(--tp-s-size);
      line-height: var(--tp-s-height);
    }
  }
  .mod-press-highlights-corp .container .press-body {
    columns: 2;
    column-gap: 30px;
    .section-text {
      margin-bottom: 24px;
      max-width: unset;
      -webkit-box-flex: unset;
      flex: unset;
      break-inside: avoid;
        height: 488px;
    }
    .section-text:last-child {
      margin-bottom: 0px;
    }
  }

  .mod-press-highlights-corp.v4 .container .press-body .section-text {
    width: 100%;
  }
    .mod-press-highlights-corp.v4 .container .press-body .section-text.no-descrip {
        height: 232px;
    }

  .mod-press-highlights-corp .container .press-body .section-text .section-title {
    padding: 0;
    font-size: var(--tp-body_m-size);
    line-height: var(--tp-body_m-height);
  }
  .mod-press-highlights-corp .container .press-body .section-text .description {
    font-size: var(--tp-body_m-size);
    line-height: var(--tp-body_m-height);
      max-height: 224px;
      overflow: hidden;

  }
    .mod-press-highlights-corp .container .press-body .section-text .description p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 1200px) {
  .mod-press-highlights-corp:not(.v2) {
    width: 100%;
  }
  .mod-press-highlights-corp .container {
    padding: 80px 0;
  }
  .mod-press-highlights-corp .container .press-header {
    margin-bottom: 40px;
    span {
      font-size: var(--tp-m-size);
      line-height: var(--tp-m-height);
    }
  }
  .mod-press-highlights-corp:not(.v2) .container .press-header .link a {
    margin-top: 0;
  }
  .mod-press-highlights-corp .container .press-body .section-text {
    padding: 40px 24px;
  }
  .mod-press-highlights-corp .container .press-body .section-text .section-title {
    font-size: var(--tp-body_l-size);
    line-height: var(--tp-body_l-height);
  }
  .mod-press-highlights-corp .container .press-body .section-text .description {
    font-size: var(--tp-body_l-size);
    line-height: var(--tp-body_l-height);
  }
}

