.real-estate-highlight {
  background: #e9e8e8;
  .headline {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
  }

  .text-red {
    color: #c62828; 
  }

  .description {
    font-size: 1.125rem;
    color: #555;
    line-height: 1.7;
  }

  .btn-red {
    background-color: #c62828;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 50px;
    transition: background-color 0.3s ease;

    &:hover {
      background-color: #a52121;
    }
  }
}
