
.five-reasons-widget {
	background: #FFFBF4;
	width: 100vw;
	padding: 39px 0 34px;
	margin-left: calc(((100vw - 100%) /2)*-1); }

.five-reasons-widget .inner {
	max-width: 1246px;
	text-align: center;
	padding: 0 30px;
	margin: 0 auto; }

.five-reasons-widget h4 {
	font-style: normal;
	font-weight: normal;
	font-size: 34px;
	line-height: 120%;
	text-align: center;
	color: #336DB5;
	margin: 0 0 30px;
	letter-spacing: -0.005em; }

.five-reasons-widget .block {
	text-decoration: none;
	display: inline-block;
	width: calc((100% - 120px) / 5);
	max-width: 205px;
	min-width: 195px;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 30px; }

.five-reasons-widget .block:nth-of-type(5) { margin-right: 0; }

.five-reasons-widget .block .title {
	display: block;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	color: #831D48;
	margin-bottom: 13px; }

.five-reasons-widget .block .img-wrap {
	display: block;
	width: 100%;
	height: 136px;
	background-repeat: no-repeat;
	background-position : bottom center;
	background-size: 205px;
	margin-bottom: 18px; }

.five-reasons-widget .block .text {
	display: block;
	font-size: 16px;
	line-height: 133%;
	color: #524A43; }

@media (max-width: 1170px) {

	.five-reasons-widget .inner {
		max-width: 900px; }

	.five-reasons-widget .block {
		width: calc((100% - 60px) / 3); }

	.five-reasons-widget .block:nth-of-type(3),
	.five-reasons-widget .block:nth-of-type(5) { margin-right: 0; }

}

@media (max-width: 720px) {

	.five-reasons-widget .inner {
		max-width : 660px; }

	.five-reasons-widget h4 {
		font-size: 4.7225vw; }

	.five-reasons-widget .block {
		width: calc((100% - 30px) / 2); }

	.five-reasons-widget .block:nth-of-type(n) { margin-right: 30px; }

	.five-reasons-widget .block:nth-of-type(2n),
	.five-reasons-widget .block:nth-of-type(5) { margin-right: 0px; }

}

@media (max-width: 600px) {

	.five-reasons-widget h4 {
		font-size: 28px;
		max-width: 354px;
		margin-left: auto;
		margin-right: auto; }

	.five-reasons-widget {
		padding: 34px 0 0; }

}

@media (max-width: 480px) {

	.five-reasons-widget .block {
		width: 100%;
		display: block; }

	.five-reasons-widget .block:nth-of-type(n) { margin: 0 auto 30px; }

}

@media (max-width: 400px) {

	.five-reasons-widget h4 {
		font-size : 7vw; }

}