
.wp-block-timeular-tab-gallery-md-block {
	align-items: center;
	display: flex;
	flex-direction: row;
	margin-right: calc(-50vw + 570px);
	padding: 100px 0;
	position: relative;
}

@media (max-width:991px) {
	.wp-block-timeular-tab-gallery-md-block {
		flex-direction: column;
		margin-right: 0;
		padding: 50px 25px;
	}
}

.wp-block-timeular-tab-gallery-md-block>section:first-of-type {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 450px;
}

.wp-block-timeular-tab-gallery-md-block>section:first-of-type>.title {
	margin-bottom: 55px;
}

@media (max-width:991px) {
	.wp-block-timeular-tab-gallery-md-block>section:first-of-type>.title {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.wp-block-timeular-tab-gallery-md-block>section:first-of-type>.features {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-bottom: 112px;
	}
}

.wp-block-timeular-tab-gallery-md-block>section:first-of-type>.features>.feature:not(:last-of-type) {
	margin-bottom: 50px;
}

@media (max-width:991px) {
	.wp-block-timeular-tab-gallery-md-block>section:first-of-type>.features>.feature:not(:last-of-type) {
		margin-bottom: 0;
		margin-right: 10px;
	}
}

.wp-block-timeular-tab-gallery-md-block>section:first-of-type>.features>.feature>button.lg {
	padding: 0;
}

@media (max-width:991px) {
	.wp-block-timeular-tab-gallery-md-block>section:first-of-type>.features>.feature>.feature-title {
		font-size: 12px;
		line-height: 19px;
	}
}

.wp-block-timeular-tab-gallery-md-block>section:first-of-type>.features>.feature>.feature-description {
	margin-top: 10px;
}

@media (max-width:991px) {
	.wp-block-timeular-tab-gallery-md-block>section:first-of-type>.features>.feature>.feature-description {
		left: 0;
		position: absolute;
		right: 0;
		text-align: center;
	}
}

.wp-block-timeular-tab-gallery-md-block>section:first-of-type>.features>.feature>.feature-description.inactive {
	display: none;
}

.wp-block-timeular-tab-gallery-md-block>.gutter {
	width: 70px;
}

@media (max-width:991px) {
	.wp-block-timeular-tab-gallery-md-block>.gutter {
		display: none;
	}
}
