@media (max-width: 1199px) {
    .main_logo{
        height: 200px;
    }
    .side-stripes {
        width: 200px;
    }
    .list p{
        font-size: 16px;
    }
    .news-grid .news-grid-item{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bg-lg-white{
        background-color:transparent;
    }

}
@media (max-width: 992px) {
    .hero-content-fixed {
        top: 20px;
        left: 20px;
        max-width: 90%;
    }
    .main_logo{
        height: 160px;
    }
    .side-stripes {
        width: 160px;
    }
    .exp-items-row{
        gap: 2rem;
    }
    .exp-item-block{
        font-size: 16px;
        padding: 2rem;
    }
    .my-fs{
        font-size: 16px !important;
    }
    .flag-container {
        margin: 3rem auto 0;

    }

    .posts-footer{
        margin-top: 2.5rem;
    }
    .posts-grid-row{
        --posts-main-card-height: 640px;
        --posts-card-width: auto;
        --posts-side-card-height: 196px;
        --posts-grid-gap: 16px;
        --posts-side-column-height: auto;
        display: block;
        gap: 0;
    }

    .posts-grid-row > [class*="col-"]{
        padding-left: 12px;
        padding-right: 12px;
    }

    .posts-grid-row{
        margin-left: -12px;
        margin-right: -12px;
    }

    .posts-main-column,
    .posts-side-column{
        flex: 1 1 auto;
        margin-top: 0;
        max-width: 100%;
    }

    .posts-side-column{
        margin-top: 1.5rem;
    }

    .post-side-img{
        min-width: 212px;
        width: 100%;
    }

    .posts-side-column > .post-side-card:first-child{
        margin-top: 0;
    }
    .post-side-content{
        width: 100%;
    }
    .post-side-content h5{
        font-size: 1.5rem;
    }

    .posts-all-link{
        font-size: 1.8rem;
    }

    .post-related-img{
        min-width: 170px;
        width: 45%;
    }

}

@media (max-width: 768px) {


    .hero-logo h1 {
        font-size: 3rem;
    }

    .hero-top-text h2,
    .hero-top-text h3 {
        font-size: 1.5rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .partner-logo-container {
        height: 100px;
    }

    .partner-logo {
        max-height: 60px;
    }
    .side-stripes {
        width: 44px;
    }
    .main_logo{
        height: 100px;
    }
    .toggler-icon{
        height: 25px;
    }
    .partners-carousel img{
        height: 30px;
    }
    .flag-container{
        width: 100%;
        padding: 1rem 4rem;

    }
    .posts-top-logo{
        margin-top: -0.75rem;
    }


    .posts-grid-row{
        --posts-main-card-height: auto;
        --posts-side-card-height: auto;
        --posts-side-column-height: auto;
    }

    .post-main-card,
    .posts-side-column{
        height: auto;
    }

    .post-main-card .post-main-img,
    .post-main-content{
        height: auto;
    }

    .post-main-card .post-main-img,
    .post-show-img{
        width: 100%;
        max-width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .post-side-card{
        min-height: 0;
        flex-direction: column;
        gap: 0 !important;
    }

    .post-side-img{
        width: 100%;
        min-width: 0;
        aspect-ratio: 16 / 9;
    }
    .post-main-img{
        aspect-ratio: 16 / 9;
        height: initial;
    }

    .posts-cta-btn{
        margin-left: 0;
    }

    .posts-bottom-divider{
        margin-top: 1.25rem;
        margin-bottom: 1rem;
    }

    .posts-all-link{
        font-size: 1.4rem;
    }

    .post-show-img{
        height: 220px;
    }

    .post-related-card{
        flex-direction: column;
    }

    .post-related-img{
        width: 100%;
        min-width: 0;
        height: 180px;
    }

    .news-card{
        min-height: 0;
        height: auto;
    }

    .news-card-img{
        width: 100%;
        min-width: 0;
        height: 190px;
    }

    .news-card-content{
        width: 100%;
        padding: 0.9rem 1rem 1rem;
    }

    .news-card-title{
        line-clamp: 3;
        -webkit-line-clamp: 3;
    }

    .contacts-text{
        white-space: normal;
    }
    .main-card-excerpt {
        display: -webkit-box;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.3;
        color: #1a2c47;
    }
}
