.modal-sobre-content {
  max-width: 480px;
  border-radius: 16px;
  padding: 2rem 2.25rem;
  position: relative;
}

.sobre-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #EEEDFE;
  color: #3C3489;
  padding: 3px 10px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.sobre-titulo {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
  top: 20px;
  color: #1a1a1a;
  margin-bottom: -40px;
}

.sobre-sub {
  font-size: 13px;
  color: #888;
  margin: 0 0 16px;
  margin-top: -70px;
}

.sobre-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 0 0 16px;
}

.sobre-texto {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  margin: 0 0 20px;
  margin-bottom: -30px;
}

.sobre-texto strong {
  color: #1a1a1a;
  font-weight: 600;
}

.sobre-valores {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.valor-chip {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 5px 12px;
  color: #555;
  margin-top: 160px;
  margin-left: 26px;
}

.btn-agendar {
  display: block;
  padding: 11px;
  border-radius: 10px;
  background: #f0c000;
  color: black;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-agendar:hover {
  background: #C19A37;
  color: #fff;
}

.close-sobre {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 22px;
  cursor: pointer;
  color: #aaa;
}

.close-sobre:hover {
  color: #333;
}
.modal-sobre-content {
  height: 565px;
}
@media (max-width: 768px) {
  .valor-chip {
   
    margin-left: 0px;
  }
  .modal-sobre-content {
    height: 50%;
  }
}