.highlights-title {
    display: none;
}

.highlights-content-wrapper .plus {
    opacity: 1;
    transition: opacity .3s ease;
	background-image: linear-gradient(128deg, rgba(247,148,29,1) 0%, rgba(241,95,46,1) 100%);
	background-color: none !important;
}

.highlights-content-wrapper .plus:hover,
.highlights-content-wrapper .plus:focus {
	background-image: linear-gradient(320deg, rgba(247,148,29,1) 0%, rgba(241,95,46,1) 100%);
}

.highlights-content {
    width: 100%;
    color: #ffffff;
    padding: 30px;
    transition: opacity .6s ease;
}

.highlights-title {
    opacity: 1;
    transition: opacity .3s ease;
    padding: 1em;
}

.highlights-title h3 {
    color: #ffffff;
}

.highlights-content-wrapper img {
	position: absolute;
	object-fit: cover;
}

.highlights-content-wrapper .highlights-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media (max-width: 992px) {
	.why-choose-us {
		padding-left: 15px;
		padding-right: 15px;
	}
	.why-choose-us h3 {
		margin-bottom: 0;
	}
	.why-choose-us .card-header {
		border-color: var(--secondary);
  		background-color: var(--secondary);
	}
	.why-choose-us h3,
	.why-choose-us .icon {
		color: white;
	}
}
.matisse .btn {
	min-width: 100%;
	width: 100%;
}

.matisse-card h3,
.matisse-card p{
	color: white !important;
}

@media (max-width:992px) {
	.matisse .matisse-card {
		min-height: 400px !important;
	}
}
