@media only screen and (max-width:1659px) {}

@media only screen and (max-width:1440px) {}

@media only screen and (min-width:1351px) and (max-width:1620px) {}

@media only screen and (min-width:1200px) and (max-width:1350px) {}

@media only screen and (min-width:768px) and (max-width:1199px) {}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (min-width:601px) and (max-width:768px) {}

@media only screen and (max-width:1440px) {}

@media only screen and (max-width:1160px) {

    body section.blog-detail-title-section,
    body section.blog-detail-section,
    body section.countries-section {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:767px) {


    body section.blog-detail-title-section,
    body section.blog-detail-section,
    body section.countries-section {
        padding: 40px 20px;
    }

    .blog-title {
        font-size: var(--font-size-h1);
        line-height: var(--line-height-title);
    }

    .blog-banner-image {
        border-radius: 16px;
        margin-bottom: 30px;
    }

    .blog-banner-image img {
        border-radius: 16px;
        height: 100%;
    }

    .blog-description h2 {
        margin: 25px 0 16px;
        font-size: 26px;
    }

    .unlock-block {
        padding: 16px;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .blog-description img.alignnone {
        height: 100%;
        border-radius: 16px;
    }

    span.author-first-latter {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .unlock-subtitle {
        margin: 10px 0;
    }

}

@media only screen and (max-width:600px) {}