@media (min-width: 1366px) {
    .custom-blog-section {
        width: 100% !important;
        max-width: none !important;
    }

    .custom-blog-section__box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100rem;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-blog-section__left-col {
        background: transparent;
        width: calc(66.666666% - 0.8rem);
        margin-right: 0.8rem;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .custom-blog-section__right-col {
        background: transparent;
        width: calc(33.333333% - 0.8rem);
        margin-left: 0.8rem;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    {
        width: 100%;
        margin-right: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile {
        margin-bottom: 0;
        margin-left: 0.8rem;
        margin-right: 0.8rem;
        width: calc(50% - 1.6rem);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile
    .custom-blog-section__post-thumbnail
    {
        width: 100%;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile
    .custom-blog-section__content
    {
        padding: 4rem 5.1rem;
        position: relative;
        flex-grow: 1;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile
    .custom-blog-section__post-date
    {
        margin-bottom: 1.8rem;
    }
    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile
    h3
    {
        margin-bottom: 0.9rem !important;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile
    a
    {
        position: absolute;
        bottom: 4rem;
        left: 5.1rem;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile
    p
    {
        margin-bottom: 5.9rem;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile-2
    {
        margin-top: 10rem;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__tile-2))
    .custom-blog-section__left-col
    .custom-blog-section__tile
    {
        width: 75%;
    }

    .custom-blog-section__tile {
        border-radius: 1rem;
        background: #e8edf3;
        color: var(--wp--preset--color--primary);
        overflow: hidden;
    }

    .custom-blog-section__tile:not(:last-of-type) {
        margin-bottom: 1.6rem;
    }

    .custom-blog-section__tile .custom-blog-section__post-date {
        font-size: 1.6rem;
        line-height: 3rem;
        font-weight: 300;
        margin-bottom: 0.9rem;
    }

    .custom-blog-section__tile h3 {
        font-size: 3rem;
        line-height: 4.7rem;
        font-weight: 700;
        margin-top: 0 !important;
    }

    .custom-blog-section__tile p {
        font-size: 1.6rem;
        line-height: 3rem !important;
        font-weight: 300;
    }

    .custom-blog-section__tile a {
        font-size: 1.6rem;
        line-height: 2.5rem;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--wp--preset--color--accent);
    }

    .custom-blog-section__tile a:hover {
        color: var(--wp--preset--color--primary);
    }

    .custom-blog-section__tile-1 h3 {
        margin-bottom: 2rem !important;
    }

    .custom-blog-section__tile-1 p {
        margin-bottom: 4rem;
    }

    .custom-blog-section__tile-1 .custom-blog-section__content {
        padding: 4.8rem 6.6rem 5.5rem;
    }

    .custom-blog-section__tile-1 .custom-blog-section__post-thumbnail {
        position: relative;
        padding-top: 56%;
    }

    .custom-blog-section__tile-1 .custom-blog-section__post-thumbnail > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .custom-blog-section__tile-2 {
        width: 75%;
    }

    .custom-blog-section__tile-2 h3 {
        margin-bottom: 3rem !important;
    }

    .custom-blog-section__tile-2 p {
        margin-bottom: 3.4rem;
    }

    .custom-blog-section__tile-2 .custom-blog-section__content {
        padding: 4rem 5.1rem 5rem;
    }

    .custom-blog-section__right-col .custom-blog-section__content {
        padding: 4.3rem 3.9rem;
    }

    .custom-blog-section__right-col .custom-blog-section__tile h3 {
        margin-bottom: 4rem !important;
    }

    .custom-blog-section__right-col .custom-blog-section__tile p {
        margin-bottom: 5rem;
    }
}

@media (min-width: 700px) and (max-width: 999.98px) {
    .custom-blog-section {
        width: 100% !important;
        max-width: none !important;
    }

    .custom-blog-section__box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: auto;
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .custom-blog-section__left-col {
        background: transparent;
        width: calc(50% - 0.8rem);
        margin-right: 0.8rem;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .custom-blog-section__right-col {
        background: transparent;
        width: calc(50% - 0.8rem);
        margin-left: 0.8rem;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    {
        width: 100%;
        margin-right: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile {
        margin-bottom: 0;
        margin-left: 0.8rem;
        margin-right: 0.8rem;
        width: calc(50% - 1.6rem);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile
    .custom-blog-section__post-thumbnail
    {
        width: 100%;
    }

    .custom-blog-section__content {
        padding: 5rem;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile
    .custom-blog-section__content
    {
        position: relative;
        flex-grow: 1;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile-2
    {
        margin-top: 10rem;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__tile-2))
    .custom-blog-section__left-col
    .custom-blog-section__tile
    {
        width: 75%;
    }

    .custom-blog-section__tile {
        border-radius: 0.8rem;
        background: #e8edf3;
        color: var(--wp--preset--color--primary);
        overflow: hidden;
    }

    .custom-blog-section__tile:not(:last-of-type) {
        margin-bottom: 1.6rem;
    }

    .custom-blog-section__tile .custom-blog-section__post-date {
        font-size: 1.4rem;
        line-height: 3rem;
        font-weight: 300;
        margin-bottom: 1.2rem;
    }

    .custom-blog-section__tile h3 {
        font-size: 2.4rem;
        line-height: 3.1rem;
        font-weight: 700;
        margin-top: 0 !important;
        margin-bottom: 1.7rem !important;
    }

    .custom-blog-section__tile p {
        font-size: 1.6rem;
        line-height: 3rem !important;
        font-weight: 300;
        margin-bottom: 3rem !important;
    }

    .custom-blog-section__tile a {
        font-size: 1.6rem;
        line-height: 2.5rem;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--wp--preset--color--accent);
    }

    .custom-blog-section__tile a:hover {
        color: var(--wp--preset--color--primary);
    }

    .custom-blog-section__tile-1 .custom-blog-section__post-thumbnail {
        position: relative;
        padding-top: 56%;
    }

    .custom-blog-section__tile-1 .custom-blog-section__post-thumbnail > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .custom-blog-section__tile-2 {
        /*width: 75%;*/
    }
}

@media (min-width: 1000px) and (max-width: 1365.98px) {
    .custom-blog-section {
        width: 100% !important;
        max-width: none !important;
    }

    .custom-blog-section__box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 80rem;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-blog-section__left-col {
        background: transparent;
        width: calc(66.666666% - 0.8rem);
        margin-right: 0.8rem;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .custom-blog-section__right-col {
        background: transparent;
        width: calc(33.333333% - 0.8rem);
        margin-left: 0.8rem;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    {
        width: 100%;
        margin-right: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile {
        margin-bottom: 0;
        margin-left: 0.8rem;
        margin-right: 0.8rem;
        width: calc(50% - 1.6rem);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .custom-blog-section__box:has(.custom-blog-section__right-col)
    .custom-blog-section__tile-2
    {
        width: 75%;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile
    .custom-blog-section__post-thumbnail
    {
        width: 100%;
    }

    .custom-blog-section__content {
        padding: 5rem;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile
    .custom-blog-section__content
    {
        position: relative;
        flex-grow: 1;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__right-col))
    .custom-blog-section__left-col
    .custom-blog-section__tile-2
    {
        margin-top: 10rem;
    }

    .custom-blog-section__box:not(:has(.custom-blog-section__tile-2))
    .custom-blog-section__left-col
    .custom-blog-section__tile
    {
        width: 75%;
    }

    .custom-blog-section__tile {
        border-radius: 0.8rem;
        background: #e8edf3;
        color: var(--wp--preset--color--primary);
        overflow: hidden;
    }

    .custom-blog-section__tile:not(:last-of-type) {
        margin-bottom: 1.6rem;
    }

    .custom-blog-section__tile .custom-blog-section__post-date {
        font-size: 1.4rem;
        line-height: 3rem;
        font-weight: 300;
        margin-bottom: 1.2rem;
    }

    .custom-blog-section__tile h3 {
        font-size: 2.4rem;
        line-height: 3.1rem;
        font-weight: 700;
        margin-top: 0 !important;
        margin-bottom: 1.7rem !important;
    }

    .custom-blog-section__tile p {
        font-size: 1.6rem;
        line-height: 3rem !important;
        font-weight: 300;
        margin-bottom: 3rem !important;
    }

    .custom-blog-section__tile a {
        font-size: 1.6rem;
        line-height: 2.5rem;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--wp--preset--color--accent);
    }

    .custom-blog-section__tile a:hover {
        color: var(--wp--preset--color--primary);
    }

    .custom-blog-section__tile-1 .custom-blog-section__post-thumbnail {
        position: relative;
        padding-top: 56%;
    }

    .custom-blog-section__tile-1 .custom-blog-section__post-thumbnail > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .custom-blog-section__tile-2 {
        /*width: 75%;*/
    }
}

@media (max-width: 699.98px) {
    .custom-blog-section {
        width: calc(100% - 5rem);
    }

    .custom-blog-section__tile {
        border-radius: 1rem;
        overflow: hidden;
        background: #e8edf3;
        color: var(--wp--preset--color--primary);
        margin-bottom: 1.6rem;
    }

    .custom-blog-section__post-thumbnail {
        position: relative;
        padding-top: 56%;
    }

    .custom-blog-section__post-thumbnail img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .custom-blog-section__content {
        padding: 2rem;
    }

    .custom-blog-section__post-date {
        font-size: 1.2rem;
        line-height: 3rem;
        font-weight: 300;
        margin-bottom: 0.9rem;
    }

    .custom-blog-section__content h3 {
        font-size: 1.8rem;
        line-height: 2.8rem;
        font-weight: 700;
        margin: 0 0 0.9rem !important;
    }

    .custom-blog-section__content p {
        font-size: 1.4rem;
        line-height: 2.4rem !important;
        font-weight: 300;
        margin-bottom: 2.1rem;
    }

    .custom-blog-section__content a {
        font-size: 1.4rem;
        line-height: 2.2rem;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--wp--preset--color--accent);
    }

    .custom-blog-section__content a:hover {
        color: var(--wp--preset--color--primary);
    }
}