@media only screen and (min-width: 1200px) {
    
}

@media only screen and (min-width: 1400px) {
    .primary-menu .nav-item:first-child .nav-link {
        padding-left: 0 !important;
    }
    .primary-menu .nav-link::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 15px;
        background-color: #d8d9da;
        right: 0;
        top: 25%;
    }
    .primary-menu .nav-item:last-child > .nav-link::after {
        content: '';
        display: none;
    }
}
@media only screen and (max-width: 1400px) {
    .menu-primary {
        position: absolute;
        left: 0;
        top: 55px;
        width: 100%;
        background-color: #fff;
    }
}

@media only screen and (max-width: 1200px) {
    
}

@media only screen and (max-width: 992px) {
    .fs-32 {
        font-size: 22px;
        line-height: 30px;
    }
    .fs-48 {
        font-size: 40px;
        line-height: 45px;
    }
    .social-share i {
        width: 20px;
    }
    .post-img {
        height: 200px;
    }
}

@media only screen and (max-width: 768px) {
    .fs-43 {
        font-size: 34px;
        line-height: 40px;
    }
    .latest-posts .col:last-child {
        display: block;
    }
    .post-img,
    .h-p {
        height: 150px;
    }
}

@media only screen and (max-width: 576px) {
    .fs-16 {
        font-size: 14px;
        line-height: 18px;
    }
    .fs-21 {
        font-size: 14px;
        line-height: 19px;
    }
    .fs-48 {
        font-size: 33px;
        line-height: 40px;
    }
    .post-img,
    .h-p {
        height: 130px;
    }
    .author-box-avatar {
        width: 150px;
    }
}

@media only screen and (max-width: 412px) {
    .fs-48 {
        font-size: 30px;
        line-height: 40px;
    }
    .post-img,
    .h-p {
        height: 100px;
    }
}