

@media (max-width: 575.98px) {
  .profile {
    float: none !important;
    width: 200px !important;
    max-width: 200px !important;
    margin: 0 auto 1rem auto !important;
  }

  .profile img {
    width: 100% !important;
  }
}

