﻿.page-container {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #212121;
}

h2 {
    color: #155036;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.btn-blue {
    border-radius: 8px;
    padding: 8px 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.link-card {
    width: 100%;
    box-shadow: 0px 0px 6px 0px #00000040;
    border-radius: 16px;
    padding: 32px;
    margin-top: 40px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

    .link-card > a {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
        color: inherit;
        text-decoration: none;
    }

    .link-card .content {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 0;
    }

    .link-card .label {
        color: #155036;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        margin-top: 16px;
    }

    .link-card .post-title {
        font-size: 20px;
        line-height: 28px;
        font-weight: bold;
        margin-top: 8px;
    }

    .link-card .date {
        color: #686868;
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        margin-top: 8px;
    }

.banner {
    padding: 96px 0;
    text-align: center;
}

    .banner .content {
        font-size: 20px;
        line-height: 32px;
        margin-top: 24px;
    }

        .banner .content a {
            color: #155036;
            text-decoration: underline;
        }

            .banner .content a:hover {
                color: #4FAC50;
                text-decoration: underline;
            }

.customers-section {
    background-color: #F5F5F5;
    padding: 32px 0;
    overflow-x: hidden;
}

    .customers-section .content-row {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        min-width: 0;
        overflow-x: hidden;
    }

        .customers-section .content-row .label {
            font-size: 24px;
            line-height: 40px;
            font-weight: bold;
            flex-shrink: 0;
        }

        .customers-section .content-row .scroller-container {
            flex: 1;
            min-width: 0;
            max-width: 100%;
            overflow: hidden;
        }

.press-releases-section {
    padding: 80px 0;
}

    .press-releases-section .descr {
        font-size: 20px;
        line-height: 32px;
        margin-top: 8px;
    }

    .press-releases-section .press-release:not(.press-release-hidden) {
        display: flex !important;
        flex-direction: column;
    }

    .press-releases-section .press-release.press-release-hidden {
        display: none !important;
    }

    .press-releases-section .btn-container {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }

.news-section {
    padding: 80px 0 0 0;
}

    .news-section .news-article:not(.news-article-hidden) {
        display: flex !important;
        flex-direction: column;
    }

    .news-section .news-article.news-article-hidden {
        display: none !important;
    }

    .news-section .btn-container {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }

.resources-section {
    background-color: #E8EEEB;
    font-size: 20px;
    line-height: 32px;
    padding: 80px 0;
    margin-top: 80px;
}

    .resources-section .right-col {
        display: flex;
        justify-content: flex-end;
    }

    .resources-section .descr {
        margin-top: 16px;
        margin-bottom: 32px;
    }

.contact-section {
    padding: 80px 0;
}

    .contact-section .card {
        font-size: 20px;
        line-height: 32px;
        border: solid 1px #E5E5E5;
        border-radius: 16px;
        padding: 72px 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .contact-section .card .descr {
            margin: 16px 0;
        }

            .contact-section .card .descr a {
                color: #155036;
                text-decoration: underline;
            }

                .contact-section .card .descr a:hover {
                    color: #4FAC50;
                }

        .contact-section .card .btn {
            margin-top: 16px;
        }

@media (min-width: 1400px) {
}

@media (min-width: 1200px) {
}

@media (max-width: 1199px) {
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {

    .banner > .container {
        padding: 0 24px;
    }
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {

    h1 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .banner {
        padding: 80px 0;
    }

        .banner .content {
            font-size: 16px;
            line-height: 24px;
        }

    .resources-section .right-col {
        justify-content: center;
        margin-top: 32px;
    }
}

@media (min-width: 576px) {
}

@media (max-width: 575px) {

    h1 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .btn {
        width: 100%;
    }

    .link-card {
        margin-top: 32px;
    }

    .banner {
        padding: 64px 0;
    }

        .banner .content {
            font-size: 16px;
            line-height: 24px;
        }

        .banner > .container {
            padding: 0 32px;
        }

    .customers-section .content-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .press-releases-section {
        padding: 64px 0 32px 0;
    }

        .press-releases-section h2,
        .press-releases-section .descr {
            padding-left: 24px;
        }

        .press-releases-section .btn-container {
            margin-top: 32px;
        }

    .news-section {
        padding: 64px 0 0 0;
    }

        .news-section h2 {
            padding-left: 24px;
        }

        .news-section .btn-container {
            margin-top: 32px;
        }

    .resources-section {
        padding: 56px 0;
        margin-top: 64px;
    }

    .contact-section {
        padding: 64px 0;
    }

        .contact-section .card {
            text-align: center;
            padding: 72px 32px;
        }
}
