@media (max-width: 480px) {
    .post-title {
        margin-bottom: 8px;
    }

    .post-title a {
        font-size: 1rem;
        line-height: 1.4;
    }

    .blogs_cards_landscape article img {
        width: 100%;
    }

    .blogs_cards_landscape.second-child-blog article:not(:first-child) {
        margin: 0;
        float: right;
        width: 100%;
        margin: auto;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .blogs_cards_landscape article img {
        width: 100%;
    }

    .post-title a {
        font-size: 1.15rem;
        line-height: 1.45;
    }

    .blogs_cards_grid.grid-custom-two {
        grid-template-columns: repeat(1, 1fr);
    }

    .blogs_cards_grid.grid-custom-one article:nth-child(odd) {
        margin-left: 0px;
    }

    .post-of-the-week .category-blogs .blog__item {
        flex-direction: column;
    }

    .feature-post {
        padding-top: 40px;
    }

    .stikcysection {
        text-align: center;
        position: static;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        inset: unset;
    }

    .eyolo__footer .mc4wp-form .agree {
        padding: 12px 0;
    }

    .eyolo__footer .footer-widgets+.footer_copyright {

        padding-top: 20px;
    }

    .eyolo__footer .footer_copyright {

        gap: 0px;
    }

    .eyolo__footer {
        padding-bottom: 10px;
    }

    .eyolo__footer .footer-widgets {
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .fn_pagetitle {
        padding: 96px 0;
    }

    .eyolo__footer .footer-social {
        justify-content: flex-end;
    }

    .eyolo__footer .copy_right {
        max-width: 50%;
    }

    .eyolo__footer .footer_copyright {
        flex-direction: row;
    }

    .fn__media_category .mc_border .fn__svg {
        width: 16px;
        height: 16px;
        left: -16px;
    }

    .fn__media_category .mc_border2 .fn__svg {
        bottom: -16px;
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .post-title a {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

@media (min-width: 1025px) {
    .post-title a {
        font-size: 1rem;
        line-height: 1.55;
    }
}

@media (min-width: 768px) {
    .eyolo__footer .footer-widget {
        flex: 0 0 33.333%;
    }
}

@media (min-width: 640px) {
    .eyolo__footer .footer-widget {
        flex: 0 0 50%;
    }
}

@media (min-width: 1024px) {
    .eyolo__footer .footer-widget {
        flex: 1;
    }
}