
.offer-services {
	padding: 48px 0;
}

.offer-services .offer-services__heading {
	margin-bottom: 24px;
	max-width: 560px;
}

.offer-services .offer-services__subheading {
	max-width: 560px;
	margin-bottom: 48px;
}

.offer-services .offer-services__subheading p {
	color: #424242;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.offer-services .offer-items-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	justify-content: space-between;
	gap: 16px;
}

.offer-services .offer-items-wrapper .offer-item {
	padding: 30px;
	border: 1px solid #e2e3e5;
}

.offer-services .offer-items-wrapper .offer-item .desc-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.offer-services .offer-items-wrapper .offer-item .desc-wrapper .block-title {
	color: #30466d;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	padding: 8px 0;
	min-height: 84px;
}

.offer-services .offer-items-wrapper .offer-item .desc-wrapper .block-text {
	color: #5e5e5e;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding: 8px 0 18px 0;
	min-height: 118px;
}

.offer-services .offer-items-wrapper .offer-item .desc-wrapper .link-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.offer-services .offer-items-wrapper .offer-item .desc-wrapper .link-wrapper .block-link {
	text-align: right;
	display: block;
	color: #30466d;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 1.33px;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content;
}

.offer-services .offer-items-wrapper .offer-item .desc-wrapper .link-wrapper .block-link .icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	padding: 10px;
	background-color: #30466d;
	margin: 10px 0 0 20px;
}

.offer-services .offer-items-wrapper .offer-item .desc-wrapper .link-wrapper .block-link .icon img {
	transition: .3s linear;
}

.offer-services .offer-items-wrapper .offer-item .desc-wrapper .link-wrapper .block-link:hover .icon img {
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
	.offer-services .offer-services__heading h2 br {
		display: none;
	}
	
	.offer-services .offer-items-wrapper {
		grid-template-columns: 1fr;
	}
}
