#index .home-about {
	margin: 6rem 0
}

#index .home-about .col-md-6 {
	display: flex;
	align-items: center
}

#index .home-about .home-about__wrapper {
	background-color: #000;
	color: #fff
}

#index .home-about img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
}

#index .home-about h2 {
	margin-bottom: 1rem
}

@media (min-width: 992px) {
	#index .home-about h2 {
		margin-bottom:2rem
	}
}

#index .home-about .home-about__text {
	padding: 3rem 2rem
}

@media (min-width: 768px) {
	#index .home-about .home-about__text {
		padding:4rem 2rem;
		width: 100%;
	}
}

@media (min-width: 1300px) {
	#index .home-about .home-about__text {
		padding:3rem;
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	#index .home-about .home-about__text p {
		font-size:.875rem
	}
}

#index .home-about .home-about__text p:last-of-type {
	margin: 3rem 0
}