section.hero-section {
    margin-top: 56px;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0E0E0C;
    background-size: contain;
}

@media (min-width: 1920px) {
    section.hero-section {
        background-size: cover;
    }

}

section.hero-section .hero-container {
    margin: 78px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    width: 100%;
    align-items: center;
}

section.hero-section .hero-container .blog-logos {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8.5px;
    height: 54px;
    padding: 18.5px 24px 16.5px 24px;
    border-radius: 90px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
    backdrop-filter: blur(4px);
}

section.hero-section .hero-container .blog-logos p {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0;
    opacity: 0.72;
}

section.hero-section .hero-container .blog-logos p b {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0;
    opacity: 1;
}

section.hero-section .hero-container .blog-logos .items-imgs {
    position: absolute;
    top: -22px;
}

section.hero-section .hero-container .blog-logos .items-imgs img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: -20px;
    object-fit: cover;
}

section.hero-section .hero-container .blog-logos .items-imgs img:last-of-type {
    margin-right: 5px;
}

section.hero-section .hero-container .blog-title h1 {
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

section.hero-section .hero-container .blog-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
}

section.hero-section .hero-container .blog-title h1 span {
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    color: #D2FF37;
    margin: 0;
}

section.hero-section .hero-container .blog-title p,
section.hero-section .hero-container .blog-title p a {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.6;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0 auto;
    max-width: 720px;
    opacity: 0.8;
}

section.hero-section .hero-container .blog-title p a:hover {
    color: #ececec;
}

@media screen and (min-width: 720px) and (max-width: 1040px) {

    section.hero-section {
        background-size: cover;
    }

    section.hero-section .hero-container .blog-title h1,
    section.hero-section .hero-container .blog-title h1 span {
        font-size: 44px;
    }
}

@media screen and (max-width: 719px) {
    section.hero-section {
        background-size: cover;
    }


    section.hero-section .hero-container {
        max-width: 361px;
    }

    section.hero-section .hero-container .blog-title h1,
    section.hero-section .hero-container .blog-title h1 span {
        font-size: 32px;
    }

    section.hero-section .hero-container .blog-title p,
    section.hero-section .hero-container .blog-title p a {
        font-size: 16px;
    }
}

/* Posts */
section.posts-blog {
    position: relative;
    width: 100%;
    background: #fff;
}

section.posts-blog .section-divider-top {
    height: 164px;
    background: #0E0E0C;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 80%);
    transform: scale(1.01);
    max-width: 99vw;
}

section.posts-blog .pb-items {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 56px 0 180px 0;
    max-width: 1400px;
    width: 100%;
}

section.posts-blog .pb-items .pb-title h2 {
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    color: #0E0E0C;
    margin: 0;
}

section.posts-blog .pb-items .pb-items-posts {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section.posts-blog .pb-items .tags-block {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

section.posts-blog .pb-items .tags-block a.info-tag {
    padding: 14.5px 24px;
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 18px;
    color: black;
    line-height: 1.5;
    letter-spacing: -0.02em;
    text-align: center;
    border-radius: 200px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1.5px solid transparent;
    background-image: linear-gradient(white, white),
        linear-gradient(180deg, rgba(14, 14, 12, 0.32), rgba(14, 14, 12, 1), rgba(14, 14, 12, 0.32));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    text-decoration: none;
}

section.posts-blog .pb-items .tags-block a.info-tag.active {
    background: #0E0E0C;
    color: #fff;
}

section.posts-blog .pb-items .blog-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
}

section.posts-blog .pb-items .blog-items .blog-item {
    min-width: 350px;
    max-width: 100%;
}

section.posts-blog .pb-items .blog-items .blog-item article.blog-post {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

section.posts-blog .pb-items .blog-items .blog-item article.blog-post .blog-item-image {
    width: 100%;
}

section.posts-blog .pb-items .blog-items .blog-item article.blog-post .blog-item-image img {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

section.posts-blog .pb-items .blog-items .blog-item article.blog-post .tag-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

section.posts-blog .pb-items .blog-items .blog-item article.blog-post .tag-title a.post-tag {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    line-height: 1.24;
    letter-spacing: -0.02em;
    margin: 0 auto;
    max-width: 720px;
    text-decoration: none;
}

section.posts-blog .pb-items .blog-items .blog-item article.blog-post .tag-title a.post-tag:not(:last-child)::after {
    content: ", ";
    display: inline;
    color: inherit;
}

section.posts-blog .pb-items .blog-items .blog-item article.blog-post .blog-item-text h3.blog-item-title a {
    font-family: "Mona Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.24;
    color: #111112;
    margin: 0;
    text-decoration: none;
}

section.posts-blog .pb-items .blog-items .blog-item article.blog-post .blog-item-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    min-height: 138px;
}

section.posts-blog .pb-items .blog-items .blog-item article.blog-post .blog-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

section.posts-blog .pb-items .blog-items .blog-item article.blog-post .blog-item-footer a.read-now-link {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

section.posts-blog .pb-items .blog-items .blog-item article.blog-post .blog-item-footer a.read-now-link img {
    max-width: 24px;
    height: 24px;
}

section.posts-blog .pb-items .blog-items .blog-item article.blog-post .blog-item-footer a.read-now-link .read-now {
    font-family: "Mona Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.24;
    letter-spacing: -0.01em;
    color: #111112;
    margin: 0;
}

section.posts-blog .pb-items .blog-items .blog-item article.blog-post .blog-item-footer .post-info {
    font-family: "Mona Sans Expanded", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.24;
    letter-spacing: -0.01em;
    color: #111112;
    margin: 0;
    opacity: 0.7;
}

section.posts-blog .pagination {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
    margin-top: 20px;
}

section.posts-blog .pagination a.load-more-button {
    padding: 14.5px 120px;
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.5;
    letter-spacing: -0.02em;
    text-align: center;
    border-radius: 200px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1.5px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(180deg, rgba(14, 14, 12, 0.32), rgba(14, 14, 12, 1), rgba(14, 14, 12, 0.32));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    text-decoration: none;
}

section.posts-blog .pagination .number-pagination {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin: 0 auto;
    align-items: center;
}

section.posts-blog .pagination a.page-link,
section.posts-blog .pagination span.page-link.dots {
    padding: 14.5px;
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    color: #111112;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    text-decoration: none;
    width: 48px;
    height: 48px;
}

section.posts-blog .pagination span.page-link.active.current {
    padding: 14.5px;
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    text-decoration: none;
    background: #111112;
    border-radius: 90px;
    width: 48px;
    height: 48px;
}

section.posts-blog .pagination a.next.page-link,
section.posts-blog .pagination a.prev.page-link {
    display: none;
}

section.posts-blog .pagination a.page-link:hover {
    border-radius: 90px;
    box-shadow: inset 0 0 0 2px #111112;
}


@media screen and (min-width: 1040px) and (max-width: 1280px) {
    section.posts-blog .pb-items {
        max-width: 1040px;
    }

    section.posts-blog .pb-items .blog-items {
        grid-template-columns: repeat(2, 1fr);
    }

    section.posts-blog .pb-items .blog-items .blog-item article.blog-post .blog-item-image img {
        height: 318px;
    }
}

@media screen and (min-width: 720px) and (max-width: 1040px) {
    section.posts-blog .pb-items {
        max-width: 656px;
    }

    section.posts-blog .pb-items .pb-title h2 {
        font-size: 36px;
    }

    section.posts-blog .pb-items .blog-items {
        grid-template-columns: repeat(1, 1fr);
    }

    section.posts-blog .pb-items .blog-items .blog-item article.blog-post .blog-item-image img {
        height: 417px;
    }
}

@media screen and (max-width: 719px) {
    section.posts-blog .pb-items {
        max-width: 361px;
    }

    section.posts-blog .section-divider-top {
        height: 38px;
    }

    section.posts-blog .pb-items .pb-title h2 {
        font-size: 28px;
    }

    section.posts-blog .pb-items .blog-items {
        grid-template-columns: repeat(1, 1fr);
    }

    section.posts-blog .pb-items .blog-items .blog-item article.blog-post .blog-item-image img {
        height: 230px;
    }
}

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

    section.hero-section .hero-container,
    section.posts-blog .pb-items {
        max-width: 340px;
    }

    section.posts-blog .pb-items .blog-items .blog-item {
        min-width: 340px;
    }
}