@media (max-width: 768px) {
  .hero-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1.2rem 0 1.2rem;
    background: none;
  }
  .hero-dp-mobile {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0,0,0,0.22), 0 0 0 4px var(--gold);
    border: 3px solid var(--gold);
    margin-bottom: 1.2rem;
    margin-top: 0.2rem;
    background: #fff;
    display: block;
  }
  .hero-mobile .main-title,
  .hero-mobile .main-subtitle {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  .main-desc-mobile {
    font-size: 0.8rem !important;
    text-align: justify;
    margin-top: 1.1rem;
    color: var(--text-light);
  }
}
