.twoColumns {
  padding: 3rem;
  position: relative;
}
.twoColumns.isDark {
  color: #f4f4f4;
}
.twoColumns #player {
  max-width: 100%;
  max-height: 400px;
}
@media (max-width: 991px) {
  .twoColumns {
    padding: 2rem 1rem;
  }
  .twoColumns .order-2 .ml-5 {
    margin-left: 0 !important;
  }
}
.twoColumns .row .col-fhd-12 {
  padding-left: 0;
  padding-right: 0;
}
.twoColumns .text ul, .twoColumns .text2 ul {
  padding: 0;
}
.twoColumns .text ul li, .twoColumns .text2 ul li {
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 2rem;
  padding-right: 2rem;
}
.twoColumns .text {
  padding: 0 1rem;
  font-weight: 300;
}
@media (min-width: 1440px) {
  .twoColumns .text.order-1 > div {
    padding-left: 7rem;
  }
}
@media (min-width: 1440px) {
  .twoColumns .text.order-2 > div {
    padding-right: 7rem;
  }
}
.twoColumns .text > div {
  width: 100%;
  height: 100%;
  padding: 1rem 3rem;
}
.twoColumns .text blockquote {
  max-width: 40%;
  width: 40%;
}
@media (max-width: 767px) {
  .twoColumns .text {
    width: 100%;
  }
  .twoColumns .text blockquote {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .twoColumns .text {
    width: 50%;
  }
}
.twoColumns .text h1, .twoColumns .text h2, .twoColumns .text h3, .twoColumns .text h4, .twoColumns .text h5, .twoColumns .text h6 {
  position: relative;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.twoColumns .text h1 > span, .twoColumns .text h2 > span, .twoColumns .text h3 > span, .twoColumns .text h4 > span, .twoColumns .text h5 > span, .twoColumns .text h6 > span {
  color: #f4f4f4;
}
@media (max-width: 767px) {
  .twoColumns .text h1, .twoColumns .text h2, .twoColumns .text h3, .twoColumns .text h4, .twoColumns .text h5, .twoColumns .text h6 {
    font-size: 1.8rem;
  }
}
.twoColumns .image {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .twoColumns .image {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .twoColumns .image {
    width: 50%;
  }
}
.twoColumns .image > img {
  width: 100%;
}
.twoColumns h2 {
  color: #0E2F61;
}
.twoColumns a {
  color: #f4f4f4;
}
.twoColumns .isDark a, .twoColumns .isDark p, .twoColumns .isDark h1, .twoColumns .isDark h2, .twoColumns .isDark h3, .twoColumns .isDark h4 {
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .twoColumns .cl999 .image {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .twoColumns .cl999 .text {
    width: 70%;
  }
}
.twoColumns .circle {
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  height: 10rem;
  width: 10rem;
  background-color: #f4f4f4;
  box-shadow: 0 5px 20px #cdcdcd;
  margin: 2rem auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.twoColumns.moreBg:before {
  position: absolute;
  content: " ";
  top: 1rem;
  left: 40%;
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/images/svg/griffin_gray.svg");
  opacity: 0.6;
  -moz-opacity: 0.6;
}
