

/* Start:/local/components/mob.top/docs/templates/.default/mob.top/docs.list/.default/style.css?1738877470816*/
.docs__page {
	margin-bottom: -50px;
	padding: 50px 0 100px !important;
}
.docs__page-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 90px 40px;
}
.docs__page .services__item-wrapper.with-pic .services__item-title,
.docs__page .services__item-wrapper.with-pic .services__item-btn {
	color: #FBFBFB;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn.btn-href {
	font-size: 18px;
	background: #FAE9E1;
	color: #000;
	padding: 12px 24px;
	border-radius: 10px;
}

@media (max-width: 991px) {
	.docs__page-wrapper {
        gap: 60px 20px;
    }
}
@media (max-width: 767px) {
	.docs__page-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
	.docs__page-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */
/* /local/components/mob.top/docs/templates/.default/mob.top/docs.list/.default/style.css?1738877470816 */
