.headquartersp ul {
    display: flex;
    justify-content: center;
}
.headquartersp ul li {
  
    box-shadow: 0 0.52vw 0.83vw 0 rgba(0,0,0,0.2),0 0.31vw 1.04vw 0 rgba(0,0,0,0.19) !important;
    margin: 0.8vw;
    width: 20vw;
    height: 29.43vw;
    
}
.contactus-img {
    margin-top:2.60vw;
}
    .contactus-img img {
        width:5.208vw;
    }
    .headquarters {
        width: 100%;
        display: inline-block;
        font-size: 1.1vw;
        color: #666666;
        font-weight: normal;
        text-align: left;
        padding: 1.04vw 1.04vw 1vw 1.04vw;
    }
.headquartersp li p.text {
    color: #666666;
    font-size: 0.729vw;
    text-align: left;
    padding: 0.26vw 1.04vw 0.26vw 1.04vw;
}
.map {
    text-align:center;
    margin-bottom:3.125vw;
}
.titleee, .titleeee {
    font-weight: bold;
}
.contactus-icons {
    display: inline-block;
    height: 1.5625vw;
    width: 1.5625vw;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 0.5208vw;
}
.icon-phone {
    background: url(/static/images/contactus-icons_r1_c3.png);
}
.icon-email {
    background: url(/static/images/contactus-icons_r1_c7.png);
}
.icon-home {
    background: url(/static/images/contactus-icons_r1_c1.png);
}
@media (max-width:1000px) {
    .contactus-icons {
        width:28px;
        height:28px;
        background-size:28px 28px;
    }
    .headquartersp ul {
        display: block;
    }

    .headquartersp ul li {
        height: auto;
        width: 100vw;
        padding: 20px;
        margin:40px 0;
    }

    .headquartersp li p strong {
        text-align: left;
        font-size: 22px;
    }

    .headquartersp li p.text {
        font-size: 16px;
        text-align: left;
    }

    .map {
        margin-top: 20px;
    }

    .contactus-img img {
        margin-top: 10px;
        width: 30%;
    }
}