.rep-cards{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:18px}@media screen and (max-width:800px){.rep-cards{grid-template-columns:1fr 1fr}}@media screen and (max-width:550px){.rep-cards{grid-template-columns:1fr}}.rep-cards .rep{background-color:#f4f4f4;border-radius:0 0 0 40px;padding:20px 26px 26px}.rep-cards .rep .top-row{align-items:center;display:flex;justify-content:space-between;grid-gap:12px}.rep-cards .rep .top-row p{text-transform:uppercase}.rep-cards .rep .top-row ul{display:flex;list-style:none;margin:0;padding:0;grid-gap:4px}.rep-cards .rep .top-row ul li{border-radius:50%;height:15px;width:15px}.rep-cards .rep h3{font-size:22px;margin:0 0 8px}.rep-cards .rep p{font-size:13px;line-height:1.3;margin:0}.rep-cards .rep p.title{margin-bottom:2px}.rep-cards .rep p.contact{margin-bottom:4px}.rep-cards .rep a{color:#353750!important;text-decoration:underline!important}.rep-cards .rep a:hover{color:#00a8e1!important;text-decoration:underline!important}