.webinar-aside {
   min-width: 287px;
   max-width: 287px;
   display: flex;
   flex-direction: column;
   align-items: start;
   justify-content: start;
}

.webinar-aside__list {
   width: 100%;
   list-style-type: none;
    margin: 0;
    padding: 0;
}

.webinar-aside__title {
   font-size: 24px;
   font-weight: 600;
   line-height: 120%;
   color: #222222;
   margin: 0;
   margin-bottom: 24px;
}

.webinar-aside__button {
   width: 100%;
   height: 40px;
   padding: 12px 20px;
   background-color: #FFFFFF;

   color: #004BCA;
   font-size: 16px;
   line-height: 100%;
   font-weight: 600;
   text-align: center;
   text-decoration: none;
   border-radius: 12px;
   transition: all 250ms ease-out;


   &:hover {
      opacity: .8;
   }
}