.textBreaker {
  width: 100%;
  margin: 40px 0;
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.textBreaker a {
  color: #34b0f0;
  font-weight: bold;
}
.textBreaker_inner {
  max-width: 1200px;
}
@media (max-width: 769px) {
  .textBreaker_text h2 {
    font-weight: 400;
    font-size: 20px;
  }
}
