﻿@import url(../../CSS/1024EN.css) all and (min-width: 1100px);
@import url(../../CSS/800EN.css) all and (min-width:600px) and (max-width: 1099px);
@import url(../../CSS/mobileEN.css) all and (max-width:599px);
@media only screen and (min-width:1900px) {
.Projects .item {
    
        margin-bottom: 200px;
    }
.HCorses .item .img {
            width: 100%;
            height: 265px;
            float: left;
            overflow: hidden;
            position: relative;
        }

}