
.feature-box-grid {
    padding-left: 15px;
    padding-right: 15px;
}
.feature-box-grid .col-md-4{
	padding: 0;
}
.featured-item.border-box{
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.featured-item.border-box {
    border: 1px solid #f2f2f2;
    padding: 25px;
    margin-left: -1px;
    margin-bottom: -1px;
}
.text-center {
    text-align: center;
}
.featured-item .icon {
    padding: 0 0 10px 0;
}
.featured-item .icon i {
    font-size: 36px;
    color:var(--primary);
}
.text-uppercase {
    text-transform: uppercase;
}
.featured-item .title h4 {
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: normal;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 26px !important;
}
.featured-item .desc {
    color: #7e7e7e;
}

.featured-item.border-box, .featured-item.border-box:hover, .featured-item.border-box h4, .featured-item.border-box:hover h4, .featured-item.border-box .icon i .featured-item.border-box:hover .icon i {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.featured-item.border-box:hover {
    border: 1px solid transparent;
    background: var(--secondary);
    color: #fff;
}
.featured-item.border-box {
    border: 1px solid #f2f2f2;
    padding: 25px;
    margin-left: -1px;
    margin-bottom: -1px;
}
.featured-item.border-box:hover {
    border: 1px solid transparent;
    background: var(--secondary);
    color: #fff !important;
}
.featured-item.border-box:hover .icon i{
	color: #fff;
}
.featured-item.border-box:hover h4, .featured-item.border-box.featured-item:hover .desc {
    color: #fff;
}


@media screen and (max-width:991px) and (min-width: 768px){

	.featured-item.border-box{
		padding: 25px;
	}
}