body {
	font-family: 'Poppins', sans-serif;
}

.hero h1 {
	color: #4F4E50;
	font-weight: 300;
	font-size: 45px;
}

.hero h2 {
	color: #EAA2AA;
	font-size: 19px;
	margin-bottom:20px
}

.grid-category {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	max-width: 395px;
	grid-gap: 19px;
}

.grid-category h2 {
	color: #EAA2AA;
	font-size: 29px;
	font-weight: 700;
	text-align: center;
	padding-top: 4px;
}

.grid-category img {
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	width: 119px;
	height: 119px
}

.description {
	font-weight: 600;
	font-size: 10px;
	max-width: 488px;
	text-align: center;
	color: #000;
	line-height: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.btn-outline-pink {
	height: 43px;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	color: #4F4E50;
	border: 2px solid #EAA2AA;
	border-radius: 150px;
	font-weight: bold;
	justify-content: center;
	padding: 0 10%;
}

.btn-outline-pink:hover {
	background: #EAA2AA;
	color: #fff;
}

@media (max-width:991px) {
	.header-mobile {
		background: #000;
		width: 100%;
		height: 81px
	}

	.max-mobile {
		max-width: 500px;
		margin: 20px auto;
	}

	.banner-mobile {
		background: #feb1b7 url('../images/bg-banner-category-mobile.jpg') no-repeat top left;
		height: 165px
	}

	.btn-black {
		font-size: 9px;
		background: #000;
		color: #fff;
		border-radius: 150px;
		margin-top: 20px;
		font-weight: 600
	}
}

@media (min-width:992px) {
	.hero-desktop {
		height: 100vh;
	}

	.hero {
		background: url('../images/bg-desktop.png') no-repeat top right;
	}

	.hero h1 {
		width: 444px;
		margin-top: 80px;
		margin-bottom: 60px;
		font-size: 72px;
	}

	.hero h2 {
		margin-bottom: 60px;
		font-size: 31px;
	}

	.bg-banner-category {
		background: #ffb0b6 url('../images/bg-banner-category.jpg') no-repeat top left;
	}

	.btn-outline-pink {
		height: 62px;
		display: inline-flex;
		align-items: center;
		font-size: 22px;
		color: #4F4E50;
		border: 2px solid #EAA2AA;
		border-radius: 150px;
		font-weight: bold;
		justify-content: center;
		padding: 0 10%;
	}

	.grid-category {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		max-width: 516px;
		grid-gap: 17px;
	}

	.grid-category h2 {
		color: #fff;
		font-size: 39.5px;
		font-weight: 700;
		padding-left: 10px;
		padding-top: 4px;
		text-align: left;
	}

	.grid-category img {
		border-radius: 22px;
		-moz-border-radius: 22px;
		-webkit-border-radius: 22px;
	}

	.description {
		font-weight: 600;
		font-size: 15px;
		max-width: 488px;
		padding-left: 10px;
		color: #fff;
		line-height: 18px;
		margin-top: 10px;
		margin-bottom: 20px;
		text-align: left;
	}

	.bg-banner-category {
		height: 610px
	}

	footer {
		background: #000;
		height: 78px
	}

	footer .btn-outline-pink {
		height: 38px;
		font-size: 12px;
		color: #EAA2AA;
		padding: 0 33px
	}
}
