.section-head-supermamas {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 1;
  background-color: #2B244C;
}

.section-head-supermamas h2 {
  font-size: 50px;
  color: white;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.supermamas-image img {
  width: 100%;
  margin: 50px 0;
  border-radius: 30px;
  object-fit: cover;
}

.supermamas-content h1 {
  font-size: 2.5em;
  color: var(--primary);
}

.supermamas-content span {
  font-size: 1.5em;
  font-weight: 500;
  font-style: normal;
  color: var(--secondary);
  margin-bottom: 30px;
}

.supermamas-content p {
  font-size: 1.2em;
  color: gray;
  margin: 20px 0;
}

