.body-main-page {
    background: #0030B2;
    background: linear-gradient(90deg, rgba(0, 48, 178, 1) 0%, rgba(21, 66, 191, 1) 35%, rgba(0, 176, 240, 1) 100%);
}
#mobile-blue-logo {
    height: 30px;
}
#mobile-white-logo {
    height: 30px;
    display: none;
}


/* ---- MENU MOBILE ---- */
/* --------------------- */
#rec741281371 .t-menu__link-item {

    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;

    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;


}

#rec741281371 .t-menu__link-item.t-active:not(.t978__menu-link) {

    color: #00b0f0 !important;

}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

    #rec741281371 .t-menu__link-item,
    #rec741281371 .t-menu__link-item.t-active {

        opacity: 1 !important;

    }

}

#rec741281371 a.t-menusub__link-item {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;

}

#rec741281371 a.t282__menu__link {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;

}

/* ----------------- */
.t-menuburger {

    position: relative;

    flex-shrink: 0;

    width: 28px;

    height: 20px;

    padding: 0;

    border: none;

    background-color: transparent;

    outline: none;

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

    transition: transform .5s ease-in-out;

    cursor: pointer;

    z-index: 999;


}

/*---menu burger lines---*/
.t-menuburger span {

    display: block;

    position: absolute;

    width: 100%;

    opacity: 1;

    left: 0;

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

    transition: .25s ease-in-out;

    height: 3px;

    background-color: #000;


}

.t-menuburger span:nth-child(1) {

    top: 0px;


}

.t-menuburger span:nth-child(2),
.t-menuburger span:nth-child(3) {

    top: 8px;


}

.t-menuburger span:nth-child(4) {

    top: 16px;


}

/*menu burger big*/
.t-menuburger__big {

    width: 42px;

    height: 32px;


}

.t-menuburger__big span {

    height: 5px;


}

.t-menuburger__big span:nth-child(2),
.t-menuburger__big span:nth-child(3) {

    top: 13px;


}

.t-menuburger__big span:nth-child(4) {

    top: 26px;


}

/*menu burger small*/
.t-menuburger__small {

    width: 22px;

    height: 14px;


}

.t-menuburger__small span {

    height: 2px;


}

.t-menuburger__small span:nth-child(2),
.t-menuburger__small span:nth-child(3) {

    top: 6px;


}

.t-menuburger__small span:nth-child(4) {

    top: 12px;


}

/*menu burger opened*/
.t-menuburger-opened span:nth-child(1) {

    top: 8px;

    width: 0%;

    left: 50%;


}

.t-menuburger-opened span:nth-child(2) {

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);


}

.t-menuburger-opened span:nth-child(3) {

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);


}

.t-menuburger-opened span:nth-child(4) {

    top: 8px;

    width: 0%;

    left: 50%;


}

.t-menuburger-opened.t-menuburger__big span:nth-child(1) {

    top: 6px;


}

.t-menuburger-opened.t-menuburger__big span:nth-child(4) {

    top: 18px;


}

.t-menuburger-opened.t-menuburger__small span:nth-child(1),
.t-menuburger-opened.t-menuburger__small span:nth-child(4) {

    top: 6px;


}

/*---menu burger first style---*/
@media (hover),
(min-width:0\0) {

    .t-menuburger_first:hover span:nth-child(1) {

        transform: translateY(1px);


    }

    .t-menuburger_first:hover span:nth-child(4) {

        transform: translateY(-1px);


    }

    .t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {

        transform: translateY(3px);


    }

    .t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {

        transform: translateY(-3px);


    }


}

/*---menu burger second style---*/
.t-menuburger_second span:nth-child(2),
.t-menuburger_second span:nth-child(3) {

    width: 80%;

    left: 20%;

    right: 0;


}

@media (hover),
(min-width:0\0) {

    .t-menuburger_second.t-menuburger-hovered span:nth-child(2),
    .t-menuburger_second.t-menuburger-hovered span:nth-child(3) {

        animation: t-menuburger-anim 0.3s ease-out normal forwards;


    }

    .t-menuburger_second.t-menuburger-unhovered span:nth-child(2),
    .t-menuburger_second.t-menuburger-unhovered span:nth-child(3) {

        animation: t-menuburger-anim2 0.3s ease-out normal forwards;


    }


}

.t-menuburger_second.t-menuburger-opened span:nth-child(2),
.t-menuburger_second.t-menuburger-opened span:nth-child(3) {

    left: 0;

    right: 0;

    width: 100% !important;


}

/*---menu burger third style---*/
.t-menuburger_third span:nth-child(4) {

    width: 70%;

    left: unset;

    right: 0;


}

@media (hover),
(min-width:0\0) {

    .t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) {

        width: 100%;


    }


}

.t-menuburger_third.t-menuburger-opened span:nth-child(4) {

    width: 0 !important;

    right: 50%;


}

/*---menu burger fourth style---*/
.t-menuburger_fourth {

    height: 12px;


}

.t-menuburger_fourth.t-menuburger__small {

    height: 8px;


}

.t-menuburger_fourth.t-menuburger__big {

    height: 18px;


}

.t-menuburger_fourth span:nth-child(2),
.t-menuburger_fourth span:nth-child(3) {

    top: 4px;

    opacity: 0;


}

.t-menuburger_fourth span:nth-child(4) {

    top: 8px;


}

.t-menuburger_fourth.t-menuburger__small span:nth-child(2),
.t-menuburger_fourth.t-menuburger__small span:nth-child(3) {

    top: 3px;


}

.t-menuburger_fourth.t-menuburger__small span:nth-child(4) {

    top: 6px;


}

.t-menuburger_fourth.t-menuburger__small span:nth-child(2),
.t-menuburger_fourth.t-menuburger__small span:nth-child(3) {

    top: 3px;


}

.t-menuburger_fourth.t-menuburger__small span:nth-child(4) {

    top: 6px;


}

.t-menuburger_fourth.t-menuburger__big span:nth-child(2),
.t-menuburger_fourth.t-menuburger__big span:nth-child(3) {

    top: 6px;


}

.t-menuburger_fourth.t-menuburger__big span:nth-child(4) {

    top: 12px;


}

@media (hover),
(min-width:0\0) {

    .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {

        transform: translateY(1px);


    }

    .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {

        transform: translateY(-1px);


    }

    .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {

        transform: translateY(3px);


    }

    .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {

        transform: translateY(-3px);


    }


}

.t-menuburger_fourth.t-menuburger-opened span:nth-child(1),
.t-menuburger_fourth.t-menuburger-opened span:nth-child(4) {

    top: 4px;


}

.t-menuburger_fourth.t-menuburger-opened span:nth-child(2),
.t-menuburger_fourth.t-menuburger-opened span:nth-child(3) {

    opacity: 1;


}

/*---menu burger animations---*/
@keyframes t-menuburger-anim {

    0% {

        width: 80%;

        left: 20%;

        right: 0;


    }

    50% {

        width: 100%;

        left: 0;

        right: 0;


    }

    100% {

        width: 80%;

        left: 0;

        right: 20%;

    }
}

@keyframes t-menuburger-anim2 {

    0% {

        width: 80%;

        left: 0;


    }

    50% {

        width: 100%;

        right: 0;

        left: 0;


    }

    100% {

        width: 80%;

        left: 20%;

        right: 0;


    }
}

/* ----------------------- */
/* ---- END MENU MOBILE ---- */
/* --------------------- */


/* ---- MENU DESKTOP ---- */
/* --------------------- */
@media screen and (max-width: 980px) {
    #rec741281372 .t456__leftcontainer {
        padding: 20px;
    }
}

@media screen and (max-width: 980px) {
    #rec741281372 .t456__imglogo {
        padding: 20px 0;
    }
}

#rec741281372 .t-menu__link-item {

    position: relative;


}

#rec741281372 .t-menu__link-item:not(.t-active):not(.tooltipstered)::after {

    content: '';

    position: absolute;

    left: 0;

    bottom: 20%;

    opacity: 0;

    width: 100%;

    height: 100%;

    border-bottom: 0px solid #ffffff;

    -webkit-box-shadow: inset 0px -1px 0px 0px #ffffff;

    -moz-box-shadow: inset 0px -1px 0px 0px #ffffff;

    box-shadow: inset 0px -1px 0px 0px #ffffff;

    -webkit-transition: all 0.3s ease;

    transition: all 0.3s ease;

    pointer-events: none;


}

#rec741281372 .t-menu__link-item:not(.t-active):not(.tooltipstered):hover::after {

    opacity: 1;

    bottom: -0px;

}

#rec741281372 .t-menu__link-item:not(.t-active):not(.tooltipstered):focus-visible::after {

    opacity: 1;

    bottom: -0px;

}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

    #rec741281372 .t-menu__link-item,
    #rec741281372 .t-menu__link-item.t-active {

        opacity: 1 !important;


    }


}

#rec741281372 a.t-menusub__link-item {
    color: #000000;

}

#rec741281372 a.t-menu__link-item {
    font-size: 16px;
    color: #ffffff;

}

/* --------------------- */
/* ---- END MENU DESKTOP ---- */
/* --------------------- */

/* ---- MENU FLOATING ---- */
/* --------------------- */

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

    #rec741281373 .t456__leftcontainer {

        padding: 20px;


    }


}

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

    #rec741281373 .t456__imglogo {

        padding: 20px 0;


    }


}

#rec741281373 .t-menu__link-item {

    position: relative;


}

#rec741281373 .t-menu__link-item:not(.t-active):not(.tooltipstered)::after {

    content: '';

    position: absolute;

    left: 0;

    bottom: 20%;

    opacity: 0;

    width: 100%;

    height: 100%;

    border-bottom: 0px solid #00b0f0;

    -webkit-box-shadow: inset 0px -1px 0px 0px #00b0f0;

    -moz-box-shadow: inset 0px -1px 0px 0px #00b0f0;

    box-shadow: inset 0px -1px 0px 0px #00b0f0;

    -webkit-transition: all 0.3s ease;

    transition: all 0.3s ease;

    pointer-events: none;


}

#rec741281373 .t-menu__link-item:not(.t-active):not(.tooltipstered):hover::after {

    opacity: 1;

    bottom: -0px;

}

#rec741281373 .t-menu__link-item:not(.t-active):not(.tooltipstered):focus-visible::after {

    opacity: 1;

    bottom: -0px;

}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

    #rec741281373 .t-menu__link-item,
    #rec741281373 .t-menu__link-item.t-active {

        opacity: 1 !important;


    }


}

#rec741281373 a.t-menusub__link-item {
    color: #000000;

}

#rec741281373 a.t-menu__link-item {
    font-size: 16px;
    color: #011c6b;

}

.background-menu-mobile-top {
    background: rgba(255, 255, 255, 1);
}

.menu-mobile-button span {
    background-color: #00b0f0;
}

/* --------------------- */
/* ---- END MENU FLOATING ---- */
/* --------------------- */


/* ------- BODY - MAIN BLOG PAGE -------- */
/* --------------------- */

.blogs-main-container {
    font-family: sans-serif;
    color: white;
    padding: 0 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.hero {
    display: flex;
    gap: 0;
    padding-bottom: 20px;
}

.image-placeholder.large {
    flex: 2;
    height: 450px;
    position: relative;
    margin-right: 30px;
}

.image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #005bb5;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 1px 8px 20px 3px #4438385c;
}

.blogs-main-header {
    margin: 90px 150px 50px 0px;
}

.blogs-main-header h1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.blogs-main-header p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 29px;
    color: #FFFFFF;
}

.hero-text {
    flex: 1;
    padding: 0 10px;
}

.hero-text .date {
    height: 17px;
    color: #ffffffce;
}

.hero-text .description {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #ffffffc2;

    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.hero-text .main-link {
    font-family: 'Nunito';
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.hero-text a {
    text-decoration: none;
}

.hero-text h2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 10px 0 20px 0;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 40px;
    color: white;
    z-index: 2;
    padding: 10px 25px;
}


.tabs {
    display: flex;
    gap: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
    justify-content: space-around;
    overflow: hidden;
}

.tab {
    background: white;
    color: #0072ff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    width: 193px;
    height: 59px;
    border-radius: 100px;
    box-shadow: 1px 1px 12px 5px #0000001f;
    text-decoration: none;

    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #00A4F6;

    display: flex;
    justify-content: center;
    align-items: anchor-center;

}

.tab.active,
.tab:hover {
    background: orange;
    color: white;
    background: linear-gradient(58.6deg, #ED4B00 0%, #FFB700 100%);
    box-shadow: 0px 35px 35px -15px rgba(1, 28, 107, 0.2);
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
    padding-top: 10px;
}

.card-blog {
    /* background: rgba(255, 255, 255, 0.05); */
    border-radius: 12px;
}

.card-blog .date {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 7px;
}

.card-blog .b-link {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #FFFFFF;
    text-decoration: none;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.card-blog .category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 40px;
    color: white;
    z-index: 2;
    padding: 10px 25px;
}

.image-placeholder.small {
    background: #003d80;
    height: 250px;
    border-radius: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 17px 13px #384e8947;
}

.highlight {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
    margin-top: 50px;
}

.blog-with-banner {
    margin-top: 30px;
}

.blog-with-banner a {
    text-decoration: none;
}

.blog-with-banner h2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 10px 0 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-with-banner .description {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #ffffffc2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 80px;
}

.blog-with-banner .main-link {
    font-family: 'Nunito';
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.blog-with-banner-container {
    flex: 2;
}

.banner-right-container {
    flex: 1;
}

.banner-right {
    background: white;
    height: 774px;
    Width: auto;
    border-radius: 20px;
    margin-left: 15px;
    overflow: hidden;
    box-shadow: 1px 8px 20px 3px #4438385c;
}

.banner-right img {
    width: 100%;
    object-fit: cover;
}

.blog-paginator {
    height: 150px;
}


.banner-right-container-mobile img {
    width: 100%;
    margin-bottom: 20px;
}

.blog-filter-container {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid white;
    font-weight: 100;
}

#blog-filter-box {
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    text-align: center;
    border-radius: 35px 35px 0 0;
    padding: 25px 15px;
    margin-bottom: -400px;
    transition: .5s;
}

.filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
}

.filter-options .tab {
    display: inline-flex;
    width: 44%;
    height: 50px;
    background: #F4F2F2;
}

.filter-options .active {
    background: linear-gradient(58.6deg, #ED4B00 0%, #FFB700 100%);
}

.filter-title {
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;

}

.blog-filter-cover {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #00000065;
    z-index: 19;
}

.filter-close-button {
    background: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -18px;
}

#filter-pannel {
    display: none;
}

@media (max-width: 768px) {
    .blogs-main-header {
        margin: 40px 0;
    }

    .blogs-main-header h1 {
        font-size: 30px;
    }

    .blogs-main-header p {
        font-size: 17px;
        line-height: 20px;
    }

    .blogs-main-container .hero {
        flex-direction: column;
    }

    .blogs-main-container {
        padding: 0 15px;
    }

    .image-placeholder.large {
        margin-right: 0;
    }

    .image-placeholder.large img {
        border-radius: 15px;
        box-shadow: 1px 1px 9px 2px #4438384a;
    }

    .hero-text {
        margin-top: 20px;
    }

    .hero-text h2 {
        font-size: 24px;
        line-height: 1.2;
        margin: 10px 0
    }

    .hero-text .description {
        line-height: 1.15;
        color: white;
        font-size: 18px;
        font-weight: 100;
    }

    .hero-text .main-link {
        font-weight: bold;
    }

    .image-placeholder.large {
        height: 250px;
    }

    .blogs-main-container .highlight {
        margin-bottom: 0;
    }

    .blog-with-banner h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    .image-placeholder.small,
    .image-placeholder.small img {
        border-radius: 15px;
        box-shadow: 1px 1px 9px 2px #4438384a;
    }
}

/* ------- END BODY -------- */
/* --------------------- */


/* ------- BODY - SINGLE BLOG -------- */
/* --------------------- */

/* For the TopMenu to combine with white background */
.t456.t456__positionfixed {
    box-shadow: 0 1px 8px 2px #80808063 !important;
}

/* CSS for Tilda content */
.blog-main-content {
    overflow: hidden;
}

.blog-main-content .t-text,
.blog-main-content .t-heading,
.blog-main-content .t-heading_sm,
.blog-main-content .t-descr {
    color: #444 !important;
    line-height: 1.6 !important;
    font-family: 'Nunito' !important;
    font-size: 17px !important;
}

.blog-main-content .t-prefix_1 {
    padding-left: 0 !important;
}

.t-col {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* END CSS for Tilda content */



/* Styles for the single blog page */
.single-blog {
    background: white;
}

.single-blog a {
    text-decoration: none;
}

.single-blog h1 {
    max-width: 800px;
}

.single-blog h1 a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.3;
    color: #000000;
}

.blog-image {
    width: 100%;
    border-radius: 25px;
}

.author-blog {
    border: 1px solid #05AEEF;
    border-radius: 25px;
    padding: 30px;
}

.author-blog img {
    width: 65px;
    border-radius: 50%;
}

.author-blog h3 {
    margin-top: 10px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
}

.author-blog p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.side-banner-single-blog img {
    width: 100%;
    margin-top: 40px;
}

.bottom-links {
    border-top: 4px solid #99DFF9;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.bottom-links a {
    text-decoration: none;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #05AEEF;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;

}


.container {
    max-width: 1200px;
    margin: 0 auto;
}

.single-blog header {
    padding: 70px 0 40px 0;
}


.single-blog main {
    display: flex;
    flex: 1;
    gap: 40px;
}

#main-content {
    flex: 2;
}

#side-content {
    flex: 1;
    overflow: hidden;
}

/* styles for mobile */
@media (max-width: 768px) {
    main {
        flex-direction: column;
    }

    #main-content,
    #side-content {
        flex: 1;
    }

    .single-blog #main-content {
        order: 2;
    }

    .single-blog #side-content {
        order: 1;
    }

    .single-blog footer {
        order: 3;
    }
}


/* styles */

#posts-content {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

#posts-content h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin-bottom: 10px;
}

#posts-content .container-related-posts {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 170px;
}

.card {
    width: 31%;
    background-color: #fff;
    overflow: hidden;
}

.container-related-posts .image {
    height: 250px;
    position: relative;
}

.container-related-posts .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    overflow: hidden;
}

.container-related-posts .content {
    padding: 20px 0;
}

.container-related-posts .content p {
    margin-bottom: 10px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.container-related-posts .content h2 {
    margin-bottom: 10px;
}

.container-related-posts .content h2 a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
}

.container-related-posts .category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 40px;
    color: white;
    z-index: 2;
    padding: 10px 25px;
}

.only-mobile {
    display: none;
}

@media (max-width: 768px) {
    .single-blog {
        padding: 0 10px;
    }

    .single-blog header {
        padding: 10px 0;
    }

    .single-blog h1 {
        padding: 15px 0;
    }

    .single-blog h1 a {
        font-size: 26pt;
    }

    .single-blog #main-content {
        order: 1;
    }

    .single-blog #side-content {
        order: 2;
    }

    .only-mobile {
        display: block;
    }

    .not-in-mobile {
        display: none !important;
    }

    .single-blog main {
        gap: 0;
    }

    .author-blog {
        display: flex;
        gap: 20px;
        padding: 10px;
        border-radius: 15px;
        border-width: 2px;
    }

    .author-blog h3 {
        margin-top: 5px;
    }

    .author-blog img {
        margin-left: 7px;
    }

    .side-banner-single-blog img {
        margin: 20px 0;
    }

    .bottom-links {
        padding: 25px 0;
    }

    #posts-content h3 {
        font-size: 22pt;
        margin-top: 35px;
    }

    #posts-content .container-related-posts {
        flex-direction: column;
        margin-bottom: 80px;
    }

    .container-related-posts .card {
        width: 100%;
    }

    .container-related-posts .content p {
        margin-bottom: 5px;
    }

    .container-related-posts .content h2 {
        line-height: 1;
    }

    .container-related-posts .content h2 a {
        font-size: 19px;
    }
}

/* ------- END BODY -------- */
/* --------------------- */