div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.webinar-left-text{
    color: #707070;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
}


/******************/

.webinar-left {
    width: 50%;
    float: left;
    background-color: #fff;
    height: 267px;
}
.webinar-title{
    float: left;
}
.webinar-left-title{
    color: #194276;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.webinar-left-text{
    padding: 20px;
    line-height: 30px;
}
.webinar-left-text p{
    font-size: 19px;
}
.webinar-left-reg-btn{
    background-color: #194276;
    color: #fff;
    padding: 10px 70px;
    bottom: 20px;
}
.sec-title{
    font-weight: bold;
    font-size: 36px;
    color: #00417C;
}

@media (max-width: 900px) {
	.s-catalog .container {
		display: flex;
		flex-direction: column;
	}
  .webinar-left {
    width: 100%;
    height: unset;
  }
  .container .webinar-left:nth-child(3) {
    order: 100;
  }
  .webinar-left-reg-btn{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
}