@media (min-width: 1024px)  {
            .hub--alternative .hub__main .hub__label.categoryLabel {
                font-size: 20px;
                height: 50px;
            }
        }

        @media screen and (min-width: 767px) {
            .hub__main img {
                min-width: 668px;
                object-fit: cover;
            }
        }


        @media screen and (min-width: 1300px) {
            .hub__main img {
                max-width: 668px;
            }

            .hub__label.categoryLabel.categoryLabel--main {
                font-size: 20px;
                height: 46px;
            }
        }

        .hub__title * {
            color: var(--black-color);
        }

        .hub__label.categoryLabel {
            max-height: 46px;
        }

        .hub {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .hub__head {
            display: flex;
            align-items: end;
            justify-content: space-between;
        }

        .hub_left {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .hub__wrapper {
            display: flex;
            gap: 32px;
            margin-top: 40px;
        }

        .hub__main,
        .hub__side {
            text-decoration: unset;
        }

        .hub__main-info {
            margin-top: 32px;
        }

        .hub__main img {
            max-height: 398px;
            border-radius: 16px;
        }

        .hub__side img {
            max-width: 220px;
            min-width: 220px;
            border-radius: 16px;
            height: 174px;
            object-fit: cover;
        }

        .hub__tag-date {
            display: flex;
            align-items: center;
            gap: 28px;
        }

        .hub__tag.standard-tag {
            font-size: 20px;
        }

        .hub__date {
            color: var(--grey-600, #4f4f4f);
            font-weight: 400;
            font-size: 20px;
            line-height: 150%;
            letter-spacing: 0;
        }

        .hub__main-title {
            padding-top: 24px;
            color: #0D1118;
        }

        .hub__details-bottom {
            margin-top: 16px;
            display: flex;
            align-items: center;
            gap: 28px;
        }

        .hub__read-time {
            color: var(--grey-600, #4f4f4f);
            font-size: 14px;
        }

        .hub__posts {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .hub__side {
            display: flex;
            gap: 16px;
            padding-bottom: 16px;
            padding-top: 16px;
            border-top: 1px solid #CFCFCF;
        }

        .hub__side:first-child {
            padding-top: unset;
            border-top: unset;
        }

        .hub__side:last-child {
            padding-bottom: unset;
        }

        .hub__side-title {
            margin-top: 24px;
            margin-bottom: 16px;
            color: #0D1118;
        }

        .hub__side-bottom {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .hub__date--mobile {
            display: none;
        }

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

            .hub__wrapper {
                flex-direction: column;
            }

            .hub__side img {
                max-width: 220px;
            }

            .hub__main img {
                width: 100%;
    height: auto;
                object-fit: cover;
            }

            .hub__head {
                gap: 16px;
                flex-wrap: wrap;
            }
            
            .hub_left {
                gap: 16px;
            }

            .hub__label.categoryLabel.categoryLabel--main {
                height: 37px;
            }
        }

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

            .hub {
                padding-top: 40px;
                padding-bottom: 40px;
            }

            .hub__main-title {
                font-size: 16px;
            }

            .hub__date {
                display: none;
            }

            .hub__details-bottom {
                justify-content: space-between;
            }

            .hub__date--mobile {
                display: block;
                color: var(--grey-600, #4f4f4f);
            }

            .hub__side:first-child {
                padding-top: 40px;
                border-top: 1px solid #CFCFCF;
            }

            .hub__side {
                padding-top: 24px;
                padding-bottom: 24px;
            }

            .hub__tag.standard-tag {
                font-size: 15px;
            }
        }

        @media screen and (max-width: 500px) {
            .hub__btn {
                display: none;
            }

            .hub__title br {
                display: none;
            }

            .hub__side img {
                display: none;
            }

            .standard__btn {
                width: 100%;
            }
        }

        .hub__date--alternative {
            display: none;
        }

        .hub--alternative .hub__date--alternative {
            display: block;
            font-weight: 400;
            font-size: 20px;
            line-height: 150%;
            letter-spacing: 0;
            color: var(--grey-600, #4f4f4f);
        }

        .hub--alternative .hub__label {
            margin-left: auto;
        }

        .hub--alternative .hub__wrapper {
            flex-direction: column;
            gap: 16px;
        }

        .hub--alternative .hub__main {
            display: flex;
            max-height: 259px;
            align-items: stretch;
        }

        .hub--alternative .hub__main-info {
            margin-top: unset;
            padding: 24px 24px 24px 32px;
            display: flex;
            flex-direction: column;
            width: 100%;
            background: #FEFEFE;
            box-shadow: 0px 4px 10px 0px #2D60E21A;
            border: 1px solid #F3F5FB;
            border-top-right-radius: 16px;
            border-bottom-right-radius: 16px;
            box-sizing: border-box;
        }

        .hub--alternative .hub__main-title {
            padding-top: 16px;
        }

        .hub--alternative .hub__details-bottom {
            margin-top: auto;
        }

        .hub--alternative .hub__main img {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            width: 100%;
    height: auto;
            object-fit: cover;
        }

        .hub--alternative .hub__side img {
            display: none;
        }

        .hub--alternative .hub__posts {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            flex-direction: row;
        }

        .hub--alternative .hub__side {
            flex: 1 1 calc((100% - 120px) / 4);
            display: flex;
            flex-direction: column;
            align-items: stretch;
            text-decoration: none;
            background: #FEFEFE;
            border-radius: 16px;
            overflow: hidden;
            box-sizing: border-box;
            border: 1px solid #F3F5FB;
            box-shadow: 0px 4px 4px 0px #2D60E20D, 0px 4px 4px 0px #E2E2E21A inset;
            padding: 24px;
        }

        .hub--alternative .hub__side-info {
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .hub--alternative .hub__side-info .hub__label {
            margin: 0;
        }

        .hub--alternative .hub__side-bottom {
            margin-top: auto;
        }

        .hub--alternative .hub__side-title {
            margin-top: 16px;
            margin-bottom: 24px;
        }


        @media screen and (max-width: 1200px) {
            .hub--alternative .hub__main {
                flex-direction: column;
                max-height: unset;
            }

            .hub--alternative .hub__main img {
                border-top-right-radius: 16px;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
            }

            .hub--alternative .hub__label {
                margin-left: unset;
            }

            .hub--alternative .hub__details-bottom {
                margin-top: 16px;
            }
        }



        @media (max-width: 1200px) {
            .hub--alternative .hub__side {
                flex: 0 1 calc((100% - 80px) / 3);
            }
        }

        @media (max-width: 1024px) {
            .hub--alternative .hub__side {
                flex: 0 1 calc((100% - 40px) / 2);
            }
        }

        @media (max-width: 768px) {
            .hub--alternative .hub__side {
                flex: 0 1 100%;
            }

            .hub--alternative .hub__date--alternative {
                display: none;
            }

            .hub--alternative .hub__posts {
                gap: 16px;
            }

            .hub--alternative .hub__wrapper {
                gap: 16px;
            }
        }
