*{padding:0;margin:0;box-sizing:border-box;list-style:none;text-decoration:none}body{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:400;line-height:1.4;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;background:#fff;color:#333}.container{padding:2rem 1rem;margin:0 auto;max-width:1500px;width:100%}.main .container{display:flex;flex-wrap:wrap}.main .card{padding:10px;flex-basis:calc(100% / 3);background:#fff;color:#333;border-radius:4px}.main .card-image{background:#fff;display:block;padding-top:66.99%;position:relative;width:100%}.main .card-image img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media only screen and (max-width:800px){.main .card{flex-basis:50%;padding:8px}}@media only screen and (max-width:550px){.main .card{flex-basis:100%}}