/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

img, video {
  display: block; }

@media (max-width: 991.98px) {
  .experience-columns.firstColumn {
    padding-top: 2.5rem; } }

.newhomepageImage {
  display: block; }

.mainbanner-figure {
  position: relative; }

.columns-container {
  position: absolute !important;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%; }
  @media (max-width: 991.98px) {
    .columns-container {
      top: 30%;
      -webkit-transform: none;
              transform: none; } }

.text-wrapper {
  margin-bottom: 6.25rem; }
  @media (max-width: 991.98px) {
    .text-wrapper {
      margin: 0 auto 2.5rem;
      padding: 0 1.25rem !important; } }

.text-wrapper > * {
  font-weight: 900; }
  @media (max-width: 991.98px) {
    .text-wrapper > * {
      font-weight: 900 !important; } }

.text-wrapper > h1 strong {
  font: inherit;
  font-weight: 900; }

.text-wrapper > h2 strong {
  font: inherit;
  font-weight: 900; }

.text-wrapper > h3 strong {
  font: inherit;
  font-weight: 900; }

.text-wrapper > h4 {
  font: 0.9375rem/normal "open-sans", sans-serif; }
  .text-wrapper > h4 strong {
    font: inherit;
    font-weight: 900; }

.text-wrapper > h5 {
  font: 0.625rem/normal "open-sans", sans-serif; }
  .text-wrapper > h5 strong {
    font: inherit;
    font-weight: 900; }

@media (max-width: 991.98px) {
  .column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
