.under-menu .insta:after {
    content: url(https://nido.style/wp-content/themes/twentytwentyone-child/img/share/instagram-blk.svg);
}

main#main {
    padding: 60px 0 0 0;
}

.contact-text {
    color: #3E3E3E;
    line-height: 45px;
    font-size: 15px;
    margin: 0 0 15px 0;
}
.contact-title::before{
    content: '';
    display: block;
    height: 0.5px;
    width: 110px;
    border-radius: 3px;
    background-color: #1A1311;
    position: absolute;
    top: 22px;
    left: 169px;
}
.contact-subtitle {
    position: absolute;
    top: 11px;
    left: 293px;
}

.contact-desp {
    position: relative;
}

.menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: '';
    display: block;
    height: 0.5px;
    width: 30px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
}

/* table */

.table tr,
.table td {
  border:none;
}

.table th,
.table td {
  border:none;
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.table tr {
    border-bottom: 1px solid #ACACAC;
    border-top: 1px solid #ACACAC;
}
.table tr th,
.table tr td {
    text-align: left;
    vertical-align: top;
}


.table tr th {
    width: 30%;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
}
.table tr td {
    width: 70%;
    padding: 30px 20px;
    vertical-align: middle!important;
}

.recruit-reply-btn {
    width: 200px;
    background: #8E8778;
    margin: auto;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
a {
    text-decoration: none;
}
.recruit-reply-btn-a {
    margin: 40px 0 0 0;
}
.recruit-reply-btn:hover {
    background-color: #746D5F;
}

@media screen and (max-width:480px) {
    .contact-title::before {
        content: '';
        display: block;
        height: 0.5px;
        width: 28px;
        border-radius: 3px;
        background-color: #1A1311;
        position: absolute;
        top: 18px;
        left: 116px;
    }
    .contact-subtitle {
        position: absolute;
        top: 7px;
        left: 152px;
        font-size: 15px;
    }
    .contact-title {
        margin: 0 0 35px 0;
    }
    .contact-text {
        line-height: 29px;
    }
    .recruit-reply-btn {
        width: 100%;
        background: #8E8778;
        margin: auto;
        padding: 15px 10px;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }
    .table tr th {
        width: 30%;
        font-weight: bold;
        padding: 30px 0;
        text-align: left;
        font-size: 14px;
    }
    .table tr td {
        font-size: 14px;
    }
    .contact-text {
        font-size: 14px;
    }
}