.news-date-time {
	color:#486DAA;
}
.advantages{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 15px auto 30px;
}
.advantages .c_card{
    text-align: center;
    font-size: 1.2em;
    position: relative;
    padding: 10px 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	border-radius: 5px 0px 5px 5px !important;
}
.advantages:first-child{margin: 20px 10px 20px 0;}
.advantages .c_card i, .advantages .c_card svg{
	display: block;
    margin: 10px auto;
    font-size: 3em;
}
.advantages .c_card p{
	position: relative;
	bottom: 0;
}
.advantages .c_card:after{
    width: 100%;
    height: 116%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}