.portraits-carousel{display:flex;gap:40px;max-width:1200px}.person-wrap{text-align:center}.person-photo-wrap{background:linear-gradient(90deg,#eac885,#eabd6d 44.85%,#cc6844 80.63%);padding-top:5px}.person-photo,.person-photo-wrap{border-radius:40px 5px}.person-name{color:var(--colorGreen);font-weight:700;padding-top:20px}@media (max-width:767px){.portraits-carousel{flex-direction:row;flex-wrap:wrap;gap:15px;justify-content:space-evenly}.person-wrap{max-width:40%}}