.footer-call-to-action {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    align-items: center;
}
.footer-call {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-icon img {
    width: 35px;
    min-width: 35px;
    display: block;
}
.footer-call-info {
    white-space: nowrap;
}
.footer-call-info a {
    color: #fff;
}