.wssp-icon {
    background-color: #25d366;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: flex !important;
    width: 50px;
    height: 50px;
}
.tel-icon {
    background-color: #e30713;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: flex !important;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}
.tel-icon img{
    -webkit-filter: grayscale(100%) brightness(200%);
    filter: grayscale(100%) brightness(200%);
}

.footer .row{
    padding-top: 45px;
}

.footer .row p a{
    color: #72736e;
}

.footer .row p{
    margin-bottom: 30px;
}
