.title_background {
  background-color: #ffffff;
  padding: 180px 20px;
  text-align: center;
  color: #333333;
  border-bottom: 3px solid #00eaff;
}

.title_background .title {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  color: #333333;
}

.text_background {
  background-color: #f9f9f9;
  min-height: 80vh;
  padding: 60px 20px;
  display: flex;
  align-items: center;
  color: #333333;
}

.text_background .text {
  font-size: 1.1rem;
  margin: 0 auto;
  max-width: 1000px;
  text-align: justify;
  line-height: 1.8;
  color: #555555;
}

.text_background .text strong {
  font-weight: bold;
  color: #00eaff;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .title_background .title {
    font-size: 2rem;
  }

  .text_background .text {
    font-size: 1rem;
    line-height: 1.7;
  }
}