.atf {
	margin-top: 100px;
}
.card {
	position: relative;
	padding: 20px;
}
.card__left {
	position: relative;
	margin-bottom: 30px;
}
.card__title {
	margin-bottom: -10px;
}
.card__subtitle {
	font-weight: normal;
}
.card__txt {
	font-size: 18px;
	line-height: 20px;
}
.card__right {
	position: relative;
	text-align: center;
}
.card__picture {
	width: 260px;
}
.card__star {
	width: 40px;
	position: absolute;
	top: 20px;
	right: 0;
}
.card__star2 {
	width: 20px;
	position: absolute;
	bottom: -60px;
	left: 0;
}
.card__star3 {
	width: 30px;
	position: absolute;
	top: -40px;
	left: 0;
}
.card__star4 {
	width: 30px;
	position: absolute;
	top: -40px;
	left: 0;
}
.card__star5 {
	width: 40px;
	position: absolute;
	bottom: -40px;
	right: 0;
}
.card__moon {
	width: 40px;
	position: absolute;
	bottom: -40px;
	right: 0;
}
.card__points3 {
	width: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.card__points4 {
	width: 40px;
	position: absolute;
	bottom: -20px;
	right: 0;
}
.card__points5 {
	width: 30px;
	position: absolute;
	bottom: -60px;
	left: 0;
}

@media screen and (min-width: 500px) {

	.card {
		width: 400px;
		margin: auto;
	}

}

@media screen and (min-width: 768px) {

	.atf {
		margin-top: 160px;
	}
	.card {
		display: flex;
		grid-gap: 40px;
		align-items: center;
		width: 680px;
	}
	.card.reverse {
		flex-direction: row-reverse;
	}
	.card__title {
		text-align: center;
	}
	.card__subtitle {
		text-align: center;
		line-height: 26px;
	}
	.card__txt {
		text-align: center;
	}
	.card__points5 {
		bottom: -30px;
	}

}

@media screen and (min-width: 1000px) {

	.card {
		width: 900px;
	}
	.card__picture {
		width: 360px;
	}
	.card__title {
		font-size: 30px;
	}
	.card__subtitle {
		font-size: 22px;
		margin-bottom: 40px;
	}
	.card__txt {
		font-size: 20px;
		line-height: 30px;
	}

}

@media screen and (min-width: 1200px) {

	.card {
		width: 1000px;
		grid-gap: 100px;
	}
	.card__title {
		font-size: 34px;
	}
	.card__subtitle {
		font-size: 22px;
		margin-bottom: 40px;
	}
	.card__txt {
		font-size: 22px;
		line-height: 30px;
	}
	.card__picture {
		width: 480px;
	}

}

@media screen and (min-width: 1920px) {

	.card {
		width: 1400px;
		grid-gap: 100px;
	}
	.card__title {
		font-size: 42px;
	}
	.card__subtitle {
		font-size: 32px;
		margin-bottom: 80px;
	}
	.card__txt {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 40px;
	}
	.card__picture {
		width: 580px;
	}

}