.contact-us-container {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-us-container > a:first-child {
    width: calc((100% - 15px)/2);
    margin-bottom: 15px;
    min-height: 160px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #808080;
    border-radius: 15px;
}
.contact-us-container > a {
    width: calc((100% - 12px)/2);
    margin-bottom: 15px;
    min-height: 130px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #808080;
    border-radius: 15px;
}
.contact-us-container > a > i {
    margin-bottom: 15px;
    flex-grow: 1;
}
.contact-us-container > a > i > img {
    height: 50px;
    filter:invert(1);
}
.contact-us-container > a > h6 > i > img {
    height: 13px;
    filter:invert(1);
}
.contact-us-container > a > h3,
.contact-us-container > a > h6 {
    color: #fff;
    text-transform: uppercase;
}
.contact-us-container > a:first-child > h3 {
    font-size: 16px;
    margin: 0 0 10px;
}
.contact-us-container > a > h3 {
    font-size: 14px;
    margin: 0 0 10px;
    word-break: break-word;
}
.contact-us-container > a:first-child > h6 {
    font-size: 12px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.contact-us-container > a > h6 {
    font-size: 10px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.contact-us-container > a[data-type] {
    background-image: var(--image-src);
    background-size: cover;
}
.contact-us-container > a[data-type="live-chat"] {
    width: 100%;
}