.paragraph {
	margin-bottom: 16px;
}

.paragraph p {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
}

.store {
	margin-top: 32px;
}

.store .grid {
	grid-template-columns: repeat(3,minmax(0,1fr))!important;
	row-gap: 8px;
	column-gap: 8px;
	max-width: unset;
}

.store a {
	display: block;
	width: 100%;
	height: 100%;

	color: transparent;
	border: 0;
	outline: none;
	text-decoration: nione;

	background: #fff;
}

.store img {
	display: block;
	width: 100%;
	height: auto;
}

.store-mobile {display: block;}
.store-desktop {display: none;}
@media (min-width: 480px) {
	.paragraph {
		padding-left: 10%;
		padding-right: 10%;
	}

	.store {margin-bottom: 32px;}
}

@media (min-width: 768px) {
	.store {
		margin-bottom: 0;
	}

	.store-mobile {display: none;}
	.store-desktop {
		display: block;
	}

	.paragraph {
		padding-right: 0;
		padding-left: 0;
	}
	.paragraph p {
		font-size: 18px;
		line-height: 22px;
	}

	.yasashi-availability .container-fluid {
		margin-bottom: 32px;
	}

	.yasashi-availability .brand a {
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	.yasashi-availability .brand {padding-left: 20%;}
}

@media (min-width: 1200px) {
	.yasashi-availability .brand {padding-left: 25%;}
	.yasashi-availability .container-fluid {max-width: 992px;}
}