body {
    background-color: #EDF0F2;
}
.text-description {
    font-size: 60px;
    font-family: Poppins-Bold, sans-serif;
    color: #1C1B1B;
    max-width: 592px;
}
.text-heading {
    font-size: 80px;
}
.text-subheading {
    font-family: Poppins-Bold, sans-serif;
    font-size: 30px;
    color: #1C1B1B;
    line-height: 52px;
}
.text-details {
    color: #1C1B1B;
    font-family: Poppins-Regular, sans-serif;
    font-size: 18px;
    line-height: 35px;
}
.col-lg-10.text-details {
    max-width: 992px;
    line-height: 35px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.project-container {
    height: 100%;
}
.project-container img {
    object-fit: cover;
    -o-object-fit: cover;
    height: 100%;
}
.project-detail {
    display: flex;
    align-items: center;
    height: 100%;
}
.description {
     position: absolute;
     width: 100%;
     bottom: 10%;
 }
 .projects {
     margin-top: 72px;
 }
 .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;
 }
 .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;
 }
 .projects .mobile {
    width: 100%;
} 
.projects .project-container {
   position: relative;
}
.projects > div:not(.container) {
    margin-bottom: 26px;
}
.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;
}
 .projects .mobile {
     width: 100%;
 }
.project-container {
    display: inline-block;
}
.about-link {
    color: #1C1B1B;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 18px;
    background-color: #FFFFFF;
    padding: 15px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}
.clients-container {
    margin-top: 150px;
}
.about-link:hover, .about-link:focus {
    color: #FFFFFF;
    background-color: #1C1B1B;
    text-decoration: none;
}

.signature {
    color: #FFFFFF;
    font-family: Poppins-Medium, sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-top: 63px;
}
 @media only screen and (max-width: 1280px) {
     .desktop:not(header) {
         display: none;
     }
     .projects {
        padding-top: 86px;
     }
     .text-heading {
        font-size: 40px;
     }
     
    .text-description.container {
        padding: 0;
    }
    .clients-container {
        margin-top: 60px;
    }
    
    .signature {
        margin-top: 37px;
     }
     .f-order-1 {
        order: 1;
     }
     .f-order-2 {
        order: 2;
     }
     .f-order-3 {
        order: 3;
     }
     .f-order-4 {
        order: 4;
     }
     .f-order-5 {
        order: 5;
     }
     .f-order-6 {
        order: 6;
     }
     .f-order-7 {
        order: 7;
     }
     .f-order-8 {
        order: 8;
     }
     .f-order-9 {
        order: 9;
     }
     .f-order-10 {
        order: 10;
     }
     .f-order-11 {
        order: 11;
     }
     .f-order-12 {
        order: 12;
     }
     .project-container {
        width: 100%;
        display: inline-block;
     }
 }
 @media only screen and (min-width: 1281px) {
     .mobile:not(header) {
         display: none;
     }
     .projects {
        padding-top: 167px;
     }
     .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;
    }
}