.layoyt-faq-title {
	font-weight: 600;
	font-size: 50px;
	line-height: 1.2k;
	text-align: center;
	padding: 0 0 10px;
}
.layoyt-faq-subtitle {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	padding:0 0 30px;
}
.accordion-item {
	padding:30px;
	border-radius:3px;
	background: #F1F1F1;
}
.accordion-item:not(:last-child) {
	margin-bottom:30px;
}
.accordion-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.4;
	color: #000000;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion-title span {
	margin-right: 30px;
}
.accordion-content {
	margin-top:30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: #000000;
}
.accordion-caret {
	width:25px;
	height:14px;
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='14' viewBox='0 0 26 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.707107 2.05028C0.316583 1.65975 0.316582 1.02659 0.707107 0.636062V0.636062C1.09763 0.245538 1.7308 0.245538 2.12132 0.636062L12.0208 10.5356C12.4113 10.9261 13.0445 10.9261 13.435 10.5356L23.3345 0.636062C23.725 0.245538 24.3582 0.245538 24.7487 0.636062V0.636062C25.1393 1.02659 25.1393 1.65975 24.7487 2.05028L13.435 13.364C13.0445 13.7545 12.4113 13.7545 12.0208 13.364L0.707107 2.05028Z' fill='%23276AA5'/%3E%3C/svg%3E%0A");
	fill: var(--primary-color);
	background-position: center;
    background-repeat: no-repeat;
	cursor:pointer;
	transition:all .3s ease;
}
.accordion-title.active .accordion-caret {
	transform: rotate(180deg);
}
@media (max-width:1440px) {
	.layoyt-faq {
		padding: 0 15px;
	}
	.accordion-title {
		font-size: 20px;
	}
}