.container { max-width: calc(126rem / 16); display: flex; flex-direction: column; margin: 0; } .img { width: 100%; border-radius: 50%; margin: 0 auto; } .caption { text-align: center; margin-top: calc(24rem / 16); } .name { font-weight: bold; color: var(--blue-1); } .role { font-weight: 600; color: var(--purple-2); line-height: 1.875; }