/*********************************************
 * Page Project Detail
**********************************************/
.site-content__info__short-desc {width:50%; max-width:580px; padding:0 var(--ifs-gap-container) 0 80px;}
.site-content__info__list {width:50%; max-width:510px; margin:-15px;}
.site-content__info__item {width:50%; padding:15px;}
.site-content__info__item.services {width:100%;}

@media only screen and (max-width:1024px) {
    .site-content__info__short-desc {padding:0 var(--ifs-gap-container);}
}
@media only screen and (max-width:767px) {
    .site-content__info__short-desc {width:100%; max-width:unset; padding:0; margin-bottom:var(--ifs-spacing-30);}
    .site-content__info__list {width:100%; max-width:unset; margin:-10px;}
    .site-content__info__item {padding:10px;}
}