.projects{
    margin-bottom: 180px;
}
.projects__header{
    margin-bottom: 50px;
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
}

.projects__item{
    position: relative;
}
.projects__item-left{
    height: 100%;
}
.projects__item-right{
    height: 100%;
}
.projects__item-content{

    z-index: 20;
    color: #fff;
    width: 100%;
}
.projects__item-content-text{
}
.projects__item-title a{
    color: #fff;
}
.projects__item-title a:hover {
    color: #fff;
}
.projects__item-description{
    margin-top: 30px;
}
.projects__item-more{
    margin-top: 60px;
}
.projects__item-more a{
    color: #fff;
}



.project__header{
    margin-bottom: 50px;
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
}

.project__back{
    color: #fff;
}
.project{
}
.project__image{
    max-width: 100%;
}



@media (min-width: 1200px) and (max-width: 1600px){


}

@media (min-width: 768px) and (max-width: 992px){


}
@media (min-width: 992px) and (max-width: 1200px){


}
@media (max-width: 768px){

}