.Common3ColumnsComponent {
  padding: 4rem 0 1rem;
}
.Common3ColumnsComponent > .container {
  border-bottom: 1px solid #1ca8fc;
}
.Common3ColumnsComponent h2, .Common3ColumnsComponent h3 {
  color: #FFFFFF;
}
.Common3ColumnsComponent h4 {
  color: #1ca8fc;
}
.Common3ColumnsComponent .box {
  width: 90%;
  border: 1px solid #1ca8fc;
}
.Common3ColumnsComponent .text {
  color: #FFFFFF;
}
.Common3ColumnsComponent .text p {
  font-size: 1rem;
  font-weight: 200;
}
.Common3ColumnsComponent .text a {
  color: #FFFFFF;
  background: transparent;
  border-radius: 37px;
  padding: 14px;
  border: 2px solid #FFFFFF;
  min-width: 200px;
  font-weight: 600;
}
.Common3ColumnsComponent .text a:hover {
  background-color: #FFFFFF;
  color: #01142f;
  text-decoration: none;
}
@media (min-width: 768px) {
  .Common3ColumnsComponent .text.columns2 > div {
    text-align: justify;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
