#page-id-blog-post {
    background-color: #f5f5f5;
}

.track-form-block {
    display: none;
}

.background-video {
    display: none;
}

.section._1sect {
    position: static !important;
    padding-bottom: 10px !important;
}

.navbar {
    margin-bottom: 0 !important;
}

.section-blog {
    padding: 50px 0;
    width: 920px;
    margin: 0 auto;
}

.section.post-select {
    margin-top: 3px;
    padding: 20px 60px 100px 60px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #f5f5f5;
}

.blog-post {
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 27px;
    color: #000000;
}

.blog-post img {
    width: auto !important;
    height: auto !important;
}

.blog-post-header {
    max-width: 1320px;
    margin: 0 auto;
}

.blog-post-link {
    margin-bottom: 30px;
}

.blog-post-link a {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    text-decoration: none;
}

.blog-post-title {
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 100%;
    color: #FFFFFF;
}

.blog-post-preview {
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
}

.blog-blog {
    padding-top: 10px;
    background-color: #f5f5f5;
}

.blog-blog h1 {
    font-size: 42px;
    line-height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-blog h2 {
    font-size: 30px;
    line-height: 100%;
}

.blog-blog h3 {
    font-size: 20px;
    line-height: 100%;
}

.blog-blog .section.post-select {
    padding: 0;
    margin: 0;
    height: 304px;
    background-position: 100% 50%, 100% 100%, 50% 50%;
    background-size: auto 100%, cover, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-blend-mode: normal, multiply, normal;
}

.blog-blog .blog-post-header {
    display: flex;
}

.blog-blog .blog-post-link {
    margin-top: 15px;
    margin-bottom: 10px;
}

.blog-blog .blog-post-header p {
    margin-bottom: 30px;
}

.blog-blog .blog-post-header .breadcrumb {
    margin-bottom: 25px;
}

.blog-blog .blog-post-header > div {
    flex: 0;
    width: 750px;
}

.blog-blog .blog-post-header > img {
    flex: 1;
}

#page-id-blog-post .container h3 {
    margin-bottom: 0 !important;
}

#page-id-blog-post .container h2,
#page-id-blog-post .container h3 {
    margin-top: 20px !important;
}

@media screen and (max-width: 1279px) {
    .blog-post-header {
        width: auto;
    }

    .section-blog {
        padding: 50px 60px 50px 60px;
    }
}

@media screen and (max-width: 1024px) {
    .section-blog {
        padding: 30px 20px 30px 20px;
        width: auto;
    }

    .blog-post-title {
        font-size: 24px;
        line-height: 28px;
    }

    .blog-post-preview {
        font-size: 15px;
        line-height: 19px;
    }

    .blog-post {
        font-size: 15px;
        line-height: 19px;
    }

    .blog-post h2,
    .blog-post h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .section.post-select {
        padding: 10px 20px 100px 20px;
        background-image: none !important;
        height: auto !important;
    }

    .blog-blog h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .blog-blog h2 {
        font-size: 22px;
        line-height: 100%;
    }

    .blog-blog h3 {
        font-size: 18px;
        line-height: 100%;
    }

    .blog-blog .blog-post-header {
        display: unset;
    }

    .blog-blog .blog-post-link {
        margin-top: 5px;
        font-size: 12px;
        font-weight: 400;
    }

    .blog-blog .blog-post-header > div {
        padding: 10px 20px;
        width: 100% !important;
    }

    .blog-blog .blog-post-header > img {
        display: none;
    }
}