.wide-cards{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between}@media only screen and (min-width:768px){.wide-cards{flex-direction:row}}.wide-cards .card{background-color:#fff;border-radius:5px;box-shadow:0 0 8px rgba(0,0,0,.12);display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:40px;overflow:hidden}@media only screen and (min-width:768px){.wide-cards .card{border-radius:30px 30px 10px 10px;margin-bottom:50px;width:46.5%}}.wide-cards h3{font-family:var(--font-secondary);font-size:17px;margin-bottom:15px}@media only screen and (min-width:768px){.wide-cards h3{font-size:23px}}.wide-cards figure{margin:0;overflow:hidden;padding:0}.wide-cards figure img{width:100%}@media only screen and (min-width:768px){.wide-cards figure img{height:230px;object-fit:cover}}@media only screen and (min-width:1200px){.wide-cards figure img{height:330px;object-fit:cover}}.wide-cards .is-content{font-size:14px;padding:20px 35px 30px}@media only screen and (min-width:768px){.wide-cards .is-content{font-size:16px;padding-bottom:50px}}.wide-cards .is-content:first-child{padding-top:30px}@media only screen and (min-width:768px){.wide-cards .is-content:first-child{padding-top:50px}}.wide-cards .is-content p{font-size:inherit}.wide-cards .is-content p:first-child{margin-top:0}.wide-cards .is-content p:last-child{margin-bottom:0}