.pageBg {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url("/wp-content/uploads/executive_bg.webp") !important;
}
/*------General CSS-----------------------*/

h1 {
  display: inline-block;
  font-weight: normal;
}

/* .leftSide hr {
  width: 15vw;
  margin: 1.5rem 0;
  background-color: #3d3843;
} */

.leftSide {
  overflow: hidden;
  line-height: 1.7;
  font-size: 13px;
  color: rgb(169 169 169);
  max-width: fit-content;
  width: 40%;
}
.rightSide {
  padding: 0 1% 0 1%;
}

.col3 {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.col3 > div {
  /* width: 33%; */
  width: 100%;
  min-width: max-content;
  height: fit-content !important;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0;
  align-items: center;
}

h3,
.h3 {
  font-size: calc(min(2.5vh, 4vw));
  color: var(--colorWhite) !important;
  word-break: keep-all;
  text-align: center;
  font-weight: normal !important;
  margin: 0.5rem 0 0 0;
  font-family: var(--fontHeader);
  text-shadow: 0 0 15px #000;
}

.leftSide h3,
.h3,
ul {
  text-align: left;
  /* font-size: 1.2vw; */
  display: none !important;
}

#firstSubtitle {
  font-family: var(--fontHeader);
  width: fit-content !important;
  background: #7f7f7f4d;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}

#secondSubtitle {
  font-family: var(--fontLight);
  color: rgb(185, 185, 185) !important;
  margin-top: 0 !important;
  font-size: 1vw;
}

.buttonPrimaryWithText {
  background-color: #38007ae6;
  color: white;
  transition: background-color 0.3s ease;
  padding: 0.75rem 2rem;
}

.buttonPrimaryWithText span {
  text-transform: capitalize;
  font-size: 1rem;
  white-space: nowrap;
}

ul > li:last-child {
  margin: 0;
}

.contentIcon {
  height: min(42px, 22vh);
}
h3.dsc {
  font-family: Lato-Regular;
  font-size: 12px;
  font-weight: normal !important;
  text-align: left !important;
  color: var(--colorBrandClay) !important;
  gap: 20px;
}

/* -------------------------------------------- */

/* Mobile Landscape (481px to 767px) */
/* Styles for mobile landscape screens */
@media only screen and (min-width: 481px) and (max-height: 430px) and (orientation: landscape) {
  .contentContainerLeft {
    display: flex;
  }
  .contentIcon {
    height: min(48px, 22vh);
  }
  h3,
  .h3 {
    font-size: calc(min(2.5vh, 4vw)) !important;
  }
  .leftSide {
    width: 33%;
  }
}

/* Tablet Portrait (768px to 1023px) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h3,
  .h3 {
    font-size: calc(min(2.5vh, 4vw));
  }
  .contentIcon {
    height: min(56px, 22vh);
  }
  /* .rightSide {
    margin-top: 0 !important;
  }
  .leftSide {
    padding-top: 4% !important;
  } */

  /* .popupContent {
    width: 75%;
  } */
}

/* Tablet Landscape (1024px to 1279px) */
/* Styles for tablet landscape screens */
@media only screen and (min-width: 1024px) {
  .contentIcon {
    height: min(64px, 22vh);
  }
  h3,
  .h3 {
    font-size: calc(min(2.5vh, 4vw));
  }
  .leftSide h3,
  .h3,
  ul {
    display: block !important;
  }
  /* .leftSide {
    width: 40% !important;
  } */
  .contentContainer img {
    width: initial;
  }
}
/* Tablet Portrait (768px to 1023px) */
@media only screen and (min-width: 1023px) and (orientation: portrait) {
  .col3 {
    flex-wrap: wrap;
    align-content: space-evenly;
  }
}

/* Small Desktop (1280px to 1440px) */
@media only screen and (min-width: 1280px) {
  h3.dsc {
    font-family: Lato-Regular;
    font-size: 14px;
    font-weight: normal !important;
    text-align: left !important;
    color: var(--colorBrandClay) !important;
    gap: 20px;
  }
  /* Styles for small desktop screens */
}

/* Desktop (1441px to 1920px) */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  /* Styles for desktop screens */
}

/* Large Desktop (1921px and above) */
@media only screen and (min-width: 1921px) {
  /* Styles for large desktop screens */
}

/* Portrait Orientation */
@media only screen and (orientation: portrait) {
  /* Styles for portrait orientation */
}

/* Landscape Orientation */
@media only screen and (orientation: landscape) {
  /* Styles for landscape orientation */
}

/* Large Devices and Tablets in Landscape Mode */
/* Styles for large screens and tablets in landscape orientation */
@media (min-width: 1024px) and (orientation: landscape) {
  .contentContainerLeft {
    display: flex;
  }
  .popupContent {
    width: fit-content !important;
  }
}
