.twoColumns {
  padding: 3rem 0;
  position: relative;
}
.twoColumns.isDark {
  color: #01142f;
}
.twoColumns.isDark .image:before {
  background-color: #002840;
}
.twoColumns.isDark .text2, .twoColumns.isDark h2, .twoColumns.isDark h3, .twoColumns.isDark h4 {
  color: #FFFFFF;
}
.twoColumns.isDark .text a {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  padding:5px;
}
.twoColumns.isDark .text a:hover {
  background-color: #FFFFFF;
  color: #01142f;
}

.twoColumns .bigpic2 {
  cursor: pointer;
}
@media (max-width: 991px) {
  .twoColumns {
    padding: 5rem 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: 1rem;
}
.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;
}
.twoColumns .text > div {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .twoColumns .text > div {
    padding: 1rem 3rem 1rem 0;
  }
}
.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 {
  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 {
  color: #01142f;
}
.twoColumns .text h2 {
  border-bottom: 2px solid #1ca8fc;
}
.twoColumns .text h6 {
  color: #1ca8fc;
}
.twoColumns .text a {
  background: transparent;
  color: #01142f;
  border-radius: 37px;
  padding: 14px 1.8rem;
  border: 2px solid #01142f;
  height: 62px;
  font-weight: 600;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
}

.twoColumns .text a.link {
  color: #FFFFFF;
  background: transparent;
  border-radius: 37px;
  padding: 14px;
  border: 2px solid #FFFFFF;
  min-width: 200px;
  font-weight: 600;
}
.twoColumns .text a:hover {
  background-color: #01142f;
  color: #FFFFFF;
  text-decoration: none;
}
.twoColumns .image {
  overflow: hidden;
  position: relative;
  padding: 20px;
}
@media (max-width: 1199px) {
  .twoColumns .image {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .twoColumns .image {
    width: 50%;
  }
}
.twoColumns .image > img {
  width: 100%;
  border: 1px solid #def2fd;
}
.twoColumns .image:before {
  content: "";
  border: 1px solid #1ca8fc;
  background-color: #f3fbff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 38%;
  z-index: -1;
}
.twoColumns h2 {
  color: #0E2F61;
}
.twoColumns a {
  color: #01142f;
}
.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;
}
