.back-to-top {
	 bottom: 108px;
}
#content-wrapper p{
    font-weight:400;
}
#content-wrapper > section:first-of-type {
     padding-top: 0; 
    /*padding-top: 154px !important;*/
}
.fi-tileswithimages .item, {
    background-color: #ebebeb !important;
}
section.wysiwyg {
    padding: 14px 0 !important;
}
.v-fullimage .fi-tileswithimages .fi-img{
    padding: 0px !important;
}
.v-fullimage .fi-tileswithimages .item.image-left .fi-text{
    padding: 15px;
    vertical-align: text-top !important;
}
.v-fullimage .btn-link{
    position: absolute;
    bottom: 0 !important
}
.v-fullimage .fi-tileswithimages .item .btn-link {
    margin: 5px 0 10px 0;
    
}
 .v-fullimage .fi-tileswithimages .item .line1, .v-fullimage .fi-tileswithimages .item .btn-link, .fi-tileswithimages .item .btn-link, .fi-tileswithimages .item .line1 {
	 font-weight: 600;
}
 .v-fullimage .fi-tileswithimages .item span, .fi-tileswithimages .item span {
	 font-weight: 500;
}
 @media (max-width: 991px) {
    .v-fullimage .btn-link{
        position: relative;
        bottom: 10px !important;
    }
    .v-fullimage .fi-tileswithimages .item.image-left .fi-text {
        padding-right: 5px;
        padding-bottom: 2px;
    }
    [class*='col-'] {
        margin-bottom: 5px !important; 
    }
 }
  @media (max-width: 768px) {
    #content-wrapper > section:first-of-type {
        /* padding-top: 0; */
        padding-top: 14px !important;
    }
}
  @media (max-width: 425px) {
    section.wysiwyg {
    /* padding: 14px 0 !important; */
    padding-bottom: 2px !important;
        
    }
    .v-fullimage .fi-tileswithimages .item.image-left .fi-text {
        padding-right: 5px;
        padding-bottom: 2px;
    }
    .fist-col{
        float:right;
    }
    .second-col{
        float:left;
    }
}