.project-header {
    margin-bottom: 84px;
}
.project-header .heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    color: var(--black);
    margin-bottom: 16px;
}
.project-header .paragraph {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: normal;
    color: #6D6D6D;
}



.project-details-padding {
    padding: 80px 0;
}

.project-content img, .project-content video{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.project-content img:last-child, .project-content video:last-child{
    margin-bottom: 0;
}


@media screen and (max-width: 767.98px) {
    .project-details-padding {
        padding: 50px 0;
    }

    .project-header {
        margin-bottom: 50px;
    }

    .project-header .heading {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.56px;
        margin-bottom: 10px;
    }
    .project-header .paragraph {
        font-size: 14px;
        line-height: 20px;
    }
}