.twoColumnTextBreaker {
  background-color: #edeff2;
  flex-wrap: wrap;
  justify-content: center;
}
.twoColumnTextBreaker a {
  color: #34b0f0;
  font-weight: bold;
}
.twoColumnTextBreaker_inner {
  margin: auto;
  max-width: 1360px;
  padding: 63px 80px 12px 80px;
  display: flex;
  justify-content: space-between;
}
.twoColumnTextBreaker_col {
  width: 45%;
}
.twoColumnTextBreaker_col:nth-child(odd) {
  margin-right: 25px;
}
.twoColumnTextBreaker_col:nth-child(even) {
  margin-left: 25px;
}
.twoColumnTextBreaker_content {
  color: #4E585C;
  font-family: 'Arial', sans-serif;
  line-height: 24px;
}
.twoColumnTextBreaker_content h4,
.twoColumnTextBreaker_content h3,
.twoColumnTextBreaker_content h2,
.twoColumnTextBreaker_content h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #578899;
  word-wrap: break-word;
}
.twoColumnTextBreaker_content h4 strong,
.twoColumnTextBreaker_content h3 strong,
.twoColumnTextBreaker_content h2 strong,
.twoColumnTextBreaker_content h1 strong {
  font-weight: 900;
}
.twoColumnTextBreaker_content h3 {
  font-size: 29px;
}
.twoColumnTextBreaker_content h4 {
  font-size: 26px;
}
.twoColumnTextBreaker_content p {
  color: #273a5d;
}
.twoColumnTextBreaker_text {
  margin: auto;
  max-width: 1360px;
  padding: 0px 80px 12px 80px;
  color: #7B7B7B;
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
/* ============================================ *
 * MAX WIDTH QUERIES
* ============================================ */
@media (max-width: 979px) {
  .twoColumnTextBreaker_inner {
    padding: 63px 40px 32px 40px;
  }
}
@media (max-width: 769px) {
  .twoColumnTextBreaker_inner {
    flex-direction: column;
    padding: 40px 30px 40px 30px;
  }
  .twoColumnTextBreaker_col {
    width: 100%;
  }
  .twoColumnTextBreaker_col:nth-child(odd) {
    margin-right: 0;
  }
  .twoColumnTextBreaker_col:nth-child(even) {
    margin-left: 0;
  }
  .twoColumnTextBreaker_text {
    display: none;
  }
}
@media (max-width: 599px) {
  .twoColumnTextBreaker_inner {
    padding: 25px 20px 40px 20px;
  }
}
/* ============================================ *
 * MIN WIDTH QUERIES
 * ============================================ */
