.course__row{display:grid;grid-template-columns:repeat(3,1fr);gap:3.2rem}@media(max-width:1200px){.course__row{grid-template-columns:repeat(2,1fr)}}@media(max-width:556px){.course__row{grid-template-columns:1fr;max-width:34.3rem;margin:0 auto}}.course__card{display:flex;flex-direction:column}.course__card:nth-child(4){display:none}@media(max-width:1200px){.course__card:nth-child(4){display:block}}@media(max-width:556px){.course__card:nth-child(4){display:none}}.course__img{width:100%;height:23rem;object-fit:cover;border-radius:.8rem}@media(max-width:1100px){.course__img{height:auto}}@media(max-width:556px){.course__img{height:20rem}}.course-tag{margin:2rem 0;display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:556px){.course-tag{margin:1.6rem 0}}.course-tag__tag{width:fit-content;height:3rem;padding:.6rem 1rem;background:#f5f5f5;border-radius:4px;font-size:1.4rem;font-weight:500;line-height:1.8rem;text-align:center}.course__subtitle{font-size:2.6rem;font-weight:600;line-height:3.2rem;margin-bottom:.6rem}@media(max-width:556px){.course__subtitle{font-size:2.2rem;line-height:2.8rem}}.course__list{display:flex;justify-content:space-between;margin:2rem 0}@media(max-width:556px){.course__list{margin:1.6rem 0}}.course__item{font-size:1.6rem;font-weight:600;line-height:2.4rem}.course__small{display:block;color:#a5a5a9;font-size:1.4rem;font-weight:500;line-height:2.2rem}.course__bottom{display:flex;justify-content:space-between;align-items:end;margin-top:auto}.course-price{font-size:2.4rem;font-weight:500;line-height:3.4rem}.course-price__discount{font-size:1.8rem;line-height:2.6rem;gap:.8rem}.course-price__discount,.course-price__elem{font-weight:400;display:flex;align-items:center}.course-price__elem{padding:0 4px 0 2px;gap:2px;height:2.4rem;background:#1c1c1c;border-radius:3.2rem 1rem 1rem 3.2rem;font-size:1.6rem;line-height:2.4rem;color:#fff}.course-price__icon{width:1.8rem;height:auto}.course__btn{width:11.1rem;height:4rem;border-radius:4px}