/* block */

	.sectionLearnMore {

		display: block;

		width: 100%;
		height: auto;

		padding-top: 40px;
		padding-right: 15px;
		padding-left: 15px;

		background-color: transparent;

		position: relative;

		z-index: 2;
	}

/* row */

	.sectionLearnMore__row {

		display: block;

		width: 100%;
		height: auto;
	}

		.sectionLearnMore__row--header {

			padding-bottom: 25px;

			text-align: center;
		}

		.sectionLearnMore__row--products {

			padding-bottom: 25px;
		}

		.sectionLearnMore__row--buttons {

			padding-bottom: 20px;

			text-align: center;
		}

		.sectionLearnMore__row--line {

			text-align: center;
		}

/* text */

	.sectionLearnMore__text {

		display: inline-block;

		width: auto;
		height: auto;

		font-family: 'VAGRoundedLTCom';
		font-style: normal;
	}

		.sectionLearnMore__text--header {

			font-size: 26px;
			font-weight: 700;

			color: #034798;
		}

		.sectionLearnMore__text--button {

			padding: 10px 20px;

			font-size: 16px;
			font-weight: 700;

			border-radius: 5px;

			border-width: 1px;
			border-style: solid;
			border-color: #034798;

			color: #034798;
		}

/* image */

	.sectionLearnMore__image {

		display: block;

		width: auto;
		height: auto;
	}

		.sectionLearnMore__image--products {

			max-width: 75%;

			margin-right: auto;
			margin-left: auto;
		}

		.sectionLearnMore__image--line {

			max-width: 100%;

			display: inline-block;
		}

/* RWD */

	@media only screen and (min-width: 640px) {

		/* image */

			.sectionLearnMore__image--products {

				max-width: 100%;
			}
	}

	@media only screen and (min-width: 768px) {

		/* block */

			.sectionLearnMore {

				padding-top: 60px;
			}

		/* row */

			.sectionLearnMore__row--buttons {

				padding-bottom: 25px;
			}
	}

	@media only screen and (min-width: 1024px) {

		/* block */

			.sectionLearnMore {

				padding-top: 80px;
			}

		/* row */

			.sectionLearnMore__row--products {

				padding-bottom: 30px;
			}

			.sectionLearnMore__row--buttons {

				padding-bottom: 30px;
			}
	}

	@media only screen and (min-width: 1200px) {

		/* block */

			.sectionLearnMore {

				padding-top: 100px;
			}

		/* row */

			.sectionLearnMore__row--products {

				padding-bottom: 35px;
			}

			.sectionLearnMore__row--buttons {

				padding-bottom: 35px;
			}
	}

	@media only screen and (min-width: 1600px) {

		/* block */

			.sectionLearnMore {

				padding-top: 120px;
			}

		/* row */

			.sectionLearnMore__row--products {

				padding-bottom: 45px;
			}

			.sectionLearnMore__row--buttons {

				padding-bottom: 45px;
			}

		/* text */

			.sectionLearnMore__text--header {

				font-size: 36px;
			}
	}