.home-slide .home-slide-content-container {
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.home-slide-heading {
	color: #54565b;
	font-family: "Gilroy-Bold";
	font-weight: 400;
	line-height: 1.21;
	border-bottom: solid 1px #8d9097;
	margin-top:0;
}

.home-slide-text {
	font-family: "Gilroy-Regular";
	color: #313131;
	margin-top: 0;
}

.home-slide-content-container .home-slide-link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: none;
	transform: none;
}

.slick-dots{
  bottom: -27px;
}

.slick-dots li{
  margin: 0 !important;
}

.slick-dots li.slick-active button:before{
  color: #e61c45 !important;
}

.slick-dots li button:before {
  font-size: 10px;
}

@media (min-width: 321px) {
	.home-slide-heading {
		font-size: 24px;
	}
	.home-slide-text {
		font-size: 16px;
		line-height: 1.5;
	}
}

@media (min-width: 768px) {
	.home-slide .home-slide-content-container {
		height: 416px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.home-slide-content {
		display: flex;
		flex-flow: column;
		align-items: start;
		width: 75%;
	}
	.home-slide-content-inner {
		max-width: 55%;
	}
	.home-slide-heading {
		padding-bottom: 10px;
		margin-bottom: 17px;
	}
	.home-slide-text {
		margin-bottom: 50px;
	}
}

@media (min-width: 1100px) {
	.home-slide-content {
		max-width: 1110px;
	}
}

@media (min-width: 1465px) {
	.home-slide-content {
		max-width: 1110px;
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.home-slide .home-slide-content-container {
		height: 513px;
		background-position: center 65%;
	}
	.home-slide-content {
		padding:30px 45px 20px;
		text-align: center;
		position: relative;
	}
	.home-slide-content, .home-slide-content-inner {
		height: 100%;
	}
	.home-slide-heading {
		margin-bottom: 10px;
	}
	.home-slide-button {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}
}

@media (max-width: 575.98px) {
	.home-slide .home-slide-content-container {
		background-position-y: 75%;
	}
}

@media (max-width: 320.98px) {
	.home-slide-content {
		padding-left: 30px;
		padding-right: 30px;
	}
	.home-slide-heading {
		font-size: 20px;
	}
	.home-slide-text {
		font-size: 14px;
	}
}
