﻿.DemandListRep { padding:0 0 3rem 0; }
.DemandListRep .list{ display:flex; flex-wrap:wrap; justify-content:center; }
.DemandListRep .item{ background-color:var(--color10); padding:30px; margin:30px 15px 0 15px; width:270px; }
.DemandListRep .item.lift { transition: transform .2s;}
.DemandListRep .item.lift:hover { transform: scale(1.05); }
.DemandListRep .item .title{ text-align:center; color:var(--color3); font-family:var(--font-title); font-size:2rem; }
.DemandListRep .item .subtitle{ text-align:center; color:var(--color11); font-family:var(--font-title); font-size:1.4rem; }
.DemandListRep .item .content{ margin-top:1rem; padding-top:1rem; border-top:1px solid var(--color3); }

@media all and (max-width: 48em) {
    .DemandListRep .item { width:calc(100% - 30px); }
}
