#customPageTitle {
  display: none;
}
h1 {
  opacity: 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
.centeredContent > section {
  width: 95%;
  margin: 0 auto;
}

.centeredContent > section {
  width: 100%;
}
section.topAbout {
    display: grid;
    grid-template-columns: 52% 48%;
}
section.botAbout {
    display: grid;
    grid-template-columns: 48% 52%;
}
.topInfo {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 0 20%;
}
.botInfo {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 0 20%;
    position: relative;
}
.centeredContent .botInfo h2.customTitle {
    position: absolute;
    left: 50%;
}
.centeredContent h2.customTitle {
    font-size: 59px;
    font-weight: 700;
    line-height: 65px;
    overflow: visible;
    margin: 24px 0;
}

.customSubtitle {
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    color: #FF98C0;
}
.customTitle {
    font-size: 59px;
    line-height: 66px;
    margin: 28px 0px;
}
.customDescription {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 27px;
}
section.midAbout {}

section.midAbout {
    height: 495px;
    background: #FF98C0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 26%;
    text-align: center;
    box-sizing: border-box;
    color: #FFFFFF;
}

.contactBtn {
    background: #ffffff;
    padding: 12px 24px;
    border: 1px solid #ffffff;
    font-size: 15px;
    font-weight: 500;
    color: var(--base);=;
    transition:0.3s all ease-out
}
.contactBtn:hover {
    background: transparent;
    color: #ffffff;
}
.topAbout img,
.botAbout img{
    width:100%
}
.row {
  display: flex;
  flex-direction: row;
  /* width: var(--web-container); */
  margin: 0px auto 40px;
}

.row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.row:nth-of-type(odd) .col-2:nth-child(2) .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.row:nth-of-type(even) .col-2:nth-child(2) .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.col-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.imgContainer,
.img {
  width: 100%;
  display: block;
  border-radius: var(--border-radius-small);
}

.centeredContent {
  width: 100% !important;!i;!;
  margin: 0;
  max-width: unset;
}

.info {
  opacity: 0;
  width: 71%;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

.row:nth-of-type(odd) .col-2:nth-child(2) .info.onViewport {
    animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -webkit-animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.centeredContent h2 {
  margin-bottom: 30px;
  /* text-transform: uppercase; */
  width: 100%;
  max-width: unset;
  font-weight: var(--custom-titles-font-weight);
  font-size: var(
  --group-font-size);
  line-height: var(
  --group-line-height);
}
.videoBanner {
  height: calc(100svh - var(--menu-height));
  width: 100%;
  object-fit: cover;
}

h1, #customPageTitle {
  text-align: left;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  letter-spacing: 2px;
}
@media screen and (max-width: 1100px) {
  .centeredContent {
    margin: 0 auto !important;
  }
section.topAbout {
    grid-template-columns: 1fr;
}
  .topInfo {
   width: 90%;
   margin: auto;
   padding: 0;
   margin-top: 2rem;
}
  .centeredContent h2.customTitle {
    font-size: 42px;
    line-height: 52px;
    text-align:center;
    margin-top: 0;
}
  .midAbout .customDescription{
    width: 90%;
    margin: auto;
  }
  .customDescription {
    text-align:center;
    width: 100%;
    margin: auto;
}
  .contactBtn{
    margin-top:20px
  }
.customSubtitle {
    margin:auto
}
  section.midAbout {
    height:auto;
    width: 100%;
    padding: 7rem 0px;
  }
  section.botAbout {
    grid-template-columns: 1fr;
}
  .botInfo{
    padding:3rem 0;
    order: 2;
  }
  .centeredContent .botInfo h2.customTitle {
    position: relative;
    left: unset;
    margin-bottom: 0;
    font-size: 45px;
    width: 90%;
    margin: auto;
}
  .botAbout img{
    width:100%;
    order: 1;
}
  .row {
    flex-direction: column;
  }
  h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: calc(var(--h1-font-size) - 5px);
    line-height: calc(var(--h1-line-height) - 5px);
  }
  .row:nth-of-type(even) {
    flex-direction: column;
  }

  .col-2 {
    width: 100%;
  }

  .info {
    width: 92%;
    margin: 40px 0;
  }


  .videoBanner {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
}
