.hm-focus-area-block {
    padding: 51px 0 57px;
}
.hm-focus-area-block .block-title {
    color:  #666666;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 41px;
}
.hm-focus-area-block .intro-focus-areas {
    color: #222222;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.hm-focus-area-block .views-field-field-focus-area-image-homepage {
    text-align: center;
    margin-bottom: 15px;
}
.hm-focus-area-block .views-field-title {
    max-width: 200px;
    text-align: center;
    margin: auto;
    /*min-height: 52px;*/
    line-height: 1;
}
/*.i18n-fr .hm-focus-area-block .views-field-title {
    min-height: 78px;
}*/
.hm-focus-area-block .views-field-title a{
    color: #127bb8;
    /*font-size: 14px;*/
    font-size: 18px;
    /*font-weight: 700;*/
    font-weight: 400;
    line-height: 20px;
}
.hm-focus-area-block .views-field-title a:focus,
.hm-focus-area-block .views-field-title a:hover{
    color: #18a2f3;
    text-decoration: none;
}
.hm-focus-area-block .views-field-field-focus-area-image-homepage a:hover img {
    opacity: .9;
}
.hm-focus-area-block .view-content {
    overflow: hidden;
    max-width: calc(100% - 70px);
    margin: auto;
}
.hm-focus-area-block .views-row {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .hm-focus-area-block .views-row.views-row-last {
        margin-bottom: 0;
    }
    /*.hm-focus-area-block .views-field-title,
    .i18n-fr .hm-focus-area-block .views-field-title {
        min-height: 0;
    }*/
}
@media (min-width: 992px) {
    .hm-focus-area-block .views-row {
        /*width: 14.285%;
        width: 12.5%;*/
		width: calc(100%/8);
		padding: 0 24px;
		margin-bottom: 0;
    }
    .hm-focus-area-block .views-field-title {
        margin: 0 -15px;
    }
    .i18n-fr .hm-focus-area-block .views-field-title {
        margin: 0 -10px;
    }
}
