body {
	font-family: 'Montserrat', sans-serif;
	background:#000
}

.hero h1 {
	color: #ffcc00;
	font-weight: 600;
	font-size: 32px;
}

.hero h2 {
	color: #cdcdcd;
	font-size: 18px;
	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: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding-top: 4px;
}

.grid-category img {
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;

}

.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: #ffcc00;
	border: 2px solid #ffcc00;
	border-radius: 150px;
	font-weight: bold;
	justify-content: center;
	padding: 0 10%;
}

.btn-outline-pink:hover, .btn-outline-pink:focus, .btn:focus-visible, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
	background: #ffcc00;
	color: #000;
}

@media (max-width:991px) {
	.header-mobile {
		background: #000;
		width: 100%;
		height: 81px
	}

	.max-mobile {
		max-width: 500px;
		margin: 20px auto;
		padding:0 15px
	}

	.banner-mobile {
		background: url('../images/bg-banner-category-mobile.jpg') no-repeat top left;
		height: 165px;
		background-size: cover;
	}

	.btn-black {
		font-size: 9px;
		    color: #93c028;
    border: 2px solid #93c028;
		border-radius: 150px;
		margin-top: 20px;
		font-weight: 600
	}
	.btn-black:hover, .btn-black:focus, .btn:focus-visible, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #93c028;
    color: #000;
}
	.h2{font-size:18px}
	.h-100{
		height: Calc(100vh - 81px)!important;
	}
}

@media (min-width:992px) {
	.hero-desktop {
		height: 100vh;
	}

	.hero {
		background: #000 url('../images/bg-desktop.png') no-repeat bottom right;
	}

	.hero h1 {
		margin-top: 80px;
		margin-bottom: 60px;
		font-size: 40px;
	}

	.hero h2 {
		margin-bottom: 60px;
		font-size: 31px;
	}


	.btn-outline-pink {
		height: 62px;
		display: inline-flex;
		align-items: center;
		font-size: 22px;
		color: #ffcc00;
		border: 2px solid #ffcc00;
		border-radius: 150px;
		font-weight: bold;
		justify-content: center;
		padding: 0 10%;
	}

	.grid-category {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		/*grid-template-rows: repeat(2, 1fr);*/
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		max-width: 100%;
		grid-gap: 17px;
	}

	.grid-category h2 {
		color: #fff;
		font-size: 28px;
		font-weight: 700;
		text-align: center;
	}

	.grid-category img {
		border-radius: 22px;
		-moz-border-radius: 22px;
		-webkit-border-radius: 22px;
	}

	.description {
		font-weight: 600;
		font-size: 15px;
		color: #fff;
		line-height: 18px;
		margin-top: 10px;
		margin-bottom: 20px;
		text-align: center;
	}

	.bg-banner-category {
		height: 610px
	}

	footer {
		background: #000;
		height: 78px
	}

	footer .btn-outline-pink {
		height: 38px;
		font-size: 12px;
		color: #93c028;
		padding: 0 33px
	}
}
