.price-table__head-table-holder{
	margin-bottom: 120px;
}
.price-table__head-table__title{
	margin-bottom: 20px;
}
.custom-form .checkbox-row .wpcf7-list-item{
	width: auto;
}
.custom-form .checkbox-row .checkbox-row{
	display: flex;
	color: #878996;
}
.custom-form .checkbox-row  .wpcf7-checkbox{
	padding: 0;
	font-size: 0;
	color: #878996;
}
.form-row-description{
	font-size: 16px;
	margin: 30px 0 20px;
}
.form-row-description p{
	margin: 0 0 10px;
}
.form-row-description ul{
	margin: 0 0 10px;
}
.general-addons-list li{
	width: 50%;
	margin: 0;
	padding: 0 16px;
}
@media only screen and (max-width: 1024px){
	.price-table__head-table-holder{
		margin-bottom: 0;
	}
	.price-table__head-table__title{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 768px){
	.custom-form .checkbox-row .checkbox-row{
		line-height: 24px;
	}
	.general-addons-list li{
		width: 100%;
	}
}





