.smallCard{border-radius:5px;width:342px;transition:all .1s ease-in-out}.smallCard:hover{box-shadow:0 3px 6px rgba(14,31,53,.08),0 6px 12px rgba(14,31,53,.12),0 8px 24px rgba(14,31,53,.08)}.smallCard .thumbnail{width:100%;height:213px;object-fit:cover;border-radius:5px 5px 0 0}.smallCard .content{padding:20px;display:grid;grid-template-rows:2fr 1fr;grid-gap:24px}.smallCard .content .title{font-family:Open Sans;font-weight:600;font-size:20px;line-height:130%;letter-spacing:.2px;color:#383680}@media screen and (max-width:1124px){.smallCard .thumbnail{height:181px}.smallCard .content .title{font-size:18px}}@media screen and (max-width:1024px){.smallCard{height:386px}.smallCard .content{grid-template-rows:2.5fr 1fr}}.titleAndSmallCards .cards{display:flex;gap:40px}@media screen and (max-width:850px){.titleAndSmallCards .cards{flex-direction:column;align-items:center}}