
.texticon-block {
position: relative;
text-align: center;
padding: 90px 0;
overflow: hidden;
}
.texticon-header {
border-bottom: 1px solid #E9EEF4;
padding: 0 0 20px 0;
margin: 0 0 30px 0;
}
.texticon-block .maxwidth {
max-width: 800px;
margin: 0 auto;
}
.texticon-articles {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -1.75%;
}
.texticon-article {
flex: 0 0 29.833%;
display: flex;
flex-direction: column;
box-sizing: border-box;
padding: 0 15px;
margin: 1.75%;
}
.texticon-article.faded {
opacity: 0.5;
}
.texticon-article figure {
display: flex;
align-items: center;
width: 80px;
height: 80px;
background: #E9EEF4;
text-align: center;
border-radius: 50%;
margin: 0 auto 25px auto;
overflow: hidden;
}
.texticon-article figure img {
max-width: 40px;
max-height: 40px;
display: block;
margin: 0 auto;
}
.texticon-article figure.texticon-photo {
width: 160px;
height: 160px;
}
.texticon-article figure.texticon-photo img {
max-width: none;
max-height: none;
width: 100%;
height: 100%;
object-fit: cover;
}
.texticon-article h4 {
margin-bottom: 15px;
}
.texticon-article p:last-child {
margin: 0;
}
.texticon-article p.item-btn {
margin: auto 0 0 0;
}
.texticon-article .form-modal-group {
margin: auto 0 0 0;
}

@media screen and (max-width: 1023px) {
	.texticon-article {
	flex-basis: 46.5%;
	}
}
@media screen and (max-width: 767px) {
	.texticon-block {
	padding: 60px 0;
	}
}
@media screen and (max-width: 599px) {
	.texticon-article {
	flex-basis: 97%;
	}
	.texticon-article {
	margin-bottom: 30px;
	}
	.texticon-article:last-child {
	margin-bottom: 0;
	}
}