.agenda__wrap{display:flex;gap:30px;justify-content:space-between}.agenda__image img{width:100%}.agenda__heading h2{color:#007b85;font-size:90px;font-weight:300}.agenda__table_item{border-bottom:1px solid #74cbc8;display:flex;gap:80px;padding:20px 0}.agenda__table_item:last-child{border-bottom:none}.agenda__item_time{color:#000;font-size:32px;font-weight:400;line-height:1;max-width:90px;width:100%}.agenda__item_description p{color:#000;font-size:22px;font-weight:500;line-height:1.2;margin-bottom:0}.agenda__item_description span{color:#007b85;font-size:18px;font-weight:400}@media screen and (max-width:768px){.agenda__table_item{gap:30px}.agenda__item_time{font-size:24px;max-width:66px}.agenda__item_description span{font-size:14px}}