.cards{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between}@media only screen and (min-width:768px){.cards{flex-direction:row;justify-content:flex-start}}.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;padding-bottom:13px;position:relative}@media only screen and (min-width:768px){.cards .card{border-radius:10px;margin-bottom:50px;margin-right:2.7%;padding-bottom:15px;width:31.5%}}.cards .card:after{background-color:var(--primary);bottom:0;content:"";display:block;height:13px;left:0;position:absolute;width:100%}@media only screen and (min-width:768px){.cards .card:after{height:15px}}.cards .card:nth-child(2n):after{background-color:var(--secondary)}.cards .card:nth-child(3n){margin-right:0}.cards .card:nth-child(3n):after{background-color:var(--tertiary)}.cards h3{font-family:var(--font-secondary);font-size:18px;margin-bottom:3px}@media only screen and (min-width:768px){.cards h3{font-size:23px}}.cards figure{margin:0;overflow:hidden;padding:0}.cards figure img{width:100%}@media only screen and (min-width:768px){.cards figure img{height:315px;object-fit:cover}}.cards .is-support-text{font-family:var(--font-secondary);font-size:16px;font-weight:500;line-height:1.3em;margin-bottom:5px}@media only screen and (min-width:768px){.cards .is-support-text{font-size:20px}}.cards .is-support-text:last-child{margin-bottom:0}.cards .is-text{font-size:14px}@media only screen and (min-width:768px){.cards .is-text{font-size:16px}}.cards .is-content{padding:20px 35px 30px}@media only screen and (min-width:768px){.cards .is-content{padding-bottom:50px}}.cards .is-content:first-child{padding-top:30px}@media only screen and (min-width:768px){.cards .is-content:first-child{padding-top:50px}}.cards .is-content p:first-child{margin-top:0}.cards .is-content p:last-child{margin-bottom:0}