.ar-page-bg{
	background:#fff;
}
.arbitrary-page{
	width:100%;
	min-height:150px;	
}
.ar-page-collums{
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* промежуток между колонками */
}

.ar-page-collums .ar-page-collum{
	flex: 1 1 200px; /* можно заменить 200px на нужную минимальную ширину */
	border: 1px solid #ccc;
	box-sizing: border-box;	
	gap: 16px;
    display: flex;
    flex-direction: column;
}
#pDescription .ar-page-collums .ar-page-collum{
	border: none;
}
#pDescription .ar-page-collums {
	margin-bottom: 32px;
}
.arbitrary-page .text-center{
	text-align:center;
}
.ar-features-collum-text{
	display: flex;
    flex-direction: column;
    gap: 5px;
}
.ar-features-collum-text p{
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
} 
.ar-features-collum-text p strong{
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
} 
.ar-features-collum-img{
	
}
.ar-features-collum-img img{
	width: 100%;
}

.features-addons{
	display: flex;
    gap: 16px;
    flex-direction: column;
}
.features-addons-text{
	display: flex;
    gap: 8px;
    flex-direction: column;
}
.features-addons-text p{
	color: var(--grey);
}
.features-addons-text p strong{
	color: var(--black);
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
}
.features-addons-text p:not(:has(strong)) {
	display: flex;
    align-items: center;
    gap: 4px;
}
.features-addons-text p:not(:has(strong)):before {
    /* 1. Обнуляем текстовое содержимое и делаем псевдоэлемент видимым блоком */
    content: "";
    display: flex; 
    
    /* 2. Задаем размеры, соответствующие вашему SVG (16x16) */
    width: 16px;
    height: 16px;
    
    /* 3. Встраиваем SVG в виде Data URL */
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208C14%2011.3137%2011.3137%2014%208%2014C4.68629%2014%202%2011.3137%202%208Z%22%20fill%3D%22%23FFED00%22%2F%3E%3Cpath%20d%3D%22M10.0947%206.65533L7.25%209.5L6.28033%208.53033M8%202C4.68629%202%202%204.68629%202%208C2%2011.3137%204.68629%2014%208%2014C11.3137%2014%2014%2011.3137%2014%208C14%204.68629%2011.3137%202%208%202Z%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
    
    /* 4. Настраиваем фон для корректного отображения и масштабирования */
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: center; 
    flex:none;
}