.author {
	display: flex;
	margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
	.author {
		margin-bottom: 40px;
   }
}
@media screen and (max-width: 450px) {
	.author {
		flex-direction: column;
   }
	.author__block {
		display: flex;
		flex-direction: column;
   }
}
.author__info {
	width: 200px;
	margin-right: 50px;
	color: #c94d53;
}
@media screen and (max-width: 450px) {
	.author__info {
		display: flex;
		width: 100%;
		margin-bottom: 30px;
		margin-right: auto;
   }
}
.author__image {
	width: 113px;
	height: 113px;
	margin-bottom: 30px;
	border-radius: 50%;
}
@media screen and (max-width: 450px) {
	.author__image {
		margin-bottom: 0;
		margin-right: 30px;
   }
}
.author__date {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
}
@media screen and (max-width: 450px) {
	.author__date {
		margin-bottom: 0;
   }
}
.author__name {
	font-weight: bold;
	line-height: 20px;
}
@media screen and (max-width: 450px) {
	.author__name {
		order: -1;
		margin-bottom: 10px;
   }
}
.author__instagram {
	display: flex;
	align-items: center;
}
.author__icon {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%;
	font-size: 20px !important;
	color: white;
	background-color: #dadada;
}
.author__link {
	color: rgba(85, 85, 85, 0.5);
}
.author__video {
	width: 100%;
	margin-bottom: 30px;
}
