.join-upcoming-section{
    background-color:#fff;
    width: 450px;
    height: 520px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position:relative;
    padding: 10px 15px 36px 15px;
}
.online{
    float:left;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A30D0E;
}
.city{
    float:right;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #A30D0E;
}
.date{
    margin-top:40px;
}
.time{
    margin-bottom:15px;
}
.date, .time{
    text-align:center;
    color:#2E4A99;
    font-size:22px;
    line-height:30px;
    font-weight:700;
    font-family: 'Lato';
}
.start{
    font-family: 'Lato';
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #A30D0E;
    text-align:center;
    margin-bottom:15px;
}
.lead-by{
    font-family: 'Lato';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align:center;
    margin-bottom:10px;
}
.images{
    width: 100%;
    display:flex;
}
.img_1{
    margin-right:10px;
    width: 50%;
    margin-left: 80px;
}
.img_1 img, .img_2 img{
    width:100%;
    height:136px;
    object-fit: cover;
}
.img_2{
    margin-right:10px;
    width: 50%;
    margin-right: 65px;
}
.img_full img{
    width:100%;
    height:140px;
    margin:0 auto;
    object-fit: cover;
}
.text-image{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align:center;
    margin-bottom: 25px;
}
.join-today-url{
    background: #A30D0E;
    border: 8px solid #FFFFFF;
    box-shadow: 0px 4px 24px rgba(39, 44, 51, 0.25);
    color:#fff;
    padding: 8px 16px;
    text-align:center;
    width: 170px;
    margin: 0 auto;
}
.join-today-url a{
    color:#fff;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media only screen and (max-device-width: 768px){
    .join-upcoming-section {
        width: 350px;
    }
}
@media only screen and (max-width: 600px) {
    .join-upcoming-section{
        width: 97%;
    }
  }