.excerpts-heading{
	text-align: center;
}
.excerpts-container{
	display: flex;
	flex-direction: column;
	row-gap: 50px;
	margin-bottom: 75px;
}
.excerpt{
	font-size: 26px;
	background-color: rgb(243, 245, 244);
	width: 70%;
	line-height: 1.5;
	position: relative;
	padding: 20px;
  	background-size: 10%;
	background-image: url("../images/ico-star.svg");
	border-radius: 45px;
}
@media screen and (min-width: 1024px){
	.excerpt:nth-child(odd){
		margin-left: auto;
		margin-right: 5%;
	}
	.excerpt:nth-child(even){
		margin-right: auto;
		margin-left: 5%;
	}
}

.get-book-section{
	display: flex;
	justify-content: center;
	margin-bottom: 75px;
}
.button.get-book{
	font-size: 22px;
}

@media screen and (max-width: 1023px) {
	.excerpt{
		font-size: 18px;
		width: 100%;
		line-height: 1.25;
	}
}