.socialPan {
    width: 100%;
    margin-top: 150px;
}

.socialPan .iconPan {
    border-radius: 59px;
    background: #fff5;
    width: 56px;
    box-shadow: 0px 0px 20px #00000029, inset 1px 1px 1px #fff9, inset -1px -1px 1px #0002;
    aspect-ratio: 1 / 1;
    margin: 0 10px;
    corner-shape: squircle;
}

.socialPan img {
    width: 30px;
    height: 30px;
    opacity: .7;
}