.post-author {
	background-color: #D4DEF7;
	border-radius: 40px;
	padding: 32px;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 20px;
}
.post-author__icon img {
	position: absolute;
	right: 20px;
	top: -20px;
}
.post-author__backimg  {
	position: absolute;
	left: 0;
	top: 0px;
	height: 100%;
	width: 100%;
	border-radius: 40px;
	overflow: hidden;
	z-index: 1;
}
.post-author__backimg img {
	position: absolute;
	bottom: -18%;
}
.post-author__heading {
	display: flex;
	gap: 0px 20px;
	margin-bottom: 20px;
	z-index: 2;
}
.post-author__image {
	width: 68px;
	height: 68px;
	min-width: 68px;
	min-height: 68px;
	border-radius: 68px;
	overflow: hidden;
}
.post-author__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-author__name {
	font-size: 28px;
	font-weight: 500;
	line-height: 120%;
}
.post-author__expertise {
	color: #666666;
	line-height: 120%;
	margin-bottom: 40px;
}
.post-author__content {
	padding: 0px 14px 0px 88px;
	font-family: 'Ubuntu';
	z-index: 2;
}
.post-social {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.post-social__item {
	padding: 12px 16px;
	border: 1px solid #B7BDCB;
	font-weight: 700;
	border-radius: 12px;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 0px 10px;
	transition: .3s;
}
.post-social__item:hover {
	border: 1px solid #4a7af4;
}
@media screen and (max-width: 68.75em) {
	.post-author__content {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.post-social {
		flex-direction: row;
	}
	.post-author__expertise {
		margin-bottom: 0px;
	}
	.post-author__expertise {
		max-width: 250px;
	}
	.post-author__backimg img {
		bottom: -28%;
	}
}
@media screen and (max-width: 43.75em) {
	.post-author__content {
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}
	.post-author__expertise {
		margin-bottom: 40px;
	}
	.post-social {
		flex-direction: column;
	}
	.post-author__backimg img {
		bottom: -18%;
	}
	.post-author__heading {
		flex-direction: column;
		gap: 12px 0px;
	}
	.post-author__content {
		padding: 0px;
	}
}

.price__container {
	overflow-x: auto;
	margin-bottom: 2rem;
}
