a {
  text-decoration: none;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  /* line-clamp: 2; */
  -webkit-box-orient: vertical;
}

.navigation-section {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  gap: 24px;
}

.news-container {
  width: 100%;
  /* padding: 0px 16px;
  display: flex;
  gap: 16px; */

  /*padding: 0px 16px 48px 16px;*/
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;

  /* flex-shrink: 0;
  flex-wrap: wrap; */
}
.desc {
  display: none;
  width: 100%;
  padding: 20px;
}

.desc a {
  display: flex;
}
.card {
  /* width: 30%; */
  /* max-width: 100% !important;
  min-height: 392 !important; 

  border: none !important;
  box-shadow: 0px 8px 16px 0px #1018281a;*/
}

.card-img-top {
  object-fit: cover;
  width: 100%;
  height: 246px;
}

.card-body-news {
  display: flex;
  flex-direction: column;
  gap: 4px !important;
  padding: 24px 24px 40px 24px !important;
}

.card-title-news {
  color: var(--gray-text-strong, #2c3059) !important;

  /* Desktop/H4 — Bold; */
  font-family: "InterBold" !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.card-title-news p {
	font-family: "InterBold" !important;
}

.card-text-news {
  color: var(--gray-text-strong, #2c3059) !important;

  /* Body/Body — Regular; */
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
}

.card:first-child .card-footnote {
  color: var(--gray-text-strong, #2c3059) !important;

  /* Small/Small — Regular; */
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}

.card-footnote {
  color: var(--gray-text-strong, #2c3059) !important;

  /* Small/Small — Regular; */
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}

/* pagination */
.pagination ul {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  background: #fff;
  padding: 8px;
  border-radius: 50px;

  justify-content: center;
  align-items: center;
}

.pagination ul li {
  list-style: none;
  line-height: 45px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}

.pagination ul li.numb.first {
  margin: 0px 3px 0 -5px;
}

.pagination ul li.numb.last {
  margin: 0px -5px 0 3px;
}

.pagination ul {
  /* Body1/Body 1 — Medium; */
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.69px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.pagination ul li.numb {
  list-style: none;
  height: 40px;
  width: 40px;
  margin: 0 3px;
  line-height: 45px;
  border-radius: 100px;

  display: flex;
  justify-content: center;
  align-items: center;

  /* padding: 2px 0px; */
  border: 1px;
}

.pagination ul li.dots {
  font-size: 12px;
  cursor: default;
}

.pagination ul li.btn {
  width: 40px;
  height: 40px;
  padding: 0 20px;
  border-radius: 40px;
  border: 1px solid var(--gray-stroke, #dfe0eb);

  display: flex;
  align-items: center;
}

.pagination ul li.btn svg {
  width: 5px;
}

.pagination ul li.btn:first-child {
  margin-right: 4px;
}

.pagination ul li.btn:last-child {
  margin-left: 4px;
}

.pagination li.active,
.pagination ul li.numb:hover {
  color: #fff;
  background: var(--primary-surface-strong, #684b9b);
}

.rop-news-container, .news-container {
    padding: 24px 0px 48px 0px;
}

.rop-news-container .card, .news-container .card {
    padding: 0;
    box-shadow: 0px 16px 40px 0px #1018280F;
}

.rop-news-container .card h4 , 
.rop-news-container .card p {
    margin: 0;
}

.rop-news-container .card .card-footnote {
    font-family: "Inter";
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0%;
	color: var(--gray-text, #6A6D87) !important;
}

.rop-newsletter-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

/*
.rop-newsletter-title::after {
    content: "";
    background: no-repeat center center;
  	background-size: contain;
  	display: inline-flex;
  	margin-right: 10px;
  	width: 20px;
  	height: 20px;
}
*/

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .desc {
    display: flex;
    width: 100%;
    padding: 20px;
  }
  .rop-news-container, .news-container {
    padding: 40px 0px 64px 0px;
  }

  .navigation-section {
   /* padding: 0px 150px;*/
    margin-top: 40px;
  }

  .news-container {
    width: 100%;
   /* padding: 40px 150px 64px 150px;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }


  .card-img-top {
    min-height: 240px !important;
    background-size: contain !important;
  }


  .pagination ul {
    /* Body1/Body 1 — Medium; */
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .pagination ul li.numb {
    list-style: none;
    height: 52px;
    width: 52px;
    margin: 0 3px;
    line-height: 45px;
    border-radius: 100px;

    padding: 2px 0px;
    border: 1px;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pagination ul li.dots {
    font-size: 22px;
    cursor: default;
  }

  .pagination ul li.btn {
    width: 56px;
    height: 56px;
    padding: 0 20px;
    border-radius: 40px;
    border: 1px solid var(--gray-stroke, #dfe0eb);

    display: flex;
    align-items: center;
  }

  .pagination ul li.btn svg {
    width: 17px;
  }

  .pagination ul li.btn:first-child {
    margin-right: 16px;
  }

  .pagination ul li.btn:last-child {
    margin-left: 16px;
  }

  .pagination li.active,
  .pagination ul li.numb:hover {
    color: #fff;
    background: var(--primary-surface-strong, #684b9b);
  }
}
.form-select {
  color: var(--gray-text-strong, #2c3059);

  /* Body1/Body 1 — Regular */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.navigation-section {
  width: 100%;
}

.navigation-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.navigation-section .nav-underline {
  width: 100%;
  row-gap: unset;
  column-gap: unset;
}

.navigation-section li {
  width: 33.33%;
}

.navigation-section li a {
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: var(--primary-text, #9596ac);
}

.navigation-section .nav-underline .nav-link {
  overflow: hidden;
  color: var(--gray-text-weak, #9596ac);
  text-align: center;
  text-overflow: ellipsis;

  /* Desktop/H5 — Medium */
  font-family: "InterMedium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */

  border-bottom: 1px solid var(--gray-stroke-strong, #cacad9);
}

.navigation-section .nav-underline .nav-link.active {
  overflow: hidden;
  color: var(--primary-text, #684b9b);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;

  /* Desktop/H5 — Bold */
  font-family: "InterBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */

  border-bottom: 3px solid var(--primary-icon, #684b9b);
}

nav ul {
  margin: 0px;
}

.nav-links {
  list-style: none;
  padding: 12px 0px;
  display: flex;
  justify-content: start;
}

.nav-links li {
  margin: 0px;
}

.nav-links a {
  display: flex;
  min-width: 140px;
  padding: var(--spacing-sm, 12px) 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  color: var(--gray-text, #6a6d87);
  text-align: center;

  /* Desktop/H5 — Medium */
  font-family: "InterMedium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

.nav-links a.active {
  color: var(--gray-text-strong, #2c3059);
  text-align: center;

  /* Desktop/H5 — Bold */
  font-family: "InterBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */

  border-radius: 8px;
  background: var(--gray-surface, #f2f2fa);
}

.card-badge {
  width: fit-content;
  height: auto;
  padding: 4px 12px 4px 12px;
  gap: 8px;
  border-radius: 32px;
  opacity: 0px;
  margin-bottom: 8px;
  background: var(--gray-surface, #f2f2fa);

  /* Body2 - Mobile/Body 2 — Medium; */
  font-family: "InterMedium";
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--gray-text, #6a6d87);
}

.read-more {
  color: var(--primary-text, #684B9B);
  background-color: white;

  /* Body/Body — Bold; */
  font-family: "InterBold";
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border: none;
}
.learnMore {
    /* width: 89px; */
    height: 26px;
    gap: 0px;
    opacity: 0px;
    font-family: Inter;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 25.6px;
    text-align: right;
    color: var(--primary-text, #684B9B);
    border: 0px;
    background: none;
    padding: 0;
}
.arrowimage {
    width: 20px;
	height: 20px;
	padding: 4.17px 3.33px 4.17px 3.33px;
	gap: 0px;
	opacity: 0px;

}
.desc .card-title-news {
        font-family: "Bellefair";
        font-size: 32px;
        font-weight: 400;
        line-height: 48px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: var(--gray-text-strong, #2c3059);
        text-transform: uppercase;
    }
.desc .card-img-top {
  object-fit: cover;
  width: 45%;
  height: 350px;
}
.desc .card-body {
	width:40%;
}

.card-body-news p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  /* line-clamp: 2; */
  -webkit-box-orient: vertical;
    }









@font-face {
  font-family: "Inter";
  src: url(assets/fonts/Inter-Regular.ttf);
  font-display: fallback;
}

@font-face {
  font-family: "Bellefair";
  src: url(assets/fonts/Bellefair.ttf);
  font-display: fallback;
}

@font-face {
  font-family: "Inter-Bold";
  src: url(assets/fonts/Inter-Bold.ttf);
  font-display: fallback;
}

@font-face {
  font-family: "Inter-Medium";
  src: url(assets/fonts/Inter-Medium.ttf);
  font-display: fallback;
}

body,
html {
  font-family: "Inter" !important;
  overflow-x: hidden;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0px !important;
  font-synthesis: none !important;
}

html {
  @media (min-width: 3000px) {
    max-width: 2400px;
    margin: auto;
  }
}

body::-webkit-scrollbar {
  scrollbar-width: thin;
}

a {
  text-decoration: none !important;
}

.global-content-padding {
  @media (min-width: 1301px) {
    padding-left: 10.42% !important;
    padding-right: 10.42% !important;
  }

  @media (max-width: 1300px) {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }

  @media (max-width: 1220px) {
    padding-left: 6% !important;
    padding-right: 6% !important;
  }

  @media (max-width: 1150px) {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  @media (max-width: 1120px) {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }

  @media (max-width: 1100px) {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}

.global-content-margin {
  @media (min-width: 1301px) {
    margin-left: 10.42% !important;
    margin-right: 10.42% !important;
  }

  @media (max-width: 1300px) {
    margin-left: 8% !important;
    margin-right: 8% !important;
  }

  @media (max-width: 1220px) {
    margin-left: 6% !important;
    margin-right: 6% !important;
  }

  @media (max-width: 1150px) {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }

  @media (max-width: 1120px) {
    margin-left: 4% !important;
    margin-right: 4% !important;
  }

  @media (max-width: 1100px) {
    margin-left: 3% !important;
    margin-right: 3% !important;
  }
}

#cmp-ground-services__news .global-content-margin {
  @media (max-width: 787px) {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
}

#cmp-ground-services__news.newsContainer {
  display: flex;
  width: 100%;
  /* max-width: 90rem; */
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  flex-direction: column;
  gap: 48px;
}

#cmp-ground-services__news {
  .newHeadingContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .headingStyle {
    color: var(--gray-text-strong, #2c3059);

    /* Desktop/Display-2 */
    font-family: Bellefair;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 3rem */
    text-transform: uppercase;
    align-self: stretch;
  }

  .readMoreStyle {
    padding-right: 8px;
    font-family: "Inter-Bold";
  }

  .readMoreDiv {
    color: var(--primary-text, #684b9b);
    cursor: pointer;
    text-decoration: none !important;
  }

  .readMoreDiv img {
    width: 24px;
    height: 24px;
  }

  .newsContentContainer {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 0.5rem;
    border: 1px solid var(--gray-stroke, #dfe0eb);
    background: var(--gray-surface-invert, #fff);
    height: 394px;
  }

  .primaryNewsContainer {
    display: flex;
    align-items: flex-end;
    /* // flex: 1 0 0; */
    align-self: stretch;
  }

  .primaryNewsInnerContainer {
    display: flex;
    align-items: flex-end;
    flex: 1 0 0;
    align-self: stretch;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.7) 100%
      ),
      lightgray 50% / cover no-repeat;
    border-top-left-radius: 0.5rem;
  }

  .primaryNewsInnerContainer > a {
    padding-right: 0px;
  }

  .secondaryNewsContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-left: 0.821px solid var(--gray-stroke, #dfe0eb);
  }

  .firstSecondaryNewsContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.25rem;
    flex: 1 0 0;
    align-self: stretch;
    border-bottom: 0.821px solid var(--gray-stroke, #dfe0eb);
  }

  .firstSecondaryNewsContainer:last-child {
    border-bottom: none;
  }

  @media (min-width: 767px) {
    .primaryNewsInnerContainer {
      border-bottom-left-radius: 0.5rem;
    }
  }

  @media (max-width: 767px) {
    .newHeadingContainer {
      /* // width: 358px; */
      height: 78px;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .headingStyle {
      width: 358px;
      height: 36px;
      font-family: "Bellefair";
      font-weight: 400;
      font-size: 24px;
      line-height: 36px;
    }

    .newHeadingContainer {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 0;
    }

    .newsContentContainer {
      width: 100%;
      flex-direction: column;
      height: auto;
      border: none;
    }

    .primaryNewsInnerContainer,
    .secondaryNewsContainer,
    .firstSecondaryNewsContainer {
      border: none;
    }

    .newsContainer {
      padding-bottom: 0.25rem;
      padding-top: 2rem;
      gap: 30px;
    }

    .firstSecondaryNewsContainer {
      padding: 24px 16px 24px 16px;
      border-bottom: 0.821px solid var(--gray-stroke, #dfe0eb);
    }

    /* .firstSecondaryNewsContainer:last-child {
      padding: 6px 16px 24px 16px;
    } */
  }

  .placeholder {
    height: 100%;
    width: 510px;
    background-color: #c6c6c6;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  @media (max-width: 767px) {
    .placeholder {
      width: 100%;
      height: 300px;
      border-top-left-radius: unset;
      border-bottom-left-radius: unset;
    }
  }

  /* card */
  .heading {
    overflow: hidden;
    color: var(--gray-text-strong, #2c3059);
    text-overflow: ellipsis;

    /* Desktop/H4 — Bold */
    font-family: "Inter";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 1.875rem */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
  }

  .description {
    overflow: hidden;
    color: var(--gray-text, #6a6d87);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* Body/Body — Regular */

    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 1.6rem */
  }

  .date {
    align-self: stretch;
    color: var(--gray-text-weak, #73748f);
    font-size: 0.71825rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 1.14919rem */
  }

  .contentContainer {
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .headingContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .headingContainer p {
    margin-bottom: 0px;
  }

  .description p {
    margin-bottom: 0px;
  }

  .newsButtonContainer {
    display: none;
  }

  .secondaryNewsContainer .readMoreButton {
    display: flex;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    box-shadow: "0px 1px 2px 0px rgba(16, 24, 40, 0.05)";
    padding: "8px 12px 8px 16px";
    background-color: #684b9b;
    font-size: 14px;
    font-family: "Inter";
    font-style: normal;
    color: #ffffff;
    font-weight: 700;
    line-height: 160%;
    border: 1px solid #ffffff;
  }

  @media (min-width: 768px) {
    .contentContainer:hover .heading,
    .contentContainer:focus .heading,
    .contentContainer:hover .description,
    .contentContainer:focus .description {
      -webkit-line-clamp: 1;
    }

    .contentContainer:focus {
      outline: none;
    }

    .contentContainer:focus button {
      outline: 2px solid #7f56d9;
    }

    .contentContainer:hover .newsButtonContainer,
    .contentContainer:focus .newsButtonContainer {
      display: inline;
    }

    .readMoreButton {
      height: 42px;
      width: 120px;
    }
  }

  .border {
    display: none;
  }

  @media (max-width: 767px) {
    .newsButtonContainer {
      margin-top: 5px;
      display: inline;
    }

    .border {
      display: block;
      border-bottom: 0.82px solid var(--gray-stroke, #dfe0eb);
      margin-top: 15px;
      width: 135%;
      position: relative;
      right: 15%;
    }

    .readMoreButton {
      height: 39.7px;
      width: 121px;
    }
  }

  .promoCard {
    border: 0;
    border-radius: 0;
    overflow: hidden;
  }

  .promoImage {
    transition: transform 0.5s ease;
  }

  .pointer {
    cursor: pointer;
  }

  @media (min-width: 768px) {
    .promoCard:hover {
      overflow: hidden;
    }

    .promoCard:hover .promoImage {
      transform: scale(1.1);
      transition: all 0.5s ease-in-out;
    }
  }

  .promoImages {
    /* // width: 591px; */
    height: 394px;
    object-fit: cover;
  }

  .imageOverlay {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.8) 8.26%,
      rgba(0, 0, 0, 0) 92.4%
    );
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .cardOverlay {
    padding: 0 !important;
  }

  .cardBody {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.25rem;

    .cardCaption {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 8px;
      align-self: stretch;
    }

    .cardTitleWrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      align-self: stretch;
    }

    .cardSubTitle {
      color: var(--gray-text-invert, #fff);
      font-size: 13.133px;
      font-style: normal;
      font-weight: 500;
      line-height: 160%;
      /* 21.013px */
      align-self: stretch;
    }

    .cardTitle {
      color: var(--gray-text-invert, #fff);

      /* Desktop/H4 — Bold */
      font-family: "Inter";
      font-size: 20px;
      font-style: normal;
      font-weight: 700;

      /* 30px */
    }

    .descriptionText,
    .buttonContainer {
      display: none;
    }
  }

  .placeholderCardButton {
    border-style: none;
    width: 120px;
    height: 42px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    gap: 8px;
    border-color: #ffffff;
    background-color: #ffffff;
    color: #684b9b;
    margin-top: 32px;
  }

  .promoCards {
    border: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .primaryNewsContainer .readMoreButton {
    display: flex;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    box-shadow: "0px 1px 2px 0px rgba(16, 24, 40, 0.05)";
    padding: "8px 12px 8px 16px";
    background-color: #ffffff;
    font-size: 14px;
    font-family: "Inter";
    font-style: normal;
    color: #684b9b;
    font-weight: 700;
    line-height: 160%;
    border: 1px solid #ffffff;
  }

  @media (min-width: 768px) {
    .promoCards {
      &:hover,
      &:focus {
        overflow: hidden;

        .cardBody {
          gap: 24px;
          background: radial-gradient(
            205.11% 205.11% at 54.75% 100%,
            rgba(44, 48, 89, 0.8) 0%,
            rgba(221, 222, 236, 0) 100%
          );
          box-shadow: 3.978px 3.978px 14.918px 0px rgba(0, 0, 0, 0.05);
          backdrop-filter: blur(49.72712326049805px);
          width: 100%;
        }

        .buttonContainer {
          display: inline;
        }
      }
      &:focus {
        outline: none;
        button {
          outline: 2px solid #7f56d9;
        }
      }
      &:focus:not(:focus-visible) {
        button {
          outline: none;
        }
        outline: none;
      }
    }

    .cardBody {
      bottom: 0;
    }

    .cardTitle {
      line-height: 150%;
    }

    .readMoreButton {
      height: 42px;
      width: 120px;
    }
  }

  @media (max-width: 767px) {
    .promoImages {
      /* // width: 390px; */
      height: 390px;
      width: 100%;
      object-fit: cover;
    }

    .cardBody {
      gap: 0.75rem;

      .buttonContainer {
        display: inline;
      }
    }

    .promoCards {
      position: relative;
      width: 100%;
      /* // right: 4%; */
    }

    .cardTitle {
      width: 358px;
      line-height: 155%;
    }

    .cardBody {
      top: 53%;
      height: 194.8px;
    }

    .readMoreButton {
      height: 36.83px;
      width: 121px;
    }

    .contentContainer {
      padding: 0px;
    }

    .imageOverlay,
    .promoCard,
    .primaryNewsInnerContainer,
    .promoImages,
    .newsContentContainer {
      border-radius: 0;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 852px) {
    .cardTitle {
      width: 445px;
    }

    /* .promoCards {
          &:hover {
            .cardTitle {
              width: auto;
            }
          }
        } */

    .promoCards:hover .cardTitle {
      width: auto;
    }
  }

  @media (min-width: 768px) {
    .promoImages {
      width: 591px;
    }
  }
}
