/*ADAPTIVE*/
/* EXTRA LARGE */
@media only screen and (max-width : 1200px) {
    p.projects__item-description {
        font-size: 18px;
    }
}

/* LARGE */
@media only screen and (max-width : 1080px) {}

/* TAB */
@media only screen and (max-width : 992px) {}

/* MEDIUM */
@media only screen and (max-width : 768px) {}

/* PHONE*/
@media only screen and (max-width : 576px) {
    .projects__item-img {
        max-height: 250px;
    }
}

/* MINI */
@media only screen and (max-width : 374px) {}