body {
    background-color: #EDF0F2;
    overflow-x: hidden;
}
.main-heading {
    margin-top: 72px;
    font-family: Poppins-Bold, sans-serif;
    color: #1C1B1B;
    font-size: 6.25rem;
}
.description {
     position: absolute;
     width: 100%;
     bottom: 10%;
 }
 .projects {
     margin-top: 26px;
 }
 .projects .description > .row {
     border-top: 1px solid #FFFFFF;
     border-bottom: 1px solid #FFFFFF;
 }
 .heading {
     font-size: 1.875rem;
     color: #FFFFFF;
     font-family: Poppins-Bold, sans-serif;    
     padding-top: 18px;
     padding-bottom: 18px;
 }
 .signature {
     color: #FFFFFF;
     font-family: Poppins-Medium, sans-serif;
     text-transform: uppercase;
     font-size: 0.75rem;
     margin-top: 63px;
 }
 .projects .project-container .description > .row {
     margin: 0;
 }
 .projects .description {
     width: 100%;
     margin: 0 auto;
     position: absolute;
     bottom: 10%;
 } 
 .projects .col-lg-4 .project {
     font-family: Poppins-Medium, sans-serif;
     font-size: 18px;
     line-height: 27px;
     text-align: center;
     text-decoration: none;
     color: #1C1B1B;
     position: relative;
     display: inline-block
 }
 .projects .mobile {
     width: 100%;
 } 
 .projects .project-container {
    margin-bottom: 26px;
    position: relative;
}
.project-container .col-lg-4:hover {
    background-color: #1C1B1B;
}
.project-container .col-lg-4:hover span {
    color: #FFFFFF;
}
.projects .col-lg-4 .project: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;
}
.filter-container {
    margin-bottom: 115px;
    align-items: center;
}
.swiper-slide {
    width: fit-content !important;
}
.filter-tag {
    font-family: Poppins-Regular, sans-serif;
    background-color: #FFFFFF;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    font-size: 14px;
    padding: 15px;
}

.filter-container .tablet .filter-tag {
    margin-right: 26px;
}
.filter-tag:hover,
.filter-tag.active {
    background-color: #1C1B1B;
    color: #FFFFFF;
}
.filter-container .label {
    color: #1C1B1B;
    font-family: Poppins-Medium, sans-serif;
}
.projects .btn {
    background-color: #FFFFFF;
    font-size: 18px;
    font-family: Poppins-SemiBold, sans-serif;
    color: #1C1B1B;
    margin-top: 115px;
    width: 100%;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.projects .btn:hover {
    background-color: #1C1B1B;
    color: #FFFFFF;
}
.project-container {
    display: inline-block;
}
@media only screen and (max-width: 756px) {
    .tablet {
        display: none;
    }
}
@media only screen and (min-width: 756px) {
    .extra-small {
        display: none;
    }
    .filter-container .tablet {
        display: flex;
    }
}
 @media only screen and (max-width: 1280px) {
     .desktop:not(header) {
         display: none;
     }
     .main-heading {
        font-size: 60px;
        padding-top: 86px;
     }
     .filter-container {
        margin-bottom: 40px;
     }
     .projects .description {
        bottom: 4%;
     }
     .signature {
        margin-top: 37px;
     }
     .project-container {
        width: 100%;
        display: inline-block;
     }
 }
 @media only screen and (min-width: 1281px) {
    .main-heading {
        padding-top: 72px;
    }
     .mobile:not(header) {
         display: none;
     }
     .filter-container .desktop {
        display: flex;
    }
     .filter-container .swiper-slide {
        width: fit-content !important;
     }
     .projects .col-lg-4 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #FFFFFF;
        padding-top: 16px;
        padding-bottom: 16px;
    }
 }
 @media only screen and (min-width: 1281px) {
     .projects .project-container .col-lg-4 {
         opacity: 0;
         transition: opacity 0.1s ease-in-out;
     }
     .projects .project-container:hover .col-lg-4 {
         opacity: 1;
     }
 }