.ccards{color:var(--colors-offwhite);margin-bottom:16px;margin-left:var(--basic-padding-side);margin-right:var(--basic-padding-side);margin-top:96px}body .body-wrapper .ccards h2{font-size:32px;font-weight:500;line-height:40px;margin-bottom:16px;text-align:center}.ccards__item{background-color:var(--colors-gray80);border-radius:16px;margin-bottom:16px;padding-bottom:32px}.ccards__item:last-child{margin-bottom:0}.ccards__img{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:16px 16px 0 0;display:block;height:210px}.ccards .ccards__item h3{font-size:20px;padding:24px 32px 20px}.ccards__item h3 a{color:var(--colors-offwhite);text-decoration:none}.ccards__item h3 a:hover{text-decoration:underline}.ccards__item p{color:var(--colors-gray40);font-size:var(--font-size-small);font-weight:400;line-height:var(--font-line-height-small);margin:0;padding:0 32px 40px}.ccards__item a.ccards__cta{align-items:center;background-color:#fff;border-radius:8px;box-sizing:border-box;display:flex;font-weight:500;gap:2px;justify-content:center;line-height:24px;margin:0 24px;max-width:100%;padding:12px 24px;text-decoration:none;transition:all .5s}.ccards__item a.ccards__cta svg path{stroke:#111;transition:all .5s}.ccards__item a.ccards__cta:hover{background-color:red;color:#fff}.ccards__item a.ccards__cta:hover svg path{stroke:#fff}@media (min-width:768px){.ccards__wrap{display:flex;flex-wrap:wrap;gap:16px}.ccards__item{margin-bottom:0;max-width:calc(50% - 8px)}.ccards__content{display:flex;flex-direction:column;height:calc(100% - 210px);justify-content:space-between}}@media (min-width:1280px){.ccards{margin-bottom:64px;margin-top:144px}body .body-wrapper .ccards h2{font-size:48px;font-weight:600;line-height:56px;margin-bottom:24px}.ccards__item{margin-bottom:0;max-width:calc(25% - 12px)}.ccards .ccards__item h3{font-size:24px}.ccards__item a.ccards__cta{margin:0 auto;width:fit-content}}