#wpcontactside {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background: #fff;
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
    text-align: center;
}

#wpcontactside.wp-rounded {border-radius: 6px}
.wpsupport-img {max-width: 65px; height: 65px; border-radius: 100%; margin-right: 12px;}

#wpcontactside .btn.btn-primary {border-radius: 99px; text-transform: none;}

#wpcontactside .wp-email {font-size: 18px;}
#wpcontactside .wp-email span {font-size: 22px; margin-right: 5px;}
#wpcontactside .wp-phone {font-size: 18px;}
#wpcontactside .wp-phone span {font-size: 24px; margin-right: 1px;}
#wpcontactside .wp-userbox {display: flex; margin-bottom: 1rem; margin-top: 1rem; align-items: center;}
#wpcontactside .user-info {display: flex; flex-flow: wrap;}
#wpcontactside .user-info p {margin-bottom: 0;}
#wpcontactside .user-info > p:first-child {font-size: 15px; padding-bottom: 4px;}

#wpcontactside p.h6 { margin-bottom: 14px;}