    
                
                .contact-us-card {
            display: block;
            position: relative;
            background-color: #F8F8F8;
            max-width: 380px;
            height: 100%;
            margin: 0 auto;
            width: 100%;
            padding: 2rem;
            border-radius: 2rem;
        }
        .contact-us-card .data {
            word-break: break-all;
            margin-top: .75rem;
            font-weight: 600;
        }
        .contact-us-card .icon-wrapper{
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0;
            right: 0;
            height: 84px;
            width: 84px;
            border-radius: 100%;
            background-color: black;
            transform: translate(1rem, -2rem);
        }
        @media (hover: hover){
            a.contact-us-card:hover .data {
                text-decoration: underline;
            }
        }
            
    