.padding-work{
    padding: 2em 20em 2em 20em ;
}

@media only screen and (max-width: 1400px) {
    .padding-work{
        padding: 2em 2em 2em 2em ;
    }
}

.section-black {
    background-color: #000;
    color: #fefefe;
}
/* .project-title, .subtitles, .case-title, .case-text{
    color:#ececec !important;
} */
.small-titles{
    padding-bottom: 1em;
    padding-top: 2em;
    padding-left: 0;
    text-transform: capitalize;
    color: #ececec !important;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}
.line-yellow{
    height: 2px;background-color: #edd23a;margin-bottom: 1.5em;width: 100px;
}
.full-width-hero-img{
    height: 60vh;width: 100%;object-fit: cover;object-position: top;
}
.project-desc-work-page {
    font-size: 2rem;
    text-transform: none;
    padding-top: 1em;
    font-weight: 300;
    font-family: 'Lato-Light', sans-serif;
    color: #ececec !important;
}
.case-text-work-page {
    font-size: 2rem !important;
    line-height: 30px !important;
    padding-top: 2rem;
    color: #ececec !important;
}
.case-title-work-page {
    font-size: 3.5rem !important;
    line-height: 30px !important;
    font-weight: 900;
    padding-top: 2rem;
    color: #ececec !important;
}
.project-title-work-page{
    font-size: 4rem;
    padding-top: 0.5em;
    font-weight: 500;
    color: #ececec !important;
    font-family: 'Lato', sans-serif;
}
h1 {
    font-size: 8rem !important;
}
h2{
    font-weight: 500 !important;
}

.project-subtitle-work-page{
    font-size: 3rem;
    padding-top: 0.5em;
    font-weight: 300;
    color: #ececec !important;
    font-family: 'Lato', sans-serif;
}

.work-separator{
    height: 2px;background-color: #8f8f8f;;
    margin:2em;
}

@media only screen and (max-width: 768px){
    .project-subtitle-work-page{
        font-size: 2rem;
        padding-top: 1em;
        font-weight: 300;
        color: #ececec !important;
        font-family: 'Lato', sans-serif;
    }

}