	.faq-home .d-block {
    color: rgb(0, 0, 0);
    font-family: Manrope;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
	padding-right: 10%;
	position: relative;
	min-height: 40px;
	}
	.faq-home .d-block:after {
    display: block;
    position: absolute;
    content: '';
    width: 39px;
    height: 39px;
    background: url(/upload/home/plus.svg);
    right: 0;
	top: 0;
	transform: rotate(45deg);
	transition:0.3s;
	}
	.faq-home .d-block.collapsed:after {
	transform: rotate(0deg);
	}
	
	.faq-home .card {
	border-radius: 30px;
	background: rgb(255, 255, 255);
	overflow: hidden;
	padding:30px 25px;
	border: none;
	cursor:pointer;
	}
	.faq-home .card-header {
	border: none;
	background: none;
	}
	
	.faq-home .card .card-body {
	color: rgb(0, 0, 0);
	font-family: Manrope;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: left;
	    padding-bottom: 0;
	}
	
	.faq-home #accordionGrid .collapse.show {
}
.faq-home #accordionGrid .collapse:not(.show) {
    height: 0; /* закрыто — выравнивание по родителю */
}
	
	@media (max-width: 768px) {
	.faq-home .d-block {
    font-size: 18px;
    line-height: 120%;
	padding-right: 20%;
}
.faq-home .card-header {
    padding: 0;
}
.faq-home .card {
	padding:15px 25px;
	}

}