:root {
  --about7-bg: #ffffff; 
  --about7-text: #333333; 
  --about7-highlight: #8b1a1a; 
}
.aboutsec7 {
  width: 100%;
  background-color: var(--about7-bg);
  padding: 30px 20px 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutsec7-container {
  max-width: 800px;
  text-align: center;
}

.aboutsec7-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--about7-highlight);
  margin-bottom: 1rem;
}

.aboutsec7-desc {
  font-size: 1.1rem;
  color: var(--about7-text);
  line-height: 1.8;
}
@media (max-width: 600px) {
  .aboutsec7 {
    padding: 20px 15px;
  }

  .aboutsec7-title {
    font-size: 1.6rem;
  }

  .aboutsec7-desc {
    font-size: 1rem;
  }
}
