body{margin:0;font-family:Inter,sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden;width:100%}img{max-width:100%;height:auto}html{scroll-behavior:smooth}p{text-align:justify}

@media (min-width: 1024px) {

  .person-img {
    height: 100%;
    max-width: 520px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .person-img img {
    max-height: 100vh;
    height: 90%;
    width: auto;
    object-fit: contain;
  }
}

