﻿.cards-container{max-width:1100px;margin:0 auto}.cards{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;padding:0 2%;margin-top:-10px;box-sizing:border-box}.card{box-sizing:border-box;position:relative;background:#fff;color:#363636;text-decoration:none;border:1px solid #d3d3d3;margin-bottom:18px;padding:20px}@media screen and (max-width:1250px) and (orientation:landscape){.card{flex-basis:45%}}@media screen and (min-width:1250px){.card{flex-basis:31%}}.card .card-summary{font-size:16px;padding-bottom:20px;display:block}.card .card-title{padding:0;color:#fff;position:relative;bottom:0}.card .card-title h3{font-size:18px;font-weight:bold;line-height:1.2;margin-top:20px;margin-bottom:15px}div.cards-container>div>div>table>tbody>tr>td{width:25%;font-size:16px;margin:10px;padding-bottom:10px}.cards-container a{color:#0ae;display:block}.card .image{background-position:center;background-size:cover;background-repeat:no-repeat}.card .image:after{content:'';display:block;padding-top:65%}body{background:#f0f0f0;font-size:17px;line-height:1.4}