.font-main {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.social li {
    position: relative;
}

.social li:before {
    content: "•";
    position: absolute;
    top: -4px;
    left: calc(100% + 18px);
    font-size: 16px;
}

.social li:last-child:before {
    display: none;
}

.cls-1 {
    fill: #fff;
}
