.page-4-part-3 .social-links {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    background: transparent;
}

.page-4-part-3 .social-links .socialContainer {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
}

.page-4-part-3 .social-links .socialContainer:active {
    transform: scale(0.95);
    transition-duration: .3s;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}

.page-4-part-3 .social-links .socialSvg {
    color: var(--dark-bg-color);
    scale: 1.8;
}