.footerContainers {
    flex-grow: 1;
    padding: 0 15px;
}

.contactsHolder p,
.contactsHolder .p {
    font-size: 12px;
    line-height: 25px;
}
.contactsHolder{
    /* background: rgb(150,150,150); */
    /* background: linear-gradient(180deg, rgba(150,150,150,1) 0%, rgba(50,50,50,1) 45%); */
    background-color: var(--grey);
}


@media (max-width: 575px){

    .contactsHolder,
    .contactsHolder *{
        text-align: center !important;
    }

}