.meeting__list{background-color:#040725;border-radius:30px;color:#fff;display:grid;font-size:18px;gap:20px;position:relative}.meeting__content{padding:60px 20px 0}.meeting__list .check{margin:0}.meeting__list .check li{display:flex;font-weight:700;margin-bottom:1rem}.meeting__list .check li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 31'%3E%3Cpath fill='%2336bba5' d='M15.5 0A15.5 15.5 0 1 1 0 15.5 15.5 15.5 0 0 1 15.5 0'/%3E%3Cpath fill='%23fff' d='M24.829 9.238a2.19 2.19 0 0 1 0 3.093l-10 10a2.19 2.19 0 0 1-3.093 0l-5-5a2.187 2.187 0 0 1 3.093-3.093l3.453 3.452 8.452-8.452a2.19 2.19 0 0 1 3.093 0Z'/%3E%3C/svg%3E");background-repeat:no-repeat;content:"";margin-right:1em;min-height:30px;min-width:30px}.meeting__image{display:block;height:100%;position:relative;width:100%}.meeting__image-container{height:auto;padding-left:20px;width:100%}.meeting__image svg{display:block;height:100%;max-width:100%;width:auto}@media (min-width:768px){.meeting__list{align-items:center;font-size:20px;gap:40px;grid-template-columns:1.25fr 1fr;min-height:395px}.meeting__content{padding:70px 0 70px 70px}.meeting__image-container{height:inherit;padding:0}}@media (min-width:1240px){.meeting__list{gap:0}.meeting__image svg{height:500px;position:absolute;top:-76px}}.dash{animation:dash 50s linear infinite}@keyframes dash{to{stroke-dashoffset:-1000}}