.custom-link:hover {
    text-decoration: none;
}

/* Media Query */
@media only screen and (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
    .mobile-position {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.footer-tel-icon {
    /* margin-right: 20px; */
    height:  30px;
    width: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius:  100%;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    background: transparent;
}
.footer-tel {
    margin-bottom: 0;
}