@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.title {
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 50px;
	font-family: 'Poppins', sans-serif;
	width: 100%;
}

.section-image {
	max-width: 100%;
}

.paragraph {
	color: #000;

	/* p-desktop */
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
}

.h2-bold {
	color: #000;

	/* h2-desktop */
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 48px;
}

.main-image {
	width: 100%;
	margin-top: 24px;
	margin-bottom: 24px;
}

.link {
	font-size: inherit;
	color: inherit;
}

.flex-container {
	display: flex;
	align-items: center;
	gap: 48px;
	margin-bottom: 88px;
	justify-content: center;
}

@media only screen and (max-width: 992px) {
	.paragraph {
		color: #000;

		/* p-phone */
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 171.429% */
	}

	.h2-bold {
		color: #000;

		/* h1-phone */
		font-family: Montserrat;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-bottom: 24px;
	}

	.flex-container {
		flex-direction: column;
		align-self: stretch;
	}

	.mobile-reverse {
		flex-direction: column-reverse;
	}
}
