.link-with-img {
	max-width: 700px;
	align-self: center;
}

.body-container.w-container {
	display: flex;
	flex-direction: column;
}

@media (max-width: 768px) {
	.link-with-img {
		max-width: 100%;
	}
}
.section-3 img {
	width: 28px;
	height: 28px;
}

.mob-only {
	display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.desktop-only {
		display: none;
	}
	.mob-only {
		display: inline;
	}
}
