h3 {
    font-size: 32px;
    line-height: 38px;
}

h4 {
    font-size: 24px;
    line-height: 34px;
    font-family: 'Roboto', sans-serif;
}

.hero-section {
    background-position: 33% center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 555px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    margin: -5px 0;
}

    .hero-section .mobile-img img {
        display: none;
    }

.hero-heading {
    max-width: 725px;
    padding-right: 10px;
}

    .hero-heading h1 {
        color: #006940;
        font-size: 48px;
        line-height: 40px;
        font-weight: bold;
        padding: 0;
        margin: 0;
    }

    .hero-heading h2 {
        color: #006940;
        font-family: 'Roboto', sans-serif;
        font-size: 32px;
        line-height: 40px;
        font-weight: normal;
        padding: 0;
        margin-top: 4px;
        margin-bottom: 16px;
    }

    .hero-heading .descr {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .hero-heading .btn-comp-demo {
        padding-left: 40px;
        padding-right: 40px;
        margin-right: 8px;
    }

    .hero-heading .btn-guided-tour {
        padding-left: 46px;
        padding-right: 46px;
    }

.feature-section {
    padding-top: 36px;
    padding-bottom: 36px;
}

    .feature-section .header-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-section .feature-icon {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .feature-section .feature-icon:not(:first-child) {
            margin-left: 24px;
        }

        .feature-section .feature-icon img {
            height: 104px;
            width: 104px;
        }

        .feature-section .feature-icon .count {
            font-size: 33px;
            font-weight: bold;
            text-align: left;
        }

        .feature-section .feature-icon .title {
            font-size: 19px;
            font-weight: bold;
            text-align: left;
        }

.content-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

    .content-section .header-container .descr {
        max-width: 858px;
        font-size: 16px;
        line-height: 22px;
        margin: 32px auto 80px;
    }

    .content-section .left-col,
    .content-section .right-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .content-section .heading {
        border-bottom: solid 2px #0D6940;
        padding-bottom: 4px;
    }

    .content-section h3 {
        font-size: 32px;
        line-height: 34px;
        margin: 0;
    }

    .content-section h4 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 4px 0 0;
    }

    .content-section .descr {
        font-size: 16px;
        line-height: 22px;
        margin-top: 16px;
        padding-right: 48px;
    }

.content-section-1 {
    background-color: #F5F5F5;
}

.content-section-2 .right-col {
    padding-left: 56px;
}

.content-section-3 {
    background-color: #F5F5F5;
}

.content-section-3 {
    padding-right: 40px;
}

    .content-section-3 .descr {
        padding-right: 0;
    }

    .content-section-3 .btn {
        align-self: flex-start;
        margin-top: 24px;
    }

#our-customers .section-header {
    color: #006940;
    font-size: 32px;
    line-height: 38px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

#our-customers h3 {
    font-size: 40px;
    line-height: 47px;
    margin: 16px 0 0 0;
}

#our-customers .description-container {
    max-width: 600px;
    margin-top: 8px;
}

    #our-customers .description-container p {
        margin-bottom: 32px;
    }

.trust-data-section {
    background-color: #F5F5F5;
    padding-left: 32px !important;
    padding-right: 32px !important;
}

    .trust-data-section h3 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .trust-data-section p {
        font-size: 16px;
        line-height: 22px;
        margin: 0;
    }

        .trust-data-section p:not(:first-child) {
            margin-top: 16px;
        }

    .trust-data-section .link {
        color: #0D6940 !important;
        text-decoration: underline;
    }

.process-section {
    padding: 120px 0;
}

    .process-section .mobile {
        display: none;
    }

    .process-section .process-row-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .process-section .process-row-bottom {
        display: flex;
        justify-content: space-around;
        margin-top: 16px;
        padding: 0 11%;
    }

        .process-section .process-row-bottom .step {
            max-width: 320px;
            text-align: center;
        }

    .process-section .step {
        max-width: 255px;
        text-align: center;
    }

        .process-section .step:not(:first-child) {
            margin-left: 8px;
        }

        .process-section .step:not(:last-child) {
            margin-right: 8px;
        }

    .process-section h5 {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
    }

    .process-section .descr {
        font-size: 16px;
        line-height: 22px;
    }


@media (min-width: 992px) {

    .hero-section > .container {
        margin-left: 160px;
    }

    .hero-heading .descr {
        padding-right: 40px;
    }
}

@media (max-width: 1800px) {

    .hero-heading {
        width: 53%;
    }

    .btn-guided-tour {
        margin-top: 16px;
    }
}

@media (max-width: 1200px) {

    .hero-heading h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .hero-heading h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 992px) {

    .feature-section .feature-icon {
        justify-content: flex-start;
        padding-top: 16px;
    }

    .content-section {
        padding: 80px 0;
    }

        .content-section .right-col {
            margin-top: 32px;
        }

    #our-customers h3 {
        font-size: 36px;
        line-height: 40px;
    }

    .process-row-bottom {
        padding: 0 5%;
    }
}

@media (max-width: 768px) {

    .hero-heading {
        width: 68%;
    }

    .content-section .heading {
        padding-bottom: 16px;
    }

    .content-section-2 .right-col {
        padding-left: 15px;
    }

    .content-section-2 .img-container {
        display: flex;
        justify-content: center;
    }

        .content-section-2 .img-container img {
            max-width: 360px;
        }
}

@media (max-width: 576px) {

    .hero-section {
        height: auto;
        background-image: none !important;
        background-color: #F3F3F5;
        background-position: 68% bottom;
        background-size: 320%;
        margin: 0;
        padding: 24px 8px 0 8px;
        align-items: flex-start;
    }

        .hero-section .content {
            position: relative;
            z-index: 2;
        }

        .hero-section .mobile-img {
            margin: -68px -18px 0 -18px;
        }

            .hero-section .mobile-img img {
                display: block;
                width: 100%;
            }

    .hero-heading {
        width: 100%;
    }

        .hero-heading .btn-comp-demo {
            width: 100%;
            margin-top: 24px;
        }

        .hero-heading .btn-guided-tour {
            width: 100%;
            border: none;
            text-decoration: underline;
            margin: 0 0 16px 0;
        }

            .hero-heading .btn-guided-tour:hover {
                background-color: transparent;
                color: #35aa47;
            }

    .feature-section .feature-icon {
        flex-direction: column;
    }

    .content-section {
        padding: 64px 16px;
    }

    .content-section-2 .img-container img {
        max-width: 100%;
    }

    .content-section-3 .btn {
        width: 100%;
    }

    .process-section {
        padding: 60px 0 80px 0;
    }

        .process-section .non-mobile {
            display: none;
        }

        .process-section .mobile {
            display: block;
        }

            .process-section .mobile .step {
                max-width: 100%;
                padding: 0 16px;
            }

                .process-section .mobile .step:not(:first-child) {
                    margin-top: 48px;
                }

                .process-section .mobile .step h5 {
                    margin-top: 16px;
                }
}
