.footerLink ul li a.whats-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
}
 
.whats-info p.sm-text {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 600;
}
 
.whats-info .number-text {
    font-size: 20px;
    font-weight: 600;
    color: #043b72;
    margin-bottom: 0;
}
 
.whats-app-icon {width: 18%;}
 
.whats-info {
    width: 80%;
}
 
.whats-app-icon img {
    display: block;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    a.whats-wrap {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 60%;
        margin-top: 1rem;
    }
 
    .whats-app-icon {
        width: 45px;
        height: 45px;
        margin-right: 16px
    }
    .whats-info p.sm-text {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600;
}
    .whats-app-icon img {
    display: block;
    width: 40px;
    height: 40px;
}
}