@media only screen and (max-width: 1050px) {
  .mainNavContainer {
    min-height: 70px !important;
  }
  .NavContainer {
    height: 70px;
  }
  .section-overLay {
    flex-direction: column;

    width: 100% !important;
    height: 40% !important;
    top: 60% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
  .section-hiddenText {
    display: none;
  }
  .sections-HeadersMainContainer
    .sections-HeaderWrapper:hover
    .section-overLay
    .section-hiddenText {
    display: block;
    text-align: center;
  }
  .sections-HeadersMainContainer
    .sections-HeaderWrapper:hover
    .section-overLay {
    top: 100px !important;
    height: calc(100% - 100px) !important;
  }

  .section-ContainerWrapper .cardSection.odd,
  .section-ContainerWrapper .cardSection.even {
    grid-template-columns: 1fr;
  }
  .section-ContainerWrapper .cardSection.even .sectionCard-textContainer {
    order: 3;
  }
  .section-ContainerWrapper .cardSection.even .sectionCard-textContainer {
    padding-left: 0;
  }
  .sectionCard-textContainer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sectionCard-textContainer .header {
    padding-top: 5%;
  }
  .sectionCard-textContainer .bodytext {
    width: 50%;
    text-align: center !important;
    padding-bottom: 5%;
  }
}

@media only screen and (max-width: 640px) {
}
