/* Screensize greater than 496px */
@media (min-width: 31em) {
  .card {
    max-width: 73rem;
    grid-template-columns: 0.4fr 0.6fr;
    overflow: visible;
  }

  .card__img-container {
    height: 100%;
  }

  .card__profile {
    position: static;
  }

  .social-links-container {
    display: flex;
    height: 5rem;
    width: 250px;
    border-radius: 11px;
    left: 75%;
    top: 35%;
    /* display: none; */
  }
}
