.big-story{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 5.4vw;
	margin: 4vw 0;
}
.big-story .img{
	width: 36.4vw;
}
.story-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.story-head p{
	margin: 0;
	font-size: 1vw;
	line-height: 2;
}
.story-head .read-time{
	font-size: 1vw;
	margin: 0;
	display: flex;
	align-items: center;
}
.story-head .read-time img{
	width: 1vw;
	margin-right: .5vw;
}
.big-story .info{
	width: 44vw;
}
.big-story h2{
	font-size: 1.8vw;
	margin: 0;
	margin-top: 2vw;
	font-family: "lexend-bold"; ;
}
.big-story .text{
	font-size: 1.3vw;
	line-height: 1.8;
	margin: 0;
	margin-top: 2.4vw;
}
.big-story a{
	margin-top: 6vw;
}
.read-article{
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #3947D9;
	border-bottom: 1px solid #3947D9;
	font-size: 1.8vw;
	width: 13vw;
	height: 5vw;
	transition: .3s;
}
.read-article:hover{
	font-size: 2vw;
}
.stories{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 5.4vw;
}
.story{
	width: 31%;
	margin-right: 3%;
	margin-bottom: 5.4vw;
}
.story:nth-child(3n){
	margin-right: 0;
}
.story .img{
	width: 100%;
	margin-bottom: 1vw;
}
.story h3{
	font-size: 1.3vw;
	margin: 0;
	font-family: "lexend-medium"; 
	margin-top: 1vw;
}
.btn-cont{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin-top: 3vw;
}
.more-stories{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6vw;
}
.more-stories a{
	padding: 1.9vw 3.5vw;
}
.big-session{
	display: flex;
	justify-content: space-between;
	width: 90vw;
	margin: 4.6vw auto;
	box-shadow: 0px 3px 10px -8px;
}
.big-session .img{
	width: 65%;
}
.big-session .info,
.session .info{
	padding: 2.4vw;
	position: relative;
}
.big-session .info{
	width: 35%;
}
.session .info{
	width: 100%;
	padding-bottom: 6.2vw;
}
.big-session .info h3,
.session .info h3{
	margin: 0;
	font-size: 1.8vw;
	font-family: "lexend-medium"; 
}
.session .info h3{
	font-size: 1.3vw;
}
.big-session .info p,
.session .info p{
	margin: 0;
	margin-top: 2vw;
	font-size: 1.3vw;
	line-height: 1.8;
}
.session .info p{
	margin-top: 1vw;
}
.session-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	padding: 0 2.4vw;
	bottom: 2.4vw;
	left: 0;
}
.session-bottom .likes{
	display: flex;
	align-items: center;
	font-size: 1.3vw;
	color: #A51EC1;
	font-family: "lexend-medium"; 
}
.session-bottom .likes img{
	width: 1.3vw;
	margin-right: .9vw;
}
.session-bottom a{
	font-size: 1.3vw;
	font-family: "lexend-medium"; 
	color: #000;
	text-decoration: none;
	position: relative;
}
.session-bottom a:before{
	width: 110%;
	position: absolute;
	bottom: -.3vw;
	left: -5%;
	background: #000;
	height: 2px;
	content: '';
	transform: scaleX(0);
	transition: .3s;
}
.session-bottom a:hover:before{
	transform: scaleX(1);
}
.sessions{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 5.4vw;
}
.session{
	width: 31%;
	margin-right: 3%;
	margin-bottom: 5.4vw;
	box-shadow: 0px 3px 10px -8px;
}
.session:nth-child(3n){
	margin-right: 0;
}

.session .img{
	width: 100%;
}
@media (max-width: 767px){
	.big-story{
		flex-direction: column;
		align-items: center;
		margin: 8vw 0;
	}
	.big-story .img{
		width: 80%;
	}
	.big-story .info{
		width: 100%;
		margin-top: 8vw;
	}
	.story-head p,
	.story-head .read-time,
	.big-session .info p, .session .info p,
	.big-story .text,
	.story-head .read-time img,
	.read-article,
	.session-bottom .likes,
	.session-bottom a,
	.story h3,
	.read-article:hover{
		font-size: 3.5vw;
	}
	.story-head .read-time img{
		margin-right: 1.5vw;
	}
	.big-story h2{
		font-size: 5.5vw;
		margin-top: 4vw;
	}
	.read-article{
		width: 35vw;
		height: 10vw;
	}
	.stories,
	.sessions{
		justify-content: space-between
	}
	.story,
	.session{
		width: 47%;
		margin: 0;
		margin-bottom: 8vw;
	}
	.story .story-head{
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.story .story-head p{
		margin-top: 2vw;
		line-height: 1.5;
	}
	.story h3{
		margin-top: 3vw;
	}
	.btn-cont .read-article{
		width: 100%;
	}
	.more-stories a{
		padding: 4vw 8vw;
	}
	.big-session{
		flex-direction: column;
		margin: 8vw auto;
	}
	.big-session .img,
	.big-session .info{
		width: 100%;
	}
	.big-session .info,
	.session .info{
		padding: 5vw;
	}
	.big-session .info h3, .session .info h3{
		font-size: 5vw;
	}
	.session-bottom{
		position: static;
		padding: 0;
		margin-top: 5vw;
	}
	.session-bottom .likes img{
		width: 3vw;
		margin-right: 1.5vw;
	}
	.session .info p{
		display: -webkit-box;
		-webkit-line-clamp: 3;       /* ограничиваем количество строк */
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}