.cat-sec h1 {
	margin-bottom: 22px;
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #161b20;
}

.cat-sec {
	margin: 20px 0;
}

.cat-sec__wrap {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap
}

@media only screen and (max-width:991px) {
	.cat-sec__wrap {
		display: block
	}
}

.cat-sec-item {
	width: calc(50% - 10px);
	margin-bottom: 20px;
	position: relative;
	padding: 34px 40px 46px;
	background: #fff;
	box-shadow: 8px 4px 21px rgba(162, 171, 174, .15);
	border-radius: 3px
}

.cat-sec-item .list {
	max-width: 530px
}

.cat-sec-item .list li {
	margin-bottom: 1em;
	line-height: 124%
}

.cat-sec-item__header {
	margin-bottom: 30px
}

.cat-sec-item__title {
	font-weight: 700;
	font-size: 22px;
	line-height: 150%;
	color: #333
}

.cat-sec-item__icn {
	position: absolute;
	top: 27px;
	right: 40px;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 4px 4px 21px rgba(162, 171, 174, .15)
}

@media only screen and (max-width:991px) {
	.cat-sec-item {
		width: 100%
	}
}

@media only screen and (max-width:767px) {
	.cat-sec-item {
		padding: 20px
	}
	.cat-sec-item__header {
		margin-bottom: 20px
	}
	.cat-sec-item__icn {
		position: static;
		margin-bottom: 16px
	}
	.cat-sec-item__title {
		font-size: 18px
	}
}
