.whats_vaping {
	display: flex;
	gap: 50px;
	padding: 75px;
	max-width: 1500px;
	margin: auto;
}
@media only screen and (max-width: 900px) {
	.whats_vaping {
		padding: 75px 40px;
	}
}
@media only screen and (max-width: 650px) {
	.whats_vaping {
		flex-direction: column;
		justify-content: center;
		margin: auto;
	}
}
@media only screen and (max-width: 400px) {
	.whats_vaping {
		padding: 75px 20px;
	}
}
.whats_vaping figure {
	width: 50vw;
	min-height: 370px;
	max-height: 600px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
@media only screen and (max-width: 650px) {
	.whats_vaping figure {
		width: 100%;
	}
}
.whats_vaping figure:nth-child(1) {
	padding: 10px;
}
@media only screen and (max-width: 360px) {
	.whats_vaping figure:nth-child(1) {
		min-height: 450px;
	}
}
.whats_vaping figure:nth-child(1) h2 {
	font-size: 2.5rem;
	margin-bottom: 10px;
}
.whats_vaping figure:nth-child(1) h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.whats_vaping figure:nth-child(1) p {
	line-height: 1.5;
	margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
	.whats_vaping figure:nth-child(1) p:nth-of-type(2) {
		display: none;
	}
}
@media only screen and (max-width: 650px) {
	.whats_vaping figure:nth-child(1) p:nth-of-type(2) {
		display: flex;
	}
}
@media only screen and (max-width: 530px) {
	.whats_vaping figure:nth-child(1) p:nth-of-type(2) {
		display: none;
	}
}
.whats_vaping figure:nth-child(1) a {
	padding: 15px 20px;
	background-color: #8364e8;
	position: absolute;
	/*right: 20px;*/
	left: 50%;
	border-radius: 25px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
}
.whats_vaping figure:nth-child(2) {
	display: flex;
	align-items: center;
}
.whats_vaping img {
	width: 100%;
	height: auto;
	vertical-align: top;
}