#site-values {
	background: #fff; /*#F5F0EA;*/
	padding: 50px 0px;
}

#site-values-title {
	color: #275c53;  	
	font-size: 30px;
    line-height: 1.5em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;	
}

#site-values-desc {
	text-align: center;
	margin-bottom: 35px;
}	

#site-values-btn {
	text-align: center;
}

#site-values-title span { 
	color: #e2bb53; 	
}

#site-values-list {

}

.site-values-list-item {
    margin-bottom: 90px;
    position: relative;
    display: flex;
}

.site-values-list-item:last-child {
    margin-bottom: 0px
}

.site-values-list-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    font-size: 45px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 25px;

    _background: #E2BB53;
    _color: #275c53;
     

	background: #e2bb53;
    color: #f5f0ea;

    transition: all 0.3s;
}

.site-values-list-item-icon:hover {
    animation-name: hover-icon;
    animation-duration: 1s;  
}

@keyframes hover-icon {
    0%   {
        transform: scale(1.1);
    }
    75%  {
        transform: scale(1.3);
    }
}

.site-values-list-item-title {
	font-size: 24px;
    line-height: 26px;
	font-weight: 400;
	color: #275c53;
	margin-bottom: 15px;
}

.site-values-list-item-description {
	color: #565656;
    line-height: 1.5em;
}

.site_formulated {
	background: #fff !important;
}

.site_formulated .site-values-list-item-icon {
	width: auto;
	height: auto;	
	color: #fff;
}