.features__row {
    margin-top: 50px;
    margin-right: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.features__item-container {
    width: 33.3%;

    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.features-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.features-item__icon-container {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    border: 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    background-color: #fff;
}

.features-item__icon {
    max-width: 100%;
}

.features-item__title {
    font-size: 26px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}

.features-item__desc {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.features__item-container:nth-child(2n+1) .features-item__icon-container {
    border-color: #ae44b9;
}

.features__item-container:nth-child(2n) .features-item__icon-container {
    border-color: #80bfe2;
}

.features__item-container:nth-child(2n+1) .features-item__icon-container {
    border-color: #ae44b9;
}

.features__item-container:nth-child(2n+1) .features-item:before {
    content: '';
    position: absolute;
    left: 47px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 283px;
    height: 287px;
    background-image: url(/images/features/1.svg);
	z-index: 2;
}

.features__item-container:nth-child(2n) .features-item:before {
    content: '';
    position: absolute;
    left: 47px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 293px;
    height: 280px;
 background-image: url(/images/features/2.svg);
 z-index: 2;
}


.title-box {
    margin-bottom: 20px;
    display: block;
}

.cbx ul {
    display: flex;
    justify-content: space-between;
	padding-left:0px;
}

.box-anonce-2{
    padding: 0px 10px;	
	
}

.box-anonce-li {
    margin-bottom: 15px;
    display: flex;
    width: 100%;
}

.box-anonce-li .box-anonce-1 {
    flex-shrink: 0;
}



.newsi img {
    width: 230px;
    height: 150px;
    object-fit: cover;
    display: block;
    padding: 5px;
    border: 1px solid #99999994;
}

.recent-posts h5 {
    margin-bottom: 5px;
}

.recent-posts h5 a {
    font-weight: 700;
    color: #4c4c4c;
    font-size: 16px;
}

.recent-posts .meta {
    color: #999;
    margin-bottom: 5px;
    display: block;
}

.features-item__right{
	
z-index: 3;	
}

.features-item:before {
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
}

.features-item__icon-container i{
	
font-size: 50px;
	
}


#s5_top_row1_inner{
overflow:hidden;	
	
}



@media (max-width: 991px) {
.features__item-container .features-item:before{
content:none !important;	
	
	
}

.box-anonce-2{
    padding: 0px;	
	
}

.cbx ul {

    flex-wrap: wrap;
}
.box-anonce-li {

    flex-wrap: wrap;
}

.features__item-container{
    margin-bottom: 20px;	
	width:100%;
	max-width:100%;
}

.s5_float_left{
		width:100% !important;
		float:none !important;
	
}


}