#contact {
    padding-bottom: 80px;
}
#tel-contact {
    margin-bottom: 40px;
}
#tel-contact h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.6;
}
#tel-contact h2 a {
    display: flex;
    align-items: center;
}
#tel-contact h2 a img {
    width: 40px;
}
#contact table {
    width: 100%;
    border-spacing: 0;
    font-size: 14px;
    margin-bottom: 20px;
}
#contact table th {
    width: 200px;
    border-top: 1px solid #113961;
    color: #113961;
    text-align: left;
    font-weight: 600;
    padding: 25px 0;
}
#contact table td {
    border-top: 1px solid #113961;
    font-weight: 600;
    padding: 25px 30px;
}
#contact table tr:last-child td,
#contact table tr:last-child th {
    border-bottom: 1px solid #113961;
}
#contact table td input,
#contact table td textarea {
    width: 100%;
    padding: 5px 10px;
    background-color: #fff;
}
#contact a {
    display: block;
    text-decoration: underline;
    color: #113961;
    font-weight: 600;
    margin-bottom: 40px;
}
#contact input[type="submit"] {
    display: block;
    margin: auto;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 10px 40px;
}
#contact .wpcf7-previous {
    display: block;
    border: none;
    background: none;
    text-decoration: underline;
    color: #113961;
    font-size: 16px;
    margin: 40px auto 0;
}
#contact h2 {
    margin-bottom: 40px;
}
#contact h2 span {
    color: #113961;
    font-family: "Jost", sans-serif;
    font-size: 14px;
}
#contact p {
    font-weight: 600;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    #tel-contact h2 {
        font-size: 16px;
    }
    #tel-contact h2 a img {
        width: 30px;
    }
    #tel-contact p {
        font-size: 12px;
    }
    #contact table {
        font-size: 11px;
    }
    #contact table th {
        width: 100px;
        padding: 20px 0;
    }
    #contact table td {
        padding: 20px 0 20px 20px;
    }
    #contact a {
        font-size: 13px;
    }
    #contact input[type="submit"] {
        font-size: 13px;
    }
}