.img-w50 img{
 width: 50%;
 }
.img-w40 img{
 width: 40%;
 }
.header-registration {
 font-size: 1em;
 color: #0F70B7;
}
.header-registration::after {
 content: '';
 width: 20px;
 height: 1px;
 margin-top: 5px;
 background: rgba(0, 0, 0, .5);
 display: block;
 border-top: 1px solid;
 border-color: #0F70B7;
 width: 50px;
}
.icon {
font-size: 2rem;
}
/*SCHEDULE-agenda*/
.schedule__time {
 color: #3873B9;
}
 .schedule__desc_meals {

    padding: 5px 5px;
    background: #fff8b4e6;
}
 .schedule__session_header {


    padding: 5px 5px;
    background: #bbd4fde6;
}