.webinars_grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.webinars_grid .item{background:#d6d8d9;border-radius:12px;padding:24px}.webinars_grid .top_row{align-items:center;display:flex;gap:8px}.webinars_grid .top_row .category{background:#fff;border-radius:8px;color:#000;display:block;padding:4px 8px}.webinars_grid .top_row .category,.webinars_grid .top_row .date_time{font-size:14px;font-weight:600;letter-spacing:.5px;line-height:160%;text-transform:uppercase}.webinars_grid .top_row .date_time{color:#da3a2f;margin:0}.webinars_grid .item h3{color:#1f1110;font-size:22px;font-weight:700;letter-spacing:.5px;line-height:160%;margin:8px 0 24px;max-width:380px;text-transform:uppercase}.webinars_grid .image_holder{border-radius:8px;height:214px;overflow:hidden;width:100%}.webinars_grid .image_holder img{height:100%!important;object-fit:cover;width:100%}.webinars_grid .card_description{color:#000;font-size:16px;font-style:normal;font-weight:500;letter-spacing:.5px;line-height:160%;margin:24px 0}.webinars_grid .button{margin:0}@media (max-width:1150px){.webinars_grid{grid-template-columns:1fr}.webinars_grid .inner_content{display:flex;gap:24px}.webinars_grid .description,.webinars_grid .image_holder{flex:1}.webinars_grid .image_holder{height:auto;max-height:260px}.webinars_grid .item h3{max-width:100%}.webinars_grid .card_description{margin:0 0 24px}}@media (max-width:640px){.webinars_grid .inner_content{flex-direction:column}.webinars_grid .image_holder{height:216px;max-height:216px}}