.contact-section{
    background:#f8fbff;
}

.contact-card{
    background:#fff;
}

.contact-icon{
    width:50px;
    height:50px;
    background:#0E4D64;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px;
    font-size:18px;
}

.contact-card a{
    color:#0d6efd;
    text-decoration:none;
}

.contact-card a:hover{
    text-decoration:underline;
}

.social-icons a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#0E4D64;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-right:10px;
    transition:.3s;
}

.social-icons a:hover{
    background:#198754;
    transform:translateY(-4px);
}