.pp_social_icons_footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.pp_social_icons_title span {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: white;

}
.footer_icon {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #FAFAFA;
}
.container-pp_social_icons_footer {
    display: flex;
    gap: 10px;
}
.pp_social_icons_title {
    margin-bottom: 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 30px;
}

.footer-container li a {
    color: #FAFAFA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
@media(max-width: 768px) {
    .pp_social_icons_footer {
        margin-top: 10px;
    }
}