/*	CONTENT BLOCK 1-8
/*----------------------------------------------------*/

.featured-item__icon {
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #111;
    background-color: #f7941e;
    border-radius: 4px;
    margin-top: 5px;
}
.featured-item {
    margin: 10px 0 40px;
}
.featured-item--left .featured-item__content {
    margin-left: 80px;
}
.featured-item__title {
    font-size: 16px;
    color: #303030;
    margin-bottom: 15px;
}
.featured-item__subtitle {
    color: #9a9a9a;
}
.featured-item--left .featured-item__icon {
    float: left;
    margin-right: 10px;
}
.featured-item--right {
    text-align: right;
}
.featured-item--right .featured-item__icon {
    float: right;
    margin-left: 10px;
}
.featured-item__icon {
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #eee;
    background-color: #193441;
    border-radius: 4px;
    margin-top: 5px;
}
.featured-item--right .featured-item__content {
    margin-right: 80px;
}
.section-title {
    font-size: 36px;
    text-align: center;
    margin-top: 70px;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}

.section-description {
    text-align: center;
    margin-bottom: 30px;
}

/*	CONTENT BLOCK 1-8 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}
