#history {
    min-height: 0px;
}

.fs {
    font-size: 100px;
}   

@media only screen and (max-width: 1024px){
    .fs {
        font-size: 30px;
    }    
}

@media only screen and (max-width: 500px){
    .fs {
        font-size: 25px;
    }    
}

.margin-top-none {
    margin-top: 0 !important;
}

.case-study {
    display: flex;
    justify-content: center;
}

.case-study-item {
    width: 250px !important;
}
