#reviews .reviewlist{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#reviews .card{padding:1.5rem;margin-bottom:1.5rem;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:-webkit-calc(50% - 1rem);width:-moz-calc(50% - 1rem);width:calc(50% - 1rem)}#reviews .card p{width:100%}#reviews .card .image{width:8rem;height:10rem;position:relative;z-index:1;background-position:center;background-repeat:no-repeat;-moz-background-size:cover;-o-background-size:cover;background-size:cover;-webkit-border-radius:1rem;-moz-border-radius:1rem;border-radius:1rem}#reviews .card .text{width:-webkit-calc(100% - 10rem);width:-moz-calc(100% - 10rem);width:calc(100% - 10rem)}@media only screen and (max-width:900px){#reviews .card{width:100%}}