.consult_wrapper {
    width: 100%;
    margin-top: 80px;
}

.consult__container {
    width: 1400px;
    margin: 0 auto;
}

.consult__container h3 {
    width: 100%;
    text-align: left;
    font-size: 39px;
    color: #333333;
    font-weight: 600;
}

.consult__content {
    margin-top: 25px;
    margin-bottom: 25px;
}

.consult__content p {
    color: #333;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 20px;

}
.consult__contact p{
    font-weight: 600;
        color: #333;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 10px;
}
.consult__contact span{
    color: #333;
    font-size: 16px;
    line-height: 1.35;
    margin-top: 10px;
    font-weight: 400;
}