html{--container-gap:14px;--card-max-width:calc((1160px - var(--container-gap))/2)}.info-cards-container,section.info-cards-section{display:flex;justify-content:center}.info-cards-container{flex-direction:row;flex-wrap:wrap;gap:var(--container-gap);max-width:1160px}.info-card{border-radius:18px;height:400px;max-width:var(--card-max-width);padding:12px;width:100%}.info-card-content{display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.info-card-top{align-items:flex-start;display:flex}.info-card-bottom{height:auto;width:100%}.info-card-bottom-content{background-color:#f6f7f9;border-radius:12px;padding:14px 18px}.info-card-badge{align-items:center;background-color:#f6f7f9;border-radius:100px;display:flex;flex-direction:row;gap:8px;justify-content:center;padding:8px 12px;width:auto}.info-card-badge-icon i{font-size:16px}.info-card-badge-text p{font-size:16px;margin:0}.info-card-bottom-content-heading{display:flex;flex-direction:row;gap:16px;justify-content:space-between}.info-card-bottom-content-heading h3{font-family:Udemy-bold,sans-serif;font-size:18px;margin:0 0 24px}.info-card-bottom-content-body{max-height:0;opacity:0;overflow:hidden;transition:max-height .6s ease,opacity .6s ease}.info-card-bottom-content-body p{font-size:16px;line-height:1.3}.info-card:hover .info-card-bottom-content-body{max-height:300px;opacity:1}.info-card-bottom-content-tags{display:flex;flex-wrap:wrap;gap:6px;overflow:auto}.info-card-tag{align-items:center;background-color:#e3e8f1;border-radius:100px;display:flex;flex-direction:row;gap:8px;justify-content:center;padding:4px 10px}.info-card-tag-icon{display:flex}.info-card-tag-icon i,.info-card-tag-text p{color:#545454;font-size:14px}.info-card-tag-text p{margin:0}.info-card-bottom-content-heading .wistia_click_to_play{padding-top:5px}.info-card-bottom-content-heading .wistia_click_to_play a{background-color:var(--black);border-radius:6px;color:#fff;font-size:16px;padding:9px 13px}.info-card-bottom-content-heading .wistia_click_to_play a:hover{background-color:var(--indigo)}@media screen and (max-width:660px){.info-card{background-image:none!important;height:auto;padding:0}.info-card-top{background-position:50%;background-size:cover;border-radius:8px 8px 0 0;height:224px;padding:8px}.info-card-bottom-content{border-radius:0 0 8px 8px;padding:12px 8px}.info-card-bottom-content-body{max-height:none;opacity:1;overflow:hidden}.info-card-bottom-content-heading{flex-direction:column}.info-card-bottom-content-heading .button-group a,.info-card-bottom-content-heading .button-group button{width:100%}.info-card-bottom-content-heading .button-group{padding-bottom:0}.info-card:hover .info-card-bottom-content-body{max-height:none;opacity:1}}