.feature{
    display: block;
    overflow-x: hidden;
}.feature__item
{
    min-height: 290px;
    margin: 0 -15px;
    padding: 70px 15px;
    text-align: center;
}.feature__title
{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.42857;
    margin-bottom: 9px;
    text-transform: uppercase;
    color: #001a33;
}.feature__desc
{
    font-size: 15px;
    line-height: 1.73334;
    color: #5881a9;
}.feature__icon
{
    line-height: 44px;
    position: relative;
    width: 65px;
    height: 44px;
    margin: 0 auto 10px;
    text-align: center;
}.feature__icon svg
{
    display: inline-block;
}.feature__icon:after,
.feature__icon:before
{
    position: absolute;
    top: 50%;
    width: 58px;
    height: 2px;
    margin-top: -1px;
    content: '';
    background-color: #ffea00;
}.feature__icon:before
{
    left: 50%;
    margin-left: -91px;
}.feature__icon:after
{
    left: 50%;
    margin-left: 31px;
}
@media (min-width: 992px) {
	.feature__list {
		border-top: 1px solid #e6ebf1;
	}
	.feature__row-list {
		display: table;
		width: 100%;
		margin: 0;
	}
	.feature__row-list .feature__item {
		display: table-cell;
		float: none;
		margin: 0;
        border-left: 1px solid #e6ebf1;
        border-right: 1px solid #e6ebf1;
	}
	.feature__list:last-child .feature__item:nth-child(odd) {
		background-color: #fff;
	}
	.feature__list:last-child .feature__item:nth-child(even) {
		background-color: #f9fafb;
	}
}
@media (min-width:992px){
    .container
    {
        width: 970px;
    }.col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12
    {
        float: left;
    }.col-md-12
    {
        width: 100%;
    }.col-md-11
    {
        width: 91.66666666666666%;
    }.col-md-10
    {
        width: 83.33333333333334%;
    }.col-md-9
    {
        width: 75%;
    }.col-md-8
    {
        width: 66.66666666666666%;
    }.col-md-7
    {
        width: 58.333333333333336%;
    }.col-md-6
    {
        width: 50%;
    }.col-md-5
    {
        width: 41.66666666666667%;
    }.col-md-4
    {
        width: 33.33333333333333%;
    }.col-md-3
    {
        width: 25%;
    }.col-md-2
    {
        width: 16.666666666666664%;
    }.col-md-1
    {
        width: 8.333333333333332%;
    }
}
@media (min-width:1200px){
    .container
    {
        width: 1170px;
    }
}