/* Imagem da seção sobre-nos - remove estilo circular */
.sobre-nos-image {
  border-radius: 0 !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  object-fit: contain;
}

/* Seção do ícone Lointer */
.sobre-nos-bg {
  overflow: visible !important;
}

.sobre-nos-icon-wrapper {
  position: absolute;
  right: 120px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.sobre-nos-icon-img {
  max-width: 280px;
  height: auto;
  width: 100%;
}

/* Footer específico para a página Fale com Especialista */
.footer-bg {
  background-color: #2c2762;
  border-top-left-radius: 150px;
  overflow: visible;
  position: relative;
}

.footer-left {
  color: #47ea89;
}

.footer-section-title {
  color: #47ea89;
}

.footer-contact-item {
  color: #47ea89;
}

.footer-address {
  color: #47ea89;
}

.footer-right {
  color: #47ea89;
}

.footer-tagline-small {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Gilroy', sans-serif;
  margin: 0;
}

.footer-tagline-large {
  color: #47ea89;
}

/* Responsivo */
@media (max-width: 1024px) {
  .sobre-nos-icon-wrapper {
    right: 80px;
    bottom: 0;
  }

  .sobre-nos-icon-img {
    max-width: 240px;
  }

  .footer-bg {
    border-top-left-radius: 100px;
  }
}

@media (max-width: 768px) {
  .sobre-nos-icon-wrapper {
    right: 40px;
    bottom: 0;
  }

  .sobre-nos-icon-img {
    max-width: 200px;
  }

  .footer-bg {
    border-top-left-radius: 80px;
  }
}

@media (max-width: 480px) {
  .sobre-nos-icon-wrapper {
    right: 40px;
    bottom: 0;
  }

  .sobre-nos-icon-img {
    max-width: 160px;
  }

  .footer-bg {
    border-top-left-radius: 60px;
  }
}
