
.blog-hub{
    font-family: 'Open Sans', sans-serif;
}
.blog-hub p,
.blog-hub h1,
.blog-hub h2,
.blog-hub h3,
.blog-hub h4,
.blog-hub h5,
.blog-hub h6{
    margin: 0;
}
.blog-hub section{
    width: 100%!important;
}
@media (max-width: 768px) {
    .blog-hub .container{
        padding-left: 28px!important;
        padding-right: 28px!important;
    }
}
.blog-hub__hidden-title{
    position: absolute;
    left: -9998px;
}



.blog-hub__promo{
    margin-bottom: 28px;
}
@media (max-width: 768px) {
    .blog-hub__promo{
        margin-bottom: 20px;
    }
}


.blog-hub__list {
    margin-bottom: 35px;
}
.blog-hub__list-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.blog-hub__list-container>* {
    width: calc(100% / 4 - 12px);
    margin: 0 6px 12px;
}
.blog-hub__list-btn {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}
.blog-hub__list-btn .blog-hub__banner-btn {
    margin-left: 0;
    color: #EC7A34 !important;
    background: #fff;
    border: 1px solid #EC7A34;
}
@media (max-width: 768px) {
    .blog-hub__list-container {
        margin: 0;
        flex-direction: column;
    }
    .blog-hub__list-container > * {
        width: 100%;
    }
    .blog-hub__list {
        margin-bottom: 32px;
    }
}


.blog-hub__banner{
    margin-bottom: 58px;
}
.blog-hub__banner-container{
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.blog-hub__banner-img {
    width: 35.5%;
    flex-shrink: 0;
    margin-right: 36px;
}
.blog-hub__banner-img > * {
    width: 100%;
}
.blog-hub__banner-title > * {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #6A96C3;
}
.blog-hub__banner-title > * > * {
    display: block;
    color: #EC7A34;
}
.blog-hub__banner-btn {
    margin-left: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    outline: none;
    color: #fff !important;
    width: max-content;
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 25px;
    background: #FD7211;
    border-radius: 7px;
    text-align: center;
    font-weight: bold;
    min-width: max-content;
}
@media (max-width: 768px) {
    .blog-hub__banner-container {
        padding: 0;
        flex-direction: column;
    }
    .blog-hub__banner-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .blog-hub__banner-title > * {
        font-size: 27px;
        line-height: 36px;
    }
    .blog-hub__banner-btn {
        margin-left: 0;
        font-size: 13px;
        line-height: 18px;
        border-radius: 10px;
        margin-top: 25px;
        width: 100%;
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .blog-hub__banner {
        margin-bottom: 37px;
    }
    .blog-hub__banner-title {
        min-width: 260px;
        width: 81%;
        max-width: 420px;
    }
    .blog-hub__list-btn .blog-hub__banner-btn {
        margin-top: 0;
    }
}






.blog-post{
    background: #EBEBEB;
    border-radius: 15px;
}
.blog-post__img{
    display: block;
    position: relative;
}
.blog-post__img::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 65%;
}
.blog-post__img>*{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.blog-post__content{
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
}
.blog-post__title{
    text-align: center;
    min-height: 58px;
    margin-bottom: 7px;
}
.blog-post__title>*{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
}
.blog-post__subtitle{
    text-align: center;
    margin-bottom: 4px;
}
.blog-post__subtitle>*{
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    color: #000000;
}
.blog-post__btn{
    display: flex;
    justify-content: center;
    margin-top: auto;
}

.blog-post.blog-post--big{
    border-radius: 0;
    display: flex;
}
.blog-post.blog-post--big .blog-post__content{
    padding: 67px;
    justify-content: center;
}
.blog-post.blog-post--big .blog-post__title{
    margin-bottom: 13px;
    text-align: left;
    max-width: 63%;
}
.blog-post.blog-post--big .blog-post__title>*{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #585858;
}
.blog-post.blog-post--big .blog-post__subtitle{
    text-align: left;
}
.blog-post.blog-post--big .blog-post__btn{
    justify-content: flex-start;
    margin-top: 0;
}
.blog-post.blog-post--big .blog-post__img{
    width: 50%;
    flex-shrink: 0;
    max-height: 450px;
}
.blog-post.blog-post--big .blog-post__img::before{
    padding-top: 60%;
}
.blog-post.blog-post--big .blog-post__img>*{
    border-radius: 0;
}
@media (max-width: 768px) {
    .blog-post__content {
        padding: 13px 10px 16px;
    }
    .blog-post__title {
        min-height: unset;
        margin: 0 auto 7px;
        width: 77%;
        min-width: 230px;
        max-width: 300px;
    }
    .blog-post__img {
        max-height: 200px;
    }
    .blog-post__img::before {
        padding-top: 43%;
    }
    .blog-post__subtitle > * {
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 1.5px;
    }
    .blog-post__subtitle {
        margin-bottom: 5px;
    }

    .blog-post.blog-post--big .blog-post__title {
        margin: 0 auto 13px;
        max-width: 230px;
        min-width: unset;
        text-align: center;
    }
    .blog-post.blog-post--big {
        flex-direction: column;
    }
    .blog-post.blog-post--big .blog-post__img {
        width: 100%;
    }
    .blog-post.blog-post--big .blog-post__content {
        padding: 13px 28px 20px;
    }
    .blog-post.blog-post--big .blog-post__subtitle {
        text-align: center;
    }
    .blog-post.blog-post--big .blog-post__title > * {
        font-size: 20px;
        line-height: 26px;
    }

}









/* OLD CSS (can be deleted)*/
.blog-hub-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: "Open Sans", sans-serif;
}

.blog-hub-header__row-1 {
    background-color: #fa6b27;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10% 0 5%;
}

.blog-hub-header__logo {
    margin: 10px 0;
}

.blog-hub-header__logo > img {
    height: 60px;
}

.blog-hub-header__nav-container {
    display: flex;
    align-items: center;
}

.blog-hub-header__mob-toggle,
.blog-hub-header__mob-check {
    display: none;
}

.blog-hub-header__nav {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blog-hub-header__nav > li {
    margin-right: 60px;
}

.blog-hub-header__nav > li > a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.blog-hub-header__nav > li > a:hover {
    color: #fff;
    text-transform: none;
}

.blog-hub-header__search {
    margin-right: 30px;
}

.blog-hub-header__search > img {
    width: 18px;
}

.blog-hub-header__back {
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 11px;
    padding: 5px 15px;
    color: #fff;
    transition: all 0.3s;
}

.blog-hub-header__back:hover {
    text-transform: uppercase;
    text-decoration: none;
    color: #fa6b27;
    background-color: #fff;
}

.blog-hub-header__row-2 {
    background-color: #2c91c7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 0;
}

.blog-hub-header__row-2 > a,
.blog-hub-header__row-2 > a:hover {
    color: #fff;
    text-decoration: none;
    position: relative;
}

.blog-hub-header__row-2 > a:not(:last-child) {
    margin-right: 80px;
}

.blog-hub-header__row-2 > a:not(:first-child)::before {
    content: "|";
    display: block;
    position: absolute;
    left: -40px;
    font-size: 10px;
    color: #707070;
}

.blog-hub .title {
    color: #2c91c7;
    font-size: 40px;
    font-weight: lighter;
    text-align: center;
}

.blog-hub .language-selector {
    display: grid;
    grid-template-columns: 80px 1fr 80px;
    grid-column-gap: 30px;
    margin: 40px 0;
}

.blog-hub .language-selector--mobile {
    display: none;
}

.blog-hub .language-selector__nav--right {
    display: block;
    height: 80px;
    background-image: url("../images/nav-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 52px;
    justify-self: flex-end;
}

.blog-hub .language-selector__nav--left {
    display: block;
    height: 80px;
    background-image: url("../images/nav-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 52px;
    transform: rotate(180deg);
}

.blog-hub .language-selector__languages {
    display: flex;
    overflow: hidden;
    align-items: center;
}

.blog-hub .language-selector__language {
    display: flex;
    flex-direction: column;
    min-width: 7%;
    margin: 0 35px;
    align-items: center;
}

.blog-hub .language-selector__language > img {
    width: 100%;
}

.blog-hub .language-selector__language > h4 {
    color: #848484;
    font-weight: bolder;
    font-size: 10px;
    text-transform: uppercase;
}

.blog-hub .language-selector__language:hover,
.blog-hub .language-selector__language:active,
.blog-hub .language-selector__language:visited {
    text-transform: none;
}

.blog-hub .categories-selector {
    display: flex;
    overflow-x: auto;
    width: 90%;
    flex: wrap;
    justify-content: space-between;
    margin: 30px 0 20px;
}

.blog-hub .categories-container {
    margin-left: 10vw;
}

.blog-hub .categories-container .title {
    margin-left: -200px;
    margin-top: -30px;
}

.blog-hub .categories-selector--mobile {
    display: none;
}

.blog-hub .categories-selector__category {
    color: #2c91c7;
    background-color: transparent;
    border: 2px solid #2c91c7;
    border-radius: 10px;
    font-size: 13px;
    font-weight: bold;
    margin: 6px;
    align-self: center;
    white-space: nowrap;
    cursor: pointer;
}

.blog-hub .categories-selector__category > label {
    padding: 8px 20px;
    margin-bottom: 0;
    cursor: pointer;
}

.blog-hub .categories-selector__category--selected {
    color: #fff;
    background-color: #2c91c7;
}

.blog-hub .clear-filters {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.blog-hub .clear-filters__btn {
    color: #fa6b27;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    border-radius: 8px;
    padding: 8px 20px;
    background-color: transparent;
    outline: none;
    border: 2px solid #fa6b27;
}


.blog-hub .online-classes-banner {
    margin: 20px 0;
    display: flex;
}

.blog-hub .online-classes-banner__content {
    width: 50%;
    border-top: 1px solid #f56926;
    border-bottom: 1px solid #f56926;
    border-left: 1px solid #f56926;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 30px 80px;
}

.blog-hub .online-classes-banner__image {
    width: 50%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog-hub .online-classes-banner__title {
    color: #fd7021;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.35;
    margin: 0;
}

.blog-hub .online-classes-banner__text {
    color: #707070;
    font-size: 18px;
    margin: 20px 0 10px;
}

.blog-hub .online-classes-banner__platforms {
    display: flex;
    margin: 20px 0;
}

.blog-hub .online-classes-banner__platforms > img {
    height: 50px;
    width: auto;
}

.blog-hub .online-classes-banner__platforms > img:not(:last-of-type) {
    margin-right: 20px;
}

.blog-hub .online-classes-banner__btns {
    display: flex;
}

.blog-hub .online-classes-banner__btns > a:first-of-type {
    color: #f56926;
    border: 1px solid #f56926;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 5px 15px;
    font-family: "Helvetica Neue", sans-serif;
    margin-right: 20px;
}

.blog-hub .online-classes-banner__btns > a:last-of-type {
    background-color: #f56926;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 5px 15px;
    font-family: "Helvetica Neue", sans-serif;
}

.blog-hub .online-classes-banner__btns > a:hover {
    text-decoration: none;
}

.blog-hub .see-older {
    color: #fff;
    text-transform: uppercase;
    background-color: #f56926;
    padding: 5px 50px;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 30px auto;
    display: block;
    width: 350px;
    text-align: center;
    border-radius: 15px;
}

.blog-hub .see-older:hover {
    text-decoration: none;
}

.blog-hub .level-test-banner {
    background: url("../images/level-test-blog-hub.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    margin: 20px 0 40px;
    position: relative;
    padding-bottom: 23.3%;
}

.blog-hub .level-test-banner__content {
    position: absolute;
    left: 60%;
    transform: translate(-60%, -50%);
    width: 45%;
    display: flex;
    flex-direction: column;
    top: 50%;
}

.blog-hub .level-test-banner__text {
    background: white;
    color: #fa6b27;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0;
    padding: 20px 40px 10px;
}

.blog-hub .level-test-banner__img-mob {
    display: none;
}

.blog-hub .level-test-banner__highlight {
    background: #fa6b27;
    color: #fff;
    font-size: 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 40px;
    font-weight: normal;
}

.blog-hub .level-test-banner__cta {
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    text-align: center;
}

.blog-hub .level-test-banner__cta > span {
    color: #fa6b27;
    font-weight: bold;
    font-size: 11px;
}

.blog-hub .level-test-banner__cta > a {
    margin-top: 10px;
    background-color: #fa6b27;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    font-family: "Arial", sans-serif;
}

.blog-hub .level-test-banner__cta > a:hover {
    text-decoration: none;
}

.blog-hub.pre-footer {
    background-color: #2c91c7;
    padding: 20px 0;
}

.blog-hub .pre-footer__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-hub .pre-footer__title {
    color: #fff;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    max-width: 110px;
    line-height: 23px;
}

.blog-hub .pre-footer__follow,
.blog-hub .pre-footer__reviews {
    display: flex;
    align-items: center;
}

.blog-hub  .pre-footer__reviews .pre-footer__title{
    max-width: 145px;
}

.blog-hub .pre-footer__follow > ul,
.blog-hub .pre-footer__reviews > ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

.blog-hub .pre-footer__follow > ul > li:not(:last-of-type),
.blog-hub .pre-footer__reviews > ul > li:not(:last-of-type) {
    margin-right: 14px;
}

.blog-hub .pre-footer__follow > ul > li > a,
.blog-hub .pre-footer__follow > ul > li > a > img {
    height: 30px;
}

.blog-hub .pre-footer__reviews > ul > li > a,
.blog-hub .pre-footer__reviews > ul > li > a > img {
    height: 70px;
}

.blog-hub .pre-footer__thumb {
    background-image: url("../images/footer/thumb.png");
    display: block;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
}

.blog-hub.footer {
    background-color: #fff;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-hub .footer__title {
    color: #2c91c7;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: lighter;
    margin-top: 0;
    margin-bottom: 20px;
}

.blog-hub .footer__countries {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
}

.blog-hub .footer__country {
    color: #707070;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
}

.blog-hub .footer__country > a {
    color: #707070;
    text-decoration: none;
}

.blog-hub .footer__country:not(:last-of-type) {
    margin-right: 30px;
}

.blog-hub .footer__country:not(:last-of-type)::after {
    content: "·";
    display: block;
    font-weight: bold;
    position: absolute;
    right: -15px;
    top: 0;
}

.blog-hub .footer__text {
    text-align: center;
    font-size: 11px;
    margin: 20px 0 0;
    color: #707070;
}

.blog-hub .footer__text > b {
    display: block;
    margin: 10px 0 0;
    color: #707070;
}

.blog-hub .open-groups-banner {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    border-radius: 25px;
    background-color: #fa6b27;
    color: #fff;
}

.blog-hub .open-groups-banner__img-1 {
    background-image: url("../images/blog-hub/open-groups-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.blog-hub .open-groups-banner__img-2 {
    background-image: url("../images/blog-hub/open-groups-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.blog-hub .open-groups-banner__content {
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
}

.blog-hub .open-groups-banner__title {
    font-size: 40px;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 0;
}

.blog-hub .open-groups-banner__subtitle {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.blog-hub .open-groups-banner__content > p {
    font-size: 14px;
    margin: 20px 0 15px;
}

.blog-hub .open-groups-banner__content > a {
    color: #fa6b27;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 10px 20px;
    align-self: flex-start;
    border-radius: 8px;
    text-align: center;
}
.blog-hub .pre-footer__reviews > ul {
    margin-left: 0;
}
.blog-hub .pre-footer__reviews > ul > li:not(:last-of-type) {
    margin-right: 0;
}
@media (min-width: 1000px) and (max-width: 1200px) {
    .blog-hub .open-groups-banner__title,
    .blog-hub .open-groups-banner__subtitle {
        font-size: 30px;
    }
}

@media (max-width: 999px) {
    .blog-hub .open-groups-banner {
        grid-template-columns: 1fr;
    }

    .blog-hub .open-groups-banner__img-1 {
        background-image: url("../images/blog-hub/open-groups-1-mobile.jpg");
        border-top-left-radius: 25px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 25px;
        padding-bottom: 55%;
    }

    .blog-hub .open-groups-banner__img-2 {
        background-image: url("../images/blog-hub/open-groups-2-mobile.jpg");
        border-top-right-radius: 0;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
        padding-bottom: 55%;
    }

    .blog-hub .open-groups-banner__content {
        padding: 20px 30px;
    }
}
@media (max-width: 991px) {
    .blog-hub-header {
        z-index: 11;
        background-color: #fa6b27;
    }
    .blog-hub-header__logo {
        z-index: 12;
    }
    .blog-hub-header__row-1 {
        padding: 0 5%;
    }
    .blog-hub-header__mob-toggle {
        background-image: url("../images/bars-solid.svg");
        background-size: contain;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        cursor: pointer;
        z-index: 12;
        fill: #fff;
    }
    .blog-hub-header__nav-container {
        position: absolute;
        left: -100vw;
        width: 100vw;
        height: 100vh;
        background-color: #fa6b27;
        top: 0;
        transition: all 0.5s;
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 7%;
        padding-right: 7%;
        padding-top: 22vh;
    }
    .blog-hub-header__mob-check:checked + .blog-hub-header__nav-container {
        left: 0;
    }
    .blog-hub-header__nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog-hub-header__nav > li {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .blog-hub-header__back {
        margin-top: 60px;
        align-self: center;
    }
    .blog-hub-header__row-2 {
        background-color: #fa6b27;
        padding: 10px 0;
    }
    .blog-hub-header__row-2 > a:not(:last-child) {
        margin-right: 10px;
    }
    .blog-hub-header__row-2 > a,
    .blog-hub-header__row-2 > a:hover {
        color: #fff;
        text-decoration: none;
        position: relative;
        background: #2c91c7;
        padding: 4px 10px;
        border-radius: 5px;
    }
    .blog-hub-header__row-2 > .quick-inquiry,
    .blog-hub-header__row-2 > .level-tests {
        z-index: 12;
    }
    .blog-hub-header__row-2 > .skype-trial,
    .blog-hub-header__row-2 > .listening-tests {
        display: none;
    }
    .blog-hub .language-selector,
    .blog-hub .categories-selector {
        display: none;
    }
    .blog-hub .language-selector--mobile,
    .blog-hub .categories-selector--mobile {
        display: block;
        margin: auto;
        max-width: 75%;
        margin-bottom: 20px;
    }

    .blog-hub .clear-filters {
        margin-bottom: 0;
    }

    .blog-hub .title {
        font-size: 28px;
    }

    .blog-hub .categories-container {
        margin-left: 0;
    }

    .blog-hub .categories-container .title {
        margin: 30px 0 10px;
    }

    .blog-hub .select {
        display: block;
        font-size: 13px;
        font-family: "Arial", sans-serif;
        font-weight: 400;
        color: #acacac;
        line-height: 1.3;
        padding: 0.6em 1.4em 0.5em 0.8em;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0;
        border: 2px solid #2390ca;
        box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
        border-radius: 0.5em;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-color: #fff;
        background-image: url("../images/caret-down.png");
        background-repeat: no-repeat;
        background-position: right 0.7em top 50%;
        background-size: 10px;
        height: 45px;
    }
    .blog-hub .select::-ms-expand {
        display: none;
    }
    .blog-hub .select:focus {
        border-color: #aaa;
        box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
        box-shadow: 0 0 0 3px -moz-mac-focusring;
        color: #222;
        outline: none;
    }
    .blog-hub .select option {
        font-weight: normal;
    }
    .blog-hub .blog-posts-container {
        grid-template-columns: 1fr 1fr;
        padding: 40px 20px 0;
    }
    .blog-hub .blog-post__title {
        font-size: 18px;
    }
    .blog-hub .blog-post--big > .blog-post__title {
        font-size: 30px;
    }
    .blog-hub .online-classes-banner__content {
        width: 100%;
        padding: 20px 20px 0;
        border: 0;
    }
    .blog-hub .online-classes-banner__title {
        font-size: 24px;
    }
    .blog-hub .online-classes-banner__text {
        font-size: 14px;
        text-align: center;
    }
    .blog-hub .online-classes-banner__platforms {
        justify-content: center;
    }
    .blog-hub .online-classes-banner__platforms > img {
        height: 40px;
    }
    .blog-hub .online-classes-banner__platforms > img:not(:last-of-type) {
        margin-right: 10px;
    }
    .blog-hub .online-classes-banner__image {
        display: none;
    }
    .blog-hub .online-classes-banner__btns {
        flex-direction: column;
        align-items: center;
    }
    .blog-hub .online-classes-banner__btns > a:first-of-type {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .blog-hub .level-test-banner {
        background-image: none;
        margin: 20px 0 0;
        padding-bottom: 0;
    }
    .blog-hub .level-test-banner__content {
        position: relative;
        left: 0;
        transform: none;
        width: 100%;
        top: 0;
        background-color: #fa6b27;
    }
    .blog-hub .level-test-banner__text {
        background: #fa6b27;
        color: #fff;
        font-size: 16px;
        border-radius: 0 !important;
        line-height: 1.5;
    }
    .blog-hub .level-test-banner__img-mob {
        display: block;
        width: 100%;
    }
    .blog-hub .level-test-banner__highlight {
        font-size: 20px;
        font-weight: bold;
        border-radius: 0 !important;
    }
    .blog-hub .level-test-banner__cta {
        position: relative;
        transform: none;
        right: 0;
        background-color: #fd6b10;
        padding: 30px 0;
        align-items: center;
    }
    .blog-hub .level-test-banner__cta > span {
        color: #fff;
        font-size: 16px;
    }
    .blog-hub .level-test-banner__cta > a {
        border: 1px solid #fff;
        font-size: 18px;
        padding: 15px 45px;
        margin-top: 30px;
    }
    .blog-hub.pre-footer {
        padding: 0 5% 20px;
    }
    .blog-hub .pre-footer__content,
    .blog-hub .pre-footer__follow,
    .blog-hub .pre-footer__reviews {
        flex-direction: column;
    }
    .blog-hub .pre-footer__thumb {
        display: none;
    }
    .blog-hub .pre-footer__title {
        font-size: 18px!important;
        margin: 30px 0 10px!important;
        max-width: unset!important;
    }
    .blog-hub .pre-footer__follow .pre-footer__title{
        margin-top: 0 !important;
    }
    .blog-hub .footer__title {
        font-size: 36px;
        text-align: center;
    }
    .blog-hub .footer__countries {
        flex-direction: column;
        text-align: center;
        border-bottom: 0;
    }
    .blog-hub .footer__country:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .blog-hub .footer__country:not(:last-of-type)::after {
        display: none;
    }
    .blog-hub .pre-footer__follow > ul, .blog-hub .pre-footer__reviews > ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .blog-hub.footer-new.pre-footer {
        padding: 35px 0 26px;
    }
}
