.services__category-card {
	display: flex;
	position: relative;
	flex-direction: row-reverse;
	justify-content: start;
	border: 1px solid #e7e7e7;
	border-bottom: 0;
	padding: 40px;
	width: 100%;
	gap: 40px;
	transition: box-shadow 0.2s height 0.5s, max-height 0.5s;
}

.services__category-card:last-child {
	border: 1px solid #e7e7e7;
}

.services__category-card__info {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-right: 40px;
	width: 100%;
}

.services__category-title {
	margin-top: 0;
	font-weight: bold;
}

.service__description {
	font-size: 12pt;
}

.service__arrow-open {
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	color: #123d5d;
	transition: background 0.2s, color 0.2s, border 0.2s;
}

.service__arrow-open:hover {
	color: #000;
}

.services__category-card:hover .service__arrow-open {
	background: #123d5d;
	color: #fff;
	border: none;
}

.services__category-card:hover {
	box-shadow: 0 0 20px #0000001a;
}

.services__category-title:hover {
	color: #123d5d !important;
}

.service__img {
	max-width: 250px;
	width: 100%;
	flex: 0 0 35%;
}

.service__img img {
	box-shadow: none;
}

.service__services-list {
	display: flex;
	font-size: 11pt;
	margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 10px 0;
	overflow: hidden;
}

.service__services-list a {
	flex: 0 0 50%;
	color: #123d5d;
}

.service__arrow-detailed {
	cursor: pointer;
	color: #123d5d !important;
	display: inline-flex;
	gap: 10px;
	width: fit-content;
	align-items: center;
}

.service__arrow-detailed:hover {
	color: #000 !important;
}

.service__arrow-detailed svg {
	transition: transform 0.2s;
}

.arrow-active svg {
	transform: rotate(180deg);
}

.card-container .card {
	box-shadow: none;
	border: 1px solid #0000001c;
	border-radius: 0;
	transition: box-shadow 0.2s;
}

.card-container:hover .card {
	box-shadow: 0 0 25px #0000001c;
	z-index: 1;
}

.card-container .card-img-top {
	border: 0;
	aspect-ratio: 3/2;
}

table td {
	border: 1px solid #e7e7e7;
}

table {
	margin-bottom: 10px;
}

.alignleft {
	float: left;
}

.aligncenter {
	float: center;
}

.alignright {
	float: right;
}

#single-services-description {
	margin: 0;
}
.s-services-img {
	height: unset;
}
.video-subtitle {
	font-size: 1.6rem;
}

@media (max-width: 768px) {
	.services__category-card {
		flex-direction: column-reverse;
	}

	.navbar-brand {
		font-size: 20px !important;
	}

	.service__img {
		max-width: unset;
		flex: unset;
	}

	.alignleft {
		float: none;
	}

	.aligncenter {
		float: none;
	}

	.alignright {
		float: none;
	}
}
@media (max-width: 420px) {
	.navbar-brand {
		font-size: 16px !important;
	}
}
