﻿.contactus {
    width:94%;
    margin:0.1rem auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    padding-bottom: 10px;
}
    .contactus .contact-group {
        margin-bottom: 30px;
    }
        .contactus .contact-group h4 {
            color: #2a7de1;
            font-size: 0.2rem;
            margin-top: 0px;
            margin-bottom: 0.4rem;
        }
    .contactus .contact-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #eef2f7;
        transition: 0.3s;
        border-radius: 25px 6px 6px 6px;
    }

        .contactus .contact-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
    .contactus .contact-icon {
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        background-color: #e8f2ff;
        color: #2a7de1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.2rem;
        margin-right: 0.1rem;
        flex-shrink: 0;
    }
        .contactus .contact-icon .svg-inline--fa {
            display: block;
            height: 0.2rem;
            overflow: visible;
            vertical-align: -2.5px;
        }
    .contactus .contact-details h3 {
        color: #1a3c5e;
        font-size: 0.18rem;
        margin-bottom: 0.05rem;
        margin-top: 0;
    }

    .contactus .contact-details a {
        color: #2a7de1;
        text-decoration: none;
        display:block;
        line-height:0.3rem;
    }
    .contactus .contact-details p {
        color: #4a5e6f;
        font-size: 0.16rem;
        margin:0px;
        padding:0px;
    }