.home-services__title {
	margin: 0 0 52px;
	font-size: 3.5rem;
	line-height: 1.2;
	font-weight: bold;
	color: inherit;
}

.home-services__list {
	column-count: 2;
	column-gap: 80px;
}

.home-services__item {
	display: inline-block;
	width: 100%;
	margin: 0 0 21px;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}

.home-services__heading {
	margin: 0;
	font-size: 3.5rem;
	line-height: 1.2;
	font-weight: 400;
}

.home-services__trigger {
	-webkit-appearance: none;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	min-height: 48px;
	padding: 0 1px 8px 0;
	border: 0;
	border-bottom: 1px solid #bbb;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	text-shadow: 0 0 0 transparent;
	transition: border-color 250ms ease-in-out, text-shadow 120ms ease;
}

.home-services__trigger span:first-child {
	padding-right: 16px;
}

.home-services__icon {
	position: relative;
	flex: 0 0 13px;
	width: 13px;
	height: 13px;
	margin-top: 10px;
}

.home-services__icon:before,
.home-services__icon:after {
	content: '';
	position: absolute;
	background: #101010;
}

.home-services__icon:before {
	top: 6px;
	left: 0;
	width: 13px;
	height: 1px;
}

.home-services__icon:after {
	top: 0;
	left: 6px;
	width: 1px;
	height: 13px;
}

.home-services__item.-active .home-services__icon:after {
	display: none;
}

.home-services__panel {
	max-height: 0;
	overflow: hidden;
	padding-top: 0;
	opacity: 0;
	transition: max-height 300ms ease, padding-top 300ms ease, opacity 200ms ease;
}

.home-services__item.-active .home-services__panel {
	padding-top: 9px;
	padding-bottom: 12px;
	opacity: 1;
}

.home-services__item.-active .home-services__trigger {
	font-weight: bold;
	text-shadow: 0.01em 0 0 currentColor;
}

.home-services__links {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 3rem;
	line-height: 1.55;
}

.home-services__links a {
	position: relative;
	display: inline-block;
	color: #001a26;
	text-decoration: none;
	transition: color 250ms ease-in-out;
}

.home-services__links a:before {
	content: "";
	position: absolute;
	top: 99%;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #ff2128;
	transition: width 250ms ease-in-out;
}

.home-services__links a:hover:before,
.home-services__links a:focus:before {
	width: 100%;
}

.home-services__links a:focus {
	outline: none;
}

.home-services__links a:hover,
.home-services__links a:focus {
	color: #ff2128;
}

@media screen and (max-width: 1050px) {
	.home-services__title,
	.home-services__heading {
		font-size: 3rem;
	}

	.home-services__trigger {
		min-height: 42px;
	}

	.home-services__icon {
		margin-top: 8px;
	}

	.home-services__links {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 760px) {
	.section--home-services {
		padding: 25px 0;
	}

	.home-services__title {
		margin-bottom: 12px;
		font-size: 2.7rem;
	}

	.home-services__heading {
		font-size: 2.6rem;
	}

	.home-services__list {
		column-count: auto;
		column-gap: 0;
	}

	.home-services__item {
		display: block;
		margin-bottom: 8px;
	}

	.home-services__trigger {
		min-height: 36px;
		padding-bottom: 5px;
	}

	.home-services__icon {
		margin-top: 6px;
	}

	.home-services__links {
		font-size: 2.2rem;
		line-height: 1.45;
	}

	.home-services__item.-active .home-services__trigger {
		font-weight: 400;
		text-shadow: none;
	}
}

@media screen and (max-width: 500px) {
	.home-services__title,
	.home-services__heading {
		font-size: 2.2rem;
	}

	.home-services__trigger {
		min-height: 31px;
	}

	.home-services__icon {
		margin-top: 5px;
	}

	.home-services__links {
		font-size: 1.8rem;
	}
}
