/**
***  Title Section
**/
.title-container.projects {
    background-image: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%), -webkit-image-set(
        url("../images/projects-hero-bg-768x200.webp") 1x,
        url("../images/projects-hero-bg-1920x500.webp") 2x);
    background-image: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%), image-set(
        url("../images/projects-hero-bg-768x200.webp") 1x,
        url("../images/projects-hero-bg-1920x500.webp") 2x);    
    background-position: bottom;
}

/**
***  General
**/
.section-heading {
    font-size: 1.6rem;
 }
 @media (min-width:1024px) {
    .section-heading {
        font-size: 2.2rem;
    }
}

.p-80 {
    width: 100%;
    max-width: 518px;
}

.red-text {
    color: var(--cnvs-firebrick);
}

.sub-font {
    font-size: 1.4rem;
}

.img-container {
    width: 100%;
    height: auto;
 }
 @media (min-width:992px) {
    .img-container {
        width: 95%;
    }
}

#section2 {
    padding: 0 !important;
    margin: 0 !important;
}