h1, h2, h3, h4, h5, h6, .h1 {
    font-family: "Lovelo Line Bold" !important;
}

.font-lovelo-line-bold {
    font-family: "Lovelo Line Bold" !important;
}

.font-lovelo-light {
    font-family: "Lovelo Line Light" !important;
}

.big-word {
    font-size: 2.5rem !important;
    display: inline-block;
    padding: 15px 30px;
    background: rgba(0, 0, 0, .35);
    border-radius: 30px;
    line-height: 1;
    color: white;
}

.sub-big-word {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .35);
    border-radius: 15px;
    font-size: 1.5rem !important;
    color: white;
}

.imageProj {
    height: 500px;
}

@media (max-width: 767px) {
    .imageProj {
        height: 250px;
    }
    .big-word {
        font-size: 1.25rem !important;
    }
    .sub-big-word {
        font-size: 0.75rem !important;
    }
}

.container .unit-4 .unit-4-icon{
    text-align: center;
}

.container .unit-4 .unit-4-icon span {
    font-size: 5rem;
    width: 100px;
    display: inline-block;
}