.contact-us table {
    width: 100%;
    color: #707070;
}

.contact-us table tbody tr {
    margin: 20px 0;
}

.contact-us table tbody tr:first-child {
    height: 90px;
}

.contact-us table tbody>tr>td:first-child {
    width: 20%;
    height: 50px;
}

@media (max-width: 767px) {
    .contact-us table tbody>tr>td:first-child {
        width: 30%;
    }
}

.contact-us table tbody td {
    vertical-align: top;
}