.title_background {
  background-color: #e74c3c; 
  color: white;
  padding: 80px 20px; 
  text-align: center;
}

.title_background .title {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #f0f5f7; 
}

.text_background {
  height: 100vh;
  padding: 60px 20px; 
}

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

.text_background .text strong {
  font-weight: 700;
  color: #333; 
}

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

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

  .text_background .text {
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: justify; 
  }
}
