
#advantages {
    margin-bottom: 76px;
}
.advantage_item {
    margin-bottom: 30px;
    display: block;
    padding: 20px 20px;
    background: #fff;
}
.advantage_item i {
    float: left;

    width: 52px;
    height: 64px;
    margin: 0 0 5px 0;

    background-repeat: no-repeat;
    background-position: center center;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(359deg);
        transform: rotateY(359deg);
    }
}
.advantage_item:hover i  {
    -webkit-animation: rotation 1.2s infinite ease-in-out;
}



.advantage_item h5 {
    font-weight: 600;
    font-size: 15px;
    color: #000;

    margin: 0 0 2px 70px;

    padding-top: 14px;

    text-align: left;
}
.advantage_item p {
    line-height: 20px;

    max-width: 300px;

    margin-left: 70px;

    text-align: left;

    color: #aaa;
}

@media(min-width: 768px) and (max-width: 991px) {
	.advantage_item {
		padding: 31px 10px;
	}
}

@media (max-width: 767px) {
	.advantage_item {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
}
