#blog .section-inner,
.wow {
    opacity: 1 !important;
    visibility: visible !important;
}

main.page-wrapper {
    overflow: visible;
}

main.page-wrapper > .section {
    clear: both;
    display: block;
    opacity: 1 !important;
    position: relative;
    visibility: visible !important;
}

main.page-wrapper > .section-home {
    overflow: hidden;
    z-index: 1;
}

main.page-wrapper > .section:not(.section-home) {
    background: #fff;
    color: #333;
    min-height: 0;
    z-index: 2;
}

main.page-wrapper > .section:not(.section-home),
main.page-wrapper > .section:not(.section-home) * {
    opacity: 1 !important;
    visibility: visible !important;
}

main.page-wrapper > .section:not(.section-home) .container,
main.page-wrapper > .section:not(.section-home) .row,
main.page-wrapper > .section:not(.section-home) [class*="col-"],
main.page-wrapper > .section:not(.section-home) .section-head,
main.page-wrapper > .section:not(.section-home) .section-inner,
main.page-wrapper > .section:not(.section-home) .hero-right,
main.page-wrapper > .section:not(.section-home) .services-list,
main.page-wrapper > .section:not(.section-home) .section-resume-wrap,
main.page-wrapper > .section:not(.section-home) .blog-list,
main.page-wrapper > .section:not(.section-home) .contact-details--panel {
    animation: none !important;
    transform: none !important;
}

#blog .section-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

#blog .section-inner > .row {
    display: contents;
}

#blog .section-inner > .row > [class*="col-"] {
    max-width: none;
    padding: 0;
}

#blog .blog-list {
    position: relative;
    display: flex !important;
    flex-direction: column;
    height: 100%;
    min-height: 178px;
    margin-bottom: 0 !important;
    overflow: hidden;
    border: 1px solid #e8eef5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(28, 41, 56, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#blog .blog-list:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 124, 237, 0.32);
    box-shadow: 0 16px 34px rgba(28, 41, 56, 0.11);
    text-decoration: none;
}

#blog .blog-list:after {
    position: absolute;
    right: 22px;
    bottom: 18px;
    color: #007ced;
    content: "Read article";
    font-size: 13px;
    font-weight: 700;
}

#blog .blog-list--img,
#blog .blog-list--details {
    display: none;
}

#blog .blog-list--desc {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 24px 24px 54px !important;
}

#blog .blog-list--desc:after {
    margin-top: auto;
    padding-top: 18px;
    color: #6b7785;
    content: "by Ludwig Makhyan";
    font-size: 13px;
    font-weight: 600;
}

#blog .blog-list--desc h3 {
    margin: 10px 0 0;
    color: #182532;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
}

#blog .blog-cat {
    align-self: flex-start;
    max-width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 999px;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#blog .badge-warning {
    background: rgba(255, 193, 7, 0.16);
    color: #9a6a00;
}

@media (max-width: 991.98px) {
    #blog .section-inner {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #blog .blog-list {
        min-height: 150px;
    }
}

@media (max-width: 575.98px) {
    #blog .blog-list {
        min-height: 0;
    }

    #blog .blog-list:after {
        position: static;
        align-self: flex-end;
        margin: 0 20px 18px 0;
    }

    #blog .blog-list--desc {
        padding: 20px 20px 14px !important;
    }

    #blog .blog-list--desc h3 {
        font-size: 17px;
    }
}
