* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "sans-serif";
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.decorative-divider {
  height: 60px;
  background-position: top;
}

.decorative-divider-lg {
  height: 102px;
  background-position: top;
  background-color: #1E4079;
}

.logo-container img {
  width: 160px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-up,
.fade-left,
.fade-right {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.fade-up.in-view {
  animation: fadeInUp 0.6s ease-out forwards;
}

.fade-left.in-view {
  animation: fadeInLeft 0.6s ease-out forwards;
}

.fade-right.in-view {
  animation: fadeInRight 0.6s ease-out forwards;
}

.delay-1 {
  animation-delay: 0.2s !important;
}

.delay-2 {
  animation-delay: 0.4s !important;
}

.delay-3 {
  animation-delay: 0.6s !important;
}

h1, h2, h3 {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
}

.section-title-1 {
  font-size: 64px;
  line-height: 72px;
}
@media screen and (max-width: 837px) {
  .section-title-1 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media screen and (max-width: 649px) {
  .section-title-1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.section-title-2 {
  font-size: 48px;
  line-height: 56px;
}
@media screen and (max-width: 837px) {
  .section-title-2 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media screen and (max-width: 649px) {
  .section-title-2 {
    font-size: 40px;
    line-height: 48px;
  }
}

.section-title-3 {
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 837px) {
  .section-title-3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 649px) {
  .section-title-3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.body-text-lg {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 649px) {
  .body-text-lg {
    font-size: 16px;
    line-height: 20px;
  }
}

.overline-text {
  text-transform: uppercase;
  font-size: 16px;
  color: #8C9FBF;
}

.btn {
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 20px;
  line-height: 24px;
  width: fit-content;
  text-align: center;
  font-family: "DM Serif Text", serif;
  display: block;
  transition: 0.3s ease-in-out;
}
.btn.btn-primary {
  color: white;
  background-color: #1E4079;
}
.btn.btn-primary:hover {
  background-color: #8C9FBF;
}
.btn.btn-secondary {
  color: white;
  background-color: #4F791E;
}
.btn.btn-secondary:hover {
  background-color: #A6BC8D;
}
.btn.btn-outlined {
  background-color: #ECECEC;
  color: #1E4079;
  border: 1px solid #1E4079;
}

.btn-underlined {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: 0.3s;
}
.btn-underlined:hover {
  gap: 7px;
}
.btn-underlined a {
  color: white;
  font-family: "DM Serif Text", serif;
  font-size: 20px;
}
.btn-underlined img {
  width: 16px;
  height: 16px;
}
.btn-underlined.btn-primary a {
  color: #1E4079;
}

.with-bg-img {
  background-position: top;
  background-size: cover;
}

.section {
  padding: 60px 24px;
}
.section.bg-light {
  background-color: #D3DAE5;
}
.section.bg-secondary-light {
  background-color: #DCE4D3;
}

.section-content {
  padding: 40px 0;
}

.constrained-width {
  max-width: 1200px;
  margin: auto;
}

.top-divider {
  border-top: 1px solid #8C9FBF;
}

.with-dividers {
  border-top: 1px solid #8C9FBF;
  border-bottom: 1px solid #8C9FBF;
}

.hero-with-bg-img {
  color: white;
}
.hero-with-bg-img .hero-with-bg-img-content {
  max-width: 640px;
}
.hero-with-bg-img .hero-with-bg-img-content h1 {
  margin-bottom: 30px;
}

.p-margin-bottom {
  margin-bottom: 24px;
}

.icon-list {
  list-style: none;
}
.icon-list li {
  display: flex;
  gap: 30px;
  padding-bottom: 24px;
}
@media screen and (max-width: 649px) {
  .icon-list li {
    gap: 16px;
  }
}
.icon-list li:not(:last-child) {
  border-bottom: 1px solid #DCE4D3;
  margin-bottom: 24px;
}
.icon-list li .li-icon {
  width: 80px;
  height: 80px;
}
.icon-list li .li-title {
  font-family: "DM Serif Text", serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 24px;
  column-gap: 60px;
}
@media screen and (max-width: 649px) {
  .ul {
    grid-template-columns: 1fr;
  }
}
.ul.ul-primary {
  color: white;
}
.ul.ul-secondary {
  color: #4F791E;
}
.ul li {
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: "DM Serif Text", serif;
  font-style: italic;
  font-size: 20px;
}

.ol-with-side-img-section .ol-with-side-img-content {
  display: flex;
  gap: 80px;
  color: #5B5B5B;
}
@media screen and (max-width: 991px) {
  .ol-with-side-img-section .ol-with-side-img-content {
    flex-direction: column;
    gap: 40px;
  }
}
.ol-with-side-img-section .ol-with-side-img-content .ol-with-side-img-image {
  width: 100%;
  max-width: 530px;
  flex-shrink: 0;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .ol-with-side-img-section .ol-with-side-img-content .ol-with-side-img-image {
    max-width: 430px;
  }
}
@media screen and (max-width: 991px) {
  .ol-with-side-img-section .ol-with-side-img-content .ol-with-side-img-image {
    height: 325px;
    max-width: 991px;
    order: 1;
  }
}
.ol-with-side-img-section .ol-with-side-img-content .ol-with-side-img-text {
  flex: 1.5;
}
.ol-with-side-img-section .ol-with-side-img-content .ol-with-side-img-text h2 {
  color: #1E4079;
  margin-bottom: 24px;
}
.ol-with-side-img-section .ol-with-side-img-content .ol-with-side-img-text .icon-list {
  color: #1E4079;
  border-bottom: 1px solid #D3DAE5;
  border-top: 1px solid #D3DAE5;
  padding-top: 24px;
  margin-top: 30px;
}
.ol-with-side-img-section .ol-with-side-img-content .ol-with-side-img-text .icon-list li:not(:last-child) {
  border-bottom: 1px solid #D3DAE5;
}
@media screen and (max-width: 991px) {
  .ol-with-side-img-section .ol-with-side-img-content .ol-with-side-img-text {
    order: 2;
  }
}

.ul-with-bg-img-section {
  background-size: cover !important;
}
.ul-with-bg-img-section .ul-with-bg-img-content {
  color: white;
  max-width: 605px;
  margin-left: auto;
}
.ul-with-bg-img-section .ul-with-bg-img-content h2 {
  margin-bottom: 24px;
}
.ul-with-bg-img-section .ul-with-bg-img-content .ul {
  margin-top: 60px;
}

header {
  font-family: "DM Serif Text", serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  width: 100%;
  height: 88px;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  header {
    height: 80px;
  }
}
header nav {
  display: flex;
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  header nav {
    border-top: 2px solid #1E4079;
    position: absolute;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    background-color: white;
    position: absolute;
    gap: 24px;
    top: 80px;
    left: 0;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  header nav.closed {
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s, pointer-events 0s 0.3s;
    visibility: hidden;
    pointer-events: none;
  }
}
header nav .nav-links-group {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: auto;
  color: #1E4079;
}
@media screen and (max-width: 910px) {
  header nav .nav-links-group {
    gap: 5px;
  }
}
header nav .nav-links-group a {
  text-decoration: none;
  color: inherit;
  display: block;
  font-size: 20px;
  padding: 8px 16px;
  border-bottom: 2px solid transparent;
  transition: 0.5s;
}
header nav .nav-links-group a.active {
  border-bottom: 2px solid #4F791E;
}
header nav .nav-links-group a:hover {
  border-bottom: 2px solid #4F791E;
}
@media screen and (max-width: 910px) {
  header nav .nav-links-group a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  header nav .nav-links-group a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  header nav .nav-links-group {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    gap: 24px;
  }
}
@media screen and (max-width: 910px) {
  header nav .header-cta {
    font-size: 16px;
    padding: 10px 26px;
  }
}
@media screen and (max-width: 767px) {
  header nav .header-cta {
    font-size: 20px;
    padding: 16px 32px;
  }
}
header #nav-hamburger {
  display: none;
  cursor: pointer;
  font-size: 40px;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 45px;
  height: 45px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  header #nav-hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

footer {
  margin-top: auto;
}
footer .footer-contact {
  padding: 32px;
}
footer .footer-contact .footer-title {
  font-size: 32px;
  font-family: "DM Serif Text", serif;
  color: #1E4079;
  text-align: center;
  margin-bottom: 32px;
}
footer .footer-contact .footer-contact-methods-wrap {
  font-size: 20px;
  display: flex;
  justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 649px) {
  footer .footer-contact .footer-contact-methods-wrap {
    flex-direction: column;
    gap: 24px;
  }
}
footer .footer-contact .footer-contact-methods-wrap .footer-contact-method {
  border-left: 1px solid #8C9FBF;
  padding: 8px 16px;
}
footer .footer-contact .footer-contact-methods-wrap .footer-contact-method .footer-contact-method-header {
  color: #8C9FBF;
  font-family: "DM Serif Text", serif;
}
footer .footer-contact .footer-contact-methods-wrap .footer-contact-method .footer-contact-info {
  color: #1E4079;
  font-weight: 700;
}
footer .sub-footer {
  background-color: #F9F9F9;
  padding: 32px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 649px) {
  footer .sub-footer {
    flex-direction: column;
    gap: 24px;
  }
}
footer .sub-footer .copyright {
  text-align: right;
  color: #5B5B5B;
  font-size: 11px;
}

body.video-fallback .hero-section {
  background: url("assets/temporary-hero.png") center center/cover no-repeat;
}

body.video-fallback #hero-video {
  display: none;
}

.hero-section {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero-section {
    padding-bottom: 0;
  }
}
.hero-section #hero-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
  background: url("temporary-hero.png") center center/cover no-repeat;
}
.hero-section .hero-content {
  display: flex;
  position: relative;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .hero-section .hero-content {
    flex-direction: column;
  }
}
.hero-section .hero-content .hero-left {
  max-width: 658px;
  color: white;
  background-color: rgba(30, 64, 121, 0.8);
  padding: 80px;
}
@media screen and (max-width: 837px) {
  .hero-section .hero-content .hero-left {
    max-width: 100%;
  }
}
@media screen and (max-width: 649px) {
  .hero-section .hero-content .hero-left {
    padding: 40px;
  }
}
.hero-section .hero-content .hero-left .hero-title {
  margin-bottom: 30px;
}
.hero-section .hero-content .hero-left .hero-subtext {
  color: #D3DAE5;
  margin-bottom: 30px;
}
.hero-section .hero-content .image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  margin: auto 12px auto auto;
}
@media screen and (max-width: 767px) {
  .hero-section .hero-content .image-grid {
    padding-right: 13px;
  }
}
.hero-section .hero-content .image-grid div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  width: 100%;
}
.hero-section .hero-content .image-grid .left-img {
  grid-row: span 2;
  aspect-ratio: 2/3;
}
.hero-section .hero-content .image-grid .top-right {
  aspect-ratio: 4/3.5;
}
.hero-section .hero-content .image-grid .bottom-right {
  aspect-ratio: 4/2.5;
}

.big-ideas-section .big-ideas-header {
  margin-bottom: 60px;
}
.big-ideas-section .big-ideas-header h2 {
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
.big-ideas-section .big-ideas-header p {
  color: #D3DAE5;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .big-ideas-section .big-ideas-header h2 {
    text-align: left;
    margin-bottom: 24px;
  }
  .big-ideas-section .big-ideas-header p {
    text-align: left;
  }
}
.big-ideas-section .big-ideas-cards:not(:last-child) {
  margin-bottom: 24px;
}
.big-ideas-section .big-ideas-cards {
  max-width: 960px;
  margin: auto;
}
.big-ideas-section .big-ideas-cards .big-idea {
  background-color: #4F791E;
  color: white;
  border-radius: 8px;
  padding: 40px;
}
.big-ideas-section .big-ideas-cards .big-idea .big-idea-title {
  display: flex;
  align-items: center;
}
.big-ideas-section .big-ideas-cards .big-idea .big-idea-title h2 {
  font-size: 96px;
  line-height: 104px;
}
.big-ideas-section .big-ideas-cards .big-idea .big-idea-title p {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  width: fit-content;
  height: fit-content;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 0.4rem;
  text-align: center;
}
.big-ideas-section .big-ideas-cards .big-idea .big-ideas-desc {
  color: #DCE4D3;
  font-family: "DM Serif Text", serif;
  font-size: 32px;
}
.big-ideas-section a {
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .big-ideas-section .big-ideas-header {
    flex-direction: column;
    gap: 24px;
  }
  .big-ideas-section .big-ideas-cards .big-idea {
    padding: 40px 16px;
  }
  .big-ideas-section .big-ideas-cards .big-idea .big-idea-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .big-ideas-section .big-ideas-cards .big-idea .big-idea-title h2 {
    font-size: 48px;
    line-height: 56px;
  }
  .big-ideas-section .big-ideas-cards .big-idea .big-idea-title p {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    font-size: 20px;
    letter-spacing: normal;
    text-align: left;
  }
  .big-ideas-section .big-ideas-cards .big-idea .big-ideas-desc {
    font-size: 24px;
    margin-top: 24px;
  }
}
.feature-highlight-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .feature-highlight-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.feature-highlight-content .featured-highlight-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  max-width: 580px;
}
.feature-highlight-content .featured-highlight-text h2 {
  color: #1E4079;
}
.feature-highlight-content .featured-highlight-text .featured-highlight-desc {
  color: #5B5B5B;
}
.feature-highlight-content .featured-highlight-text .featured-highlight-cta-group {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .feature-highlight-content .featured-highlight-text .featured-highlight-cta-group {
    flex-direction: column;
  }
}
.feature-highlight-content .featured-highlight-text .featured-highlight-cta-group a {
  display: block;
}
.feature-highlight-content .featured-image {
  flex: 1;
  height: 320px;
  max-width: 470px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .feature-highlight-content .featured-image {
    flex: auto;
    height: auto;
    width: 100%;
    aspect-ratio: 1.47;
  }
}

.card-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  gap: 40px;
}
@media screen and (max-width: 649px) {
  .card-slider-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card-slider-header .card-slider-header-text {
  color: white;
}
.card-slider-header .arrows {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 649px) {
  .card-slider-header .arrows {
    margin: auto;
  }
}
.card-slider-header .arrows button {
  background-color: #4F791E;
  padding: 6px 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
}

.card-slider-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
}
.card-slider-wrapper .card-slider {
  list-style: none;
  position: relative; /* Required for animation. */
  display: flex;
  align-items: center;
  gap: 24px;
}
.card-slider-wrapper .card-slider .scrolling-card {
  background-color: #D3DAE5;
  border-radius: 8px;
  padding: 24px;
  width: 340px;
  height: 100%;
}
@media screen and (max-width: 649px) {
  .card-slider-wrapper .card-slider .scrolling-card {
    width: 277px;
  }
}
.card-slider-wrapper .card-slider .scrolling-card .overline-text {
  color: #1E4079;
}
.card-slider-wrapper .card-slider .scrolling-card .card-total {
  color: #1E4079;
  font-size: 64px;
  font-family: "DM Serif Text", serif;
}
@media screen and (max-width: 649px) {
  .card-slider-wrapper .card-slider .scrolling-card .card-total {
    font-size: 48px;
  }
}
.card-slider-wrapper .card-slider .scrolling-card .card-desc {
  color: #1E4079;
  margin-bottom: 30px;
}
.card-slider-wrapper .card-slider .scrolling-card .card-name {
  font-size: 32px;
  line-height: 38px;
  color: #8C9FBF;
  font-family: "DM Serif Text", serif;
  margin-bottom: 24px;
  margin-top: 8px;
}
.card-slider-wrapper .card-slider .scrolling-card .logo-container img {
  width: 80px;
}

.page-header {
  background-color: #DCE4D3;
  color: #1E4079;
  padding: 40px;
}
.page-header .overline-text {
  font-size: 11px;
  color: #1E4079;
  font-weight: 700;
  margin-bottom: 16px;
}

.why-sertant-hero {
  background-position: 0% 53% !important;
  background-size: 130% !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 1200px) {
  .why-sertant-hero {
    background-size: cover !important;
    background-position: center !important;
  }
}

.contact-section {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 991px) {
  .contact-section {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .contact-section {
    flex-direction: column;
  }
}
.contact-section .contact-section-text {
  flex: 1;
}
.contact-section .contact-section-text h1 {
  color: #1E4079;
  margin-bottom: 24px;
}
.contact-section .contact-section-text p {
  color: #5B5B5B;
}
.contact-section .contact-section-details {
  flex: 1;
}
.contact-section .contact-section-details .contact-block {
  background-color: #ECECEC;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .contact-section .contact-section-details .contact-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .contact-section .contact-section-details .contact-block {
    width: 100%;
  }
}
.contact-section .contact-section-details .contact-block.email {
  color: #1E4079;
  margin-bottom: 30px;
}
.contact-section .contact-section-details .contact-block.phone {
  color: #4F791E;
}
.contact-section .contact-section-details .contact-block .contact-info {
  font-family: "DM Serif Text", serif;
  font-size: 24px;
  line-height: 32px;
  margin: 8px 0;
}

.about-hero {
  background-size: cover !important;
  background-position: center !important;
  color: white;
  text-align: center;
}
.about-hero .about-hero-content {
  padding: 160px 0;
}
@media screen and (max-width: 837px) {
  .about-hero .about-hero-content {
    padding: 0;
    text-align: left;
  }
}
.about-hero .about-hero-content p {
  background-color: #1E4079;
  padding: 32px 56px;
  margin-top: 65px;
  font-size: 20px;
}
@media screen and (max-width: 837px) {
  .about-hero .about-hero-content p {
    padding: 16px;
  }
}

.values-content h2 {
  color: #1E4079;
  margin-bottom: 30px;
}
.values-content .values-content-desc {
  color: #5B5B5B;
}
.values-content .values-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 32px 0;
}
@media screen and (max-width: 649px) {
  .values-content .values-wrapper {
    grid-template-columns: 1fr;
  }
}
.values-content .values-wrapper .value-card {
  color: white;
  background-color: #4F791E;
  display: flex;
  border-radius: 16px;
  padding: 30px;
  gap: 30px;
}
.values-content .values-wrapper .value-card img {
  width: 96px;
  height: 96px;
}
@media screen and (max-width: 991px) {
  .values-content .values-wrapper .value-card {
    flex-direction: column;
  }
}
.values-content .values-wrapper .value-card .value-text h3 {
  font-family: "DM Serif Text", serif;
  font-size: 32px;
  margin-bottom: 10px;
}

.services-hero {
  background-position: center !important;
  background-size: cover !important;
}

@media screen and (max-width: 991px) {
  .industries-content {
    flex-direction: column;
    gap: 30px;
  }
}
.industries-content .industries-text {
  text-align: center;
}
.industries-content .industries-text h2 {
  color: #1E4079;
  margin-bottom: 24px;
}
.industries-content .industries-text p {
  color: #5B5B5B;
  max-width: 804px;
  margin: auto;
  margin-bottom: 32px;
}
.industries-content .industries-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 837px) {
  .industries-content .industries-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 649px) {
  .industries-content .industries-list {
    grid-template-columns: 1fr;
  }
}
.industries-content .industries-list .industry-card {
  height: 184px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.industries-content .industries-list .industry-card .industry-card-label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-style: italic;
  background-color: rgba(30, 64, 121, 0.4);
  padding: 16px 24px;
  font-family: "DM Serif Text", serif;
  font-size: 20px;
  font-weight: 400;
}

.bottom-img-section {
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 837px) {
  .bottom-img-section {
    height: 120px;
  }
}

.featured-case-study .featured-highlight-text .overline-text {
  color: #D3DAE5;
}
.featured-case-study .featured-highlight-text h2, .featured-case-study .featured-highlight-text .featured-highlight-desc {
  color: white;
}

.case-study-list-section h2 {
  text-align: center;
  color: #1E4079;
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 649px) {
  .case-study-list-section h2 {
    font-size: 32px;
    text-align: left;
  }
}
.case-study-list-section .case-study-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.case-study-list-section .case-study-list .case-study-card {
  background-color: #D3DAE5;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.case-study-list-section .case-study-list .case-study-card h3 {
  color: #1E4079;
  font-size: 40px;
  line-height: 48px;
}
.case-study-list-section .case-study-list .case-study-card .case-study-card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.case-study-list-section .case-study-list .case-study-card .case-study-card-content .case-study-card-img {
  width: 530px;
  height: 320px;
  border-radius: 8px;
}

/*# sourceMappingURL=styles.css.map */
