.jar-tool {
	position: relative;
	margin: auto;
	padding-top: 5.63rem;
	padding-bottom: 5.94rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.jar-tool--home {
	padding-bottom: 3.25rem;
	background-image: url("../images/bkg_desk.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -5rem;
	padding-top: 106px;
}

.jar-tool--home--content {
	background-color: #E20019;
	border-radius: 1.88rem;
}

.jar-tool--home--content .jar-tool--info {
	background-color: transparent;
	border-radius: 0;
	display: -ms-flexbox;
	display: flex;
	max-width: none;
	box-shadow: none;
	padding: 4.75rem 4.06rem;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jar-tool--home--content .jar-tool--info--text {
	width: 40%;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 1rem;
	color: #FFF;
}

.jar-tool--home--content .jar-tool--info--text .title {
	font-size: 1.88rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #FFF;
	margin-bottom: 0;
}

.jar-tool--home--content .jar-tool--info--text .text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.jar-tool--home--content .jar-tool--info--text .cta {
	margin-top: 1rem;
}

.jar-tool--home--content .jar-tool--info--text .cta a {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #E20019;
	padding: 1.13rem 2.5rem;
	background-color: #FFF;
	border-radius: 3.13rem;
	text-decoration: none;
}

.jar-tool--home--content .jar-tool--info--image {
	width: 60%;
}

.jar-tool--home--content .jar-tool--info--image img {
	width: 100%;
	height: auto;
}

.jar-tool--home .jar-tool--info {
	width: 100%;
}

@media (max-width: 639px) {

.jar-tool {
	display: -ms-flexbox;
	display: flex;
	height: auto;
	min-height: 100vh;
	padding-bottom: 0;
	padding-top: 90px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.jar-tool--home {
	padding: 140px 0 0 0;
	background-image: url("../images/bkg_mob.jpg");
	background-size: 100%;
	background-repeat: repeat-y;
}

.jar-tool--home .container {
	padding: 0;
}

.jar-tool--home--content {
	border-radius: 20px 20px 0 0;
	box-shadow: 0 -7px 7px 0 rgba(0, 0, 0, 0.15);
	margin-top: 40px;
}

.jar-tool--home--content .jar-tool--info {
	padding: 20px;
}

.jar-tool--home--content .jar-tool--info--text {
	width: 100%;
	text-align: center;
}

.jar-tool--home--content .jar-tool--info--text .title {
	font-size: 30px;
}

.jar-tool--home--content .jar-tool--info--image {
	width: 100%;
	margin-top: 36px;
}

.jar-tool--home .jar-tool--info {
	-ms-flex-direction: column;
	flex-direction: column;
}

}

