.services {
    padding-top: 40px;
    padding-bottom: 40px;
}

.services_service {
    height: 70px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.services_service-image {
    float: left;

    margin-right: 30px;
    padding-top: 3px;
}

.services_text {
    display: block;

    margin-left: 100px;
    padding: 0;
}

.services_service-header {
    font-family: 'PT Sans';
    font-size: 22px;
    font-weight: 700;

    margin: 0;
    padding-top: 0;

    color: #5db625;
}


.services_service-description {
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: 400;

    color: #515151;
}

/* Notice section */

.notice {
    padding: 25px;

    background-color: #fcf7d9;
}

.notice_header {
    font-family: Neuron;
    font-size: 36px;
    font-weight: 700;
    line-height: .9;

    margin-top: 0;

    color: #785a1f;
}

.notice_text {
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;

    padding-top: 18px;
    padding-bottom: 18px;
}

.notice_image {
    float: right;

    padding-left: 30px;
}


/* Advantages section */
.advantages {
    padding-top: 30px;
    padding-bottom: 30px;

    background-color: #e4e7ec;
}

.advantages_header {
    font-family: Neuron;
    font-size: 36px;
    font-weight: 700;
    line-height: 25px;

    margin-top: 0;
    margin-bottom: 0;

    text-align: center;

    color: #515151;
}

.advantges_advantage {
    padding-top: 36px;
}

.advantages_advantage-number {
    font-family: 'DIN Pro';
    font-size: 112px;
    font-weight: 900;
    line-height: 100px;

    float: left;

    width: 60px;

    color: #fff;
}

.advantages_advantage-header {
    font-family: 'PT Sans';
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;

    margin-top: 10px;
    margin-left: 70px;

    text-transform: uppercase;

    color: #515151;
}

.advantages_advantage-description {
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: 400;

    margin-left: 70px;

    color: #888f98;
}

/* How to finde us section */
.how-to-finde {
    padding-top: 25px;
    padding-bottom: 25px;

    text-align: center;

    background-color: #363636;
}

@media (max-width: 600px) {
    .advantges_advantage {
        padding-left: 10%;
    }

    .notice {
        text-align: center;
    }

    .notice_image {
        float: none;

        padding: 0;
    }

    .notice_text {
        text-align: justify;
    }
}
