.exp {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-bottom: 20px;
}

.exp img {
	margin: 20px;
}

.texp p {
	font-size: 23px;
}

.texp h2 {
	font-size: 30px;
}

.img {
	height: 15%;
	width: 15%;
}

@media (max-width: 768px) {
	section {
		margin-bottom: 100px;
	}

	.img {
		display: none;
	}

	.texp p {
		font-size: 18px;
	}

	.texp h2 {
		font-size: 24px;
	}
}
