/* HV Categories Opt1 */
.hv-categories-opt1 {
	padding: 100px 15px 50px;
	font-family: neue-haas-grotesk-display, sans-serif
}

@media (max-width: 767px) {
	.hv-categories-opt1 {
		padding: 50px 15px
	}
}

.hv-categories-opt1 .left-content {
	padding-right: 120px
}

.hv-categories-opt1 .left-content .hv-section-heading2 {
	margin-bottom: 25px
}

@media (max-width: 767px) {
	.hv-categories-opt1 .left-content .hv-section-heading2 {
		margin-bottom: 20px
	}
}

.hv-categories-opt1 .left-content h5 {
	font-size: 15px;
	letter-spacing: .7px;
	margin-bottom: 15px;
	line-height: 1;
	font-weight: 700
}

@media (max-width: 767px) {
	.hv-categories-opt1 .left-content h5 {
		font-size: 11px
	}
}

.hv-categories-opt1 .left-content p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px
}

@media (max-width: 1202px) {
	.hv-categories-opt1 .left-content {
		padding-right: 60px
	}
}

@media (max-width: 1120px) {
	.hv-categories-opt1 .left-content {
		padding-right: 0
	}
}

.hv-categories-opt1 .cta-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	min-height: 100%;
	padding: 0 30px;
	max-width: 560px
}

.hv-categories-opt1 .cta-wrapper .category {
	margin: 25px 0
}

@media (max-width: 1100px) {
	.hv-categories-opt1 .cta-wrapper {
		padding: 30px 0
	}
}

@media (max-width: 991px) {
	.hv-categories-opt1 .cta-wrapper {
		padding: 0
	}
	.hv-categories-opt1 .cta-wrapper .category {
		flex: 50%;
		margin: 0px 0 30px
	}
}

@media (max-width: 480px) {
	.hv-categories-opt1 .cta-wrapper .category {
		margin: 0px 0 30px
	}
	.hv-categories-opt1 .cta-wrapper .category:last-child {
		margin-bottom: 0
	}
}