.paragraph-freedom-activities--items {
	display: -ms-flexbox;
	display: flex;
}

.paragraph-freedom-activities .item-3 {
	-ms-flex: 1;
	flex: 1;
}

.paragraph-freedom-activity {
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.paragraph-freedom-activity:hover .paragraph-freedom-activity__text-wrap {
	max-height: 200px;
	overflow: visible;
	transition: all 0.4s ease-in;
}

.paragraph-freedom-activity .media-image {
	padding-bottom: 83%;
	position: relative;
}

.item-3 .paragraph-freedom-activity .media-image {
	padding-bottom: 125%;
}

.paragraph-freedom-activity .media-image img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.paragraph-freedom-activity__content {
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 2rem;
}

.paragraph-freedom-activity--title {
	text-align: center;
	color: #FFF;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 0.63rem;
	font-weight: 700;
}

.paragraph-freedom-activity--text {
	color: #FFF;
	text-align: center;
	padding-bottom: 0.94rem;
}

.paragraph-freedom-activity__text-wrap {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease-in;
}

.paragraph-freedom-activity--link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 767px) {

.paragraph-freedom-activities--items {
	-ms-flex-direction: column;
	flex-direction: column;
}

.paragraph-freedom-activity .media-image {
	padding-bottom: 126%;
}

.item-3 .paragraph-freedom-activity .media-image {
	padding-bottom: 126%;
}

.paragraph-freedom-activity__text-wrap {
	max-height: 100%;
	overflow: visible;
}

}

