
.contents-title .lim_size > div:before{
    display: none;
}

section + section{
    margin-top: 50px;
}

.contactarea{
    margin-top: 30px;
}

.contact-flex{
    margin-top: 30px;
}

.contact-flex h4{
    font-weight: bold;
    font-size: 1.3em;
}

.consultant a{
    font-weight: bold;
    font-size: 2.4em;
    text-decoration: none;
    display: block;
}

.consultant p{
    display: inline-block;
}

p.text{
    margin-right: 0.5em;
    background: #AE0048;
    padding: 5px 10px;
    color: #fff;
}

.contact-web{
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.contact-web a{
    background: #AE0048;
    border-radius: 100px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 20px;
    max-width: 500px;
    text-align: center;
    transition: 0.7s;
    text-decoration: none;
}

.contact-web a:hover{
    opacity: 0.7;
    text-decoration: none;
}

@media print,screen and (min-width: 768px) {
    .contact-web a{
        padding: 18px;
    }
}