@media (max-width: 1200px) {

}
@media (max-width: 991px) {
.media-project-hover {
    height: 700px;
}
.media-project-hover .media__title {
    margin-bottom: 0;
}
.media-project-hover .media__number {
    font-size: 60px;
}
.media-project-hover .media__body {
    margin-top: -60px;
}
}
@media (max-width: 768px) {
.media-project-hover {
    height: 500px;
    flex-direction: column-reverse;
}
.media-project-hover .media__sub-title {
    margin-bottom: 0;
}
.media-project-hover .media__number {
    text-align: center;
    font-size: 30px;
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
}
.media-project-hover .media__body {
    margin-top: 10px;
}
}
@media (max-width: 640px) {

}
@media (max-width: 480px) {

}
@media (max-width: 360px) {

}