.topo-site-modelo-foto-texto {
  padding: var(--gutter) 0;
}

.topo-site-img {
  width: 100%;
  height: auto;
  display: block;
}

.topo-site-title {
  color: var(--header-text);
  margin-bottom: 12px;
}

.topo-site-subtitle {
  color: var(--header-text);
  font-weight: 600;
  margin-bottom: 8px;
}

.topo-site-subheading {
  color: var(--header-text);
  font-weight: 400;
  margin-bottom: 16px;
}

.topo-site-text {
  margin-bottom: 16px;
  color: var(--header-text);
  line-height: 1.5;
}

.topo-site-btn-default {
  background: var(--header-accent);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 8px 16px;
  font-weight: 500;
  cursor: pointer;
}

/* Responsividade */
@media (max-width: 767px) {
  .topo-site-img-col {
    order: -1; /* imagem acima do texto */
    margin-bottom: 20px;
  }
  .topo-site-text-col {
    text-align: center;
  }
}