
.title{
    font-size: 36px;
}
.description{
    width: 70%;
    line-height: 20px;
}
.scroll-icon{
    display: none;
}
#stats{
    flex-direction: column;
}
.factDescription{
    width: 100%;
}
.project-name{
    font-size: 36px;
}
.project-text{
    opacity: 1;
    color: #fff;
    top: unset;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px 5px 5px;
}
.project-container:hover img{
    filter: unset;
}