.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;
}

main {
  justify-content: center;
  gap: 1rem;
}

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

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

.col3 > div {
  width: 100%;
  min-width: max-content;
  height: fit-content !important;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.25rem;
  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 {
  text-align: left;
  display: none !important;
}
.leftSide ul {
  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;
}

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

.contentIcon {
  height: min(52px, 22vh);
}
h3.dsc {
  font-family: var(--fontRegular);
  font-size: max(0.9rem, 12px);
  font-weight: normal !important;
  text-align: left !important;
  color: lightgray !important;
}

#contact-button,
#purchase-now,
#download-im {
  display: none !important;
}

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

@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%;
  }

  main {
    justify-content: space-between;
  }
}

/* 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);
  }
}

@media only screen and (min-width: 1024px) {
  .contentIcon {
    height: min(88px, 22vh);
  }
  h3,
  .h3 {
    font-size: calc(min(2.5vh, 4vw));
  }
  .leftSide h3,
  .h3,
  ul {
    display: block !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;
  }
}

@media only screen and (min-width: 1280px) {
  h3.dsc {
    font-weight: normal !important;
    text-align: left !important;
  }
}

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