.section-content {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.image-with-btn {
	position: relative;
}

.image-with-btn img {
	display: block;
	width: 100%;
	height: auto;
}

.top-center-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	border-radius: 50px;
	background-color: transparent;
	text-align: center;
	cursor: pointer;
}

.top-position {
	top: -65px;
	padding: 10px 30px;
	font-size: 16px;

	@media only screen and (max-width: 1200px) {
		top: -40px;
		padding: 4px 14px;
		font-size: 10px;

		@media only screen and (max-width: 600px) {
			top: -25px;
			padding: 2px 10px;
			font-size: 6px;
		}
	}
}

.bottom-position {
	top: 80px;
	padding: 10px 30px;
	font-size: 16px;

	@media only screen and (max-width: 1200px) {
		top: 40px;
		padding: 4px 14px;
		font-size: 12px;

		@media only screen and (max-width: 600px) {
			top: 30px;
			padding: 2px 10px;
			font-size: 6px;
		}
	}
}

.btn-white {
	color: white !important;
	border: 1px solid white;
}

.btn-black {
	color: black !important;
	border: 1px solid black;
}

.btn-content {
	max-width: 33%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.buy-btn {
	font-size: 90%;
	flex: 1;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	margin: 0 25px;
	border: 1px solid black;
	border-radius: 50px;
}
