.lp-qa-1 {
	padding: 48px 0;
}

.lp-qa-1-title-wrapper {
	text-align: center;
	padding-bottom: 32px;
    max-width: 848px;
    margin: 0 auto;
}

.lp-qa-1-title + .lp-qa-1-subtitle {
	padding-top: 8px;
}

.lp-qa-1-questions__item:not(.lp-gap-columns-4) {
	padding: 0 0 32px;
}

.lp-qa-1-questions__item-title + .lp-qa-1-questions__item-text {
	padding-top: 8px;
}

.lp-qa-1-buttons {
	text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 -16px -16px 0;
    flex-wrap: wrap;
}

.lp-qa-1-button {
	display: flex;
	margin: 0 16px 16px 0;
	flex: 1 1 auto;
	width: 100%;
}

.lp-qa-1-buttons-wrap {
	text-align: center;
}

@media all and (min-width: 600px) {
	.lp-qa-1 {
		padding: 64px 0;
	}
	
	.lp-qa-1-title + .lp-qa-1-subtitle {
		padding-top: 16px;
	}
	
	.lp-qa-1-buttons {
	    display: inline-flex;
	    margin: 0 -16px -16px 0;
	}
	
	.lp-qa-1-button {
		flex: 1 1 auto;
		width: auto;
	}
	
	._left .lp-qa-1-buttons, ._left .lp-qa-1-title-wrapper {text-align: left}
	._right .lp-qa-1-buttons, ._right .lp-qa-1-title-wrapper {text-align: right}
	
	._left .lp-qa-1-questions {justify-content: flex-start;}
	._right .lp-qa-1-questions {justify-content: flex-end;}
}

@media all and (min-width: 960px) {
	.lp-qa-1-questions {
		margin: 0 -24px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.lp-qa-1-questions__item {
		box-sizing: border-box;
		flex: 1 0 26%;
		max-width: 33.4%;
		margin: 0 24px 32px;
	}
	
	._2 .lp-qa-1-questions__item {
		flex: 1 0 35%;
		max-width: 50%;
	}
}

@media all and (min-width: 1200px) {
	.lp-qa-1-title-wrapper {
		padding-bottom: 48px;
	}
	
	.lp-qa-1-questions {
		margin: 0 -12px;
	}
	
	.lp-qa-1-questions__item {
		margin: 0 12px 48px;
	}
	
	._4 .lp-qa-1-questions__item {
		flex: 1 0 21%;
		max-width: 25%;
	}
	
	.lp-qa-1-questions__item-title, .lp-qa-1-questions__item-text {
		padding-right: 16px;
	}
	
	.lp-qa-1-buttons {
		margin-top: -16px;
	}
}

@media all and (min-width: 1380px) {
	.lp-qa-1 {
		padding: 80px 0;
	}
	
	.lp-qa-1-questions {
		margin: 0 -16px;
	}
	
	.lp-qa-1-questions__item {
		margin: 0 16px 48px;
	}
	
	.lp-qa-1-buttons {
		margin-top: 0;
	}
}