
#buy
{
    display: inline-block!important;
    margin-bottom: 20px!important;
    position: relative!important;
    padding-left: 80px!important;
    padding-top: 12px!important;
    padding-bottom: 16px!important;
    color: #fff!important;

    cursor: pointer!important;
    background: rgb(177, 3, 46)!important;
    border-radius: 6px!important;
    font-size: 17px!important;
    width: 250px;
    text-align: left;
	margin-top:20px;
}

#buy svg
{
	width:25px;
	height:25px;
	position:absolute;
	left:28px;
	top:10px;
}

#page
{
	font-size:16px;
	line-height:24px;
}

h2{
    font-size: 22px;
    line-height: 1.2;
    padding-top: 35px;
    padding-bottom: 35px;
    margin: 0px;
    font-weight: normal;
}

#page p 
{
margin-bottom:25px;	
}

#page li
{
	margin-bottom:25px;
	list-style-type:disc;
	margin-left:40px;
}

.b-about-us__row
{
	display:flex;
	margin-bottom:25px;
}

.b-about-us__caption
{
	width:250px;
}