.blog {
    height: auto;
    margin-top: 150px;
    color: #51424B;
}


.blog.blog-strefa .blog-title {
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    position: relative;
}

.title-bottom {
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    position: relative;
    text-align: center;
}

.blog-strefa h2 {
    font-size: 16px;
    font-weight: 700;
}

.blog .kontakt {
    background: #FFFFFF;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12), 8px 0 24px rgba(0, 0, 0, 0.12), 0 16px 24px rgba(0, 0, 0, 0.12);
    border-radius: 32px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.kontakt .form-info {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
}

.kontakt .form-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
}

.blog-items {

}

.blog-items img {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

.blog-items-element {
    padding: 40px;
}

.blog-items-element-container {
    background-color: #ffffff;
    border-radius: 32px;
    -webkit-box-shadow: 8px 0px 24px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 8px 0px 24px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 8px 0px 24px 0px rgba(0, 0, 0, 0.12);
}

.blog-itm-title {
    margin-top: 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    padding-left: 32px;
    padding-right: 32px
}

.blog-item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    padding-left: 32px;
    padding-right: 32px;
}

.blog-item-more {
    text-align: right;
    padding-right: 32px;
    padding-bottom: 40px;
}

.blog-item-more a {
    color: #51424B;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 32px;
}

.blog-dot {
    margin-bottom: 40px;
}

.blog .slick-dots li button::before {
    font-size: 16px;
    color: #8A6878;
    opacity: 0.5;
}

.blog .slick-dots li.slick-active button::before {
    opacity: 1;
}

.blog .slick-prev::before {
    content: url("../img/chevron-mm2.png");
}

.blog .slick-next::before {
    content: url("../img/chevron-mm.png");
}

.start-blog-article {
    font-size: 27px;
}

.strefa-contact li {
    padding: 2px 0 2px 50px;
    list-style: none;
    background-image: url("../img/chevron-mm.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5;
    text-align: left;
}

.blog-article-img {
    margin-top: 50px;
    margin-bottom: 55px;
}

.blog-article-img img {
    border-radius: 6px;
}

.blog-article-content {
    font-size: 16px;
}

.blog-article-content-above-img {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
}

.strefa-title {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
}

.blog-article-content h3 {
    font-weight: 700;
    font-size: 16px;
}

.blog-article-hr {
    font-weight: 700;
    font-style: italic;
    font-size: 21px;
    line-height: 32px;
    border-top: 2px solid #51424B;
    border-bottom: 2px solid #51424B;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 25px;
}

.blog-article-content ul {
    margin-left: 20px;
}

.blog-article-content li {
    list-style: inside;
}

.przypis {
    width: 40px;
    border: 1px solid #53414B;
}

.blog-article-content h4 {
    font-weight: bold;
}

@media (max-width: 767px) {
    h2, h1 {
        font-size: 20px!important;
    }

    .blog {
        margin-top: 130px!important;
    }

    h2, h1 {
        font-size: 18px!important;
    }

    .blog-title {
        font-size: 18px!important;
    }

    .blog-article-img {
        margin-top: 25px!important;
        margin-bottom: 25px!important;
    }

    .blog-article-img img {
        width: 72%!important;
        margin: 0 auto!important;
    }

    .blog-items-element-container img {
        width: 72%!important;
        margin: 0 auto!important;
        border-top-left-radius: 0px!important;
        border-top-right-radius: 0px!important;
    }

    .blog-article-content-above-img {
        font-size: 14px!important;
    }

    .blog-item-more a {
        font-size: 14px!important;
    }

    .kontakt .form-info {
        font-size: 20px;
    }

    .blog-article-content {
        font-size: 14px;
    }

    .kontakt .form-title {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }
}