body {
     overflow-x: hidden;
}

.main-heading {
    margin-top: 72px;
    font-family: Poppins-Bold, sans-serif;
    color: #FFFFFF;
    font-size: 6.25rem;    
    top: 0;
}
.filter-container {
    margin-top: 40px;
    margin-bottom: 80px;
    align-items: center;
}
.filter-container p {
    font-size: 14px;
}
.filter-container .col-lg-11 {
    display: flex;
    align-items: center;
}
.filter-tag {
    font-family: Poppins-Regular, sans-serif;
    position: relative;
    transition: border 0.2s ease-in-out;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    font-size: 14px;
    padding: 15px;
    height: fit-content;
    margin-bottom: 0;
    padding: 8px;
    margin-right: 4px;
}

.filter-tag.active {
    font-family: Poppins-SemiBold, sans-serif;    
}
.filter-tag.active, .filter-tag:hover {
    color: #FFFFFF;
}
.filter-tag.active:after {
    background-color: #1C1B1B;
}
.filter-tag:hover:after {
    background-color: #393939;
}
.filter-tag:hover:after, .filter-tag.active:after {    
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

.filter-container .label {
    color: #1C1B1B;
    font-family: Poppins-Medium, sans-serif;
    margin-bottom: 0;
}
.projects .btn {
    background-color: #1C1B1B;
    font-size: 18px;
    font-family: Poppins-SemiBold, sans-serif;
    color: #FFFFFF;
    margin-top: 16px;
    width: 100%;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.projects .btn:hover {
    font-family: Poppins-Bold, sans-serif;
    background-color: #393939;
}
.blog-container {
    display: inline-block;
}

.projects .mobile {
    width: 100%;
}
.blog-container {
    margin-bottom: 26px;
}
.blog-summary .story:after {
    width: 24px;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    right: -32px;
}
.projects .blog-summary .story {
    font-family: Poppins-ExtraLight, sans-serif;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #1C1B1B;
    margin-bottom: 24px;
}
.blog-summary span:not(.story) {
    display: inline-block;
    width: 100%;
    font-family: Poppins-Medium, sans-serif;
    color: #1C1B1B;
    font-size: 20px;
    margin-top: 18px;
}
.blog-summary > div {
   display: flex;
    align-items: center;
}
#news_c {
    padding: 0;
}
.projects {
    margin-top: 150px;
}
.blog-container {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.story img {
    display: inline-block;
    max-width: 18px;
}
.blog-summary .story:hover,
.blog-summary .story:focus {
    font-family: Poppins-Regular, sans-serif;
}
@media only screen and (max-width: 1280px) {
    .main-heading {
       font-size: 60px;
       padding-top: 86px;
    }
    .filter-container .filter-tag {
        margin-right: 16px;
    }
    main img {
        width: 100%;
    }
    .blog-container {
        display: inline-block;
        width: 100%;
    }
}
@media only screen and (min-width: 990px) {
    .mobile:not(header) {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .desktop:not(header):not(footer .desktop) {
        display: none;
    }
    .hero .mobile.img-fluid {
        height: 450px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 990px) {
    .desktop:not(header):not(footer .desktop) {
        display: none;
    }
}

@media only screen and (max-width: 577px) {
    .hero .mobile.img-fluid {
        height: 300px;
    }
}
