.bg-maintenance-image {
    background-image: url(../images/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover
}

.freedom-logo-text {
    font-size: 20px;
    color: black;
}

@media (min-width: 1280px) {
    .freedom-logo-text {
        font-size: 27px;
    }
}