.contact_form h2 {
    color: var(--gray-color);
}

.contact_form .address {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    display: block;
    margin-top: 1rem;
}

.contact_form .address:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.contact_form .address::after {
    display: block;
    clear: both;
    content: '';
}

.contact_form .address-in {
    position: relative;
    width: 50%;
    display: inline-block;
    float: left;
}

.contact_form .address-in .text-black {
    font-weight: 500;
}
