.pageBg {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 80%),
    url("/wp-content/uploads/images/page-bg/executive_bg.webp") !important;
}
/*------General CSS-----------------------*/

h1 {
  margin: 1rem auto;
}

.leftSide {
  overflow: hidden;
  line-height: 1.5;
  max-width: fit-content;
  width: 40%;
}

.rightSide {
  padding: 0 1% 0 1%;
}

.col3 {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 2.5rem;
  padding: 1rem 0;
}

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

.col3 > div > div:first-child {
  user-select: none;
}

.col3 h2 {
  word-break: keep-all;
  text-align: center;
  margin: 0 0 0.5rem 0;
  text-shadow: 0 0 15px #000;
  font-family: var(--font-header);
}

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

.contentIcon {
  height: min(42px, 22vh);
}

p.dsc {
  text-align: center;
  height: 10vh;
  overflow: auto;
  padding-right: 0.25rem;
  pointer-events: all !important;
  font-size: clamp(0.8rem, 1.4vw, 12px);
}

/* -------------Responsive CSS------------------------------- */

@media only screen and (min-width: 481px) and (max-height: 430px) and (orientation: landscape) {
  .contentContainerLeft {
    display: flex;
  }

  h1 {
    margin: 1rem 0 1rem 0;
  }
  .contentIcon {
    height: min(48px, 22vh);
  }

  .leftSide {
    width: 33%;
  }

  .col3 {
    flex-direction: row;
    justify-content: space-evenly;
  }

  p.dsc {
    text-align: left;
    max-height: 185px;
    height: fit-content;
  }
  .pageBg {
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 80%),
      url("/wp-content/uploads/images/page-bg/executive_bg.webp") !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contentIcon {
    height: min(56px, 22vh);
  }
}

@media only screen and (min-width: 1024px) {
  .pageBg {
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 80%),
      url("/wp-content/uploads/images/page-bg/executive_bg.webp") !important;
  }
  .contentIcon {
    height: min(72px, 22vh);
  }

  .contentContainer img {
    width: initial;
  }

  h1 {
    margin: 0;
    margin-top: 1rem;
  }

  p.dsc {
    text-align: left;
    height: initial;
  }
}
@media only screen and (min-width: 1023px) and (orientation: portrait) {
  .col3 {
    flex-wrap: wrap;
    align-content: space-evenly;
  }
}

@media (min-width: 1024px) and (orientation: landscape) {
  .contentContainerLeft {
    display: flex;
  }
  .popupContent {
    width: fit-content !important;
  }
  .col3 {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
