.areas_excellence {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.area_excellence {
    width: 50%;
    padding: 1em;
    text-align: center;
	position: relative;
}

@media (min-width: 768px) {
	.area_excellence {
        width: 25%;
	}
}

@media (min-width: 992px) {
	.area_excellence {
		width: 15%;
	}
}

.area_excellence svg {
    width: 100%;
	height: 100px;
}

.area_excellence__title {
    font-size: 1em !important;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

@media (min-width: 768px) {
    .area_excellence__title {
        font-size: .8em !important;
    }
}

@media (min-width: 992px) {
    .area_excellence__title {
        font-size: 1em !important;
    }
}