.page__title {
    display: none;
}

@font-face {
    font-family: 'futurxkc';
    src: url('/storage/app/media/futurxkc-webfont.ttf');
}
@font-face {
    font-family: 'minion_pro_boldit';
    src: url('/storage/app/media/minion_pro_boldit-webfont.ttf');
}


.logo__title {
    font-family: 'futurxkc';
    color: #5e5e5e;
    font-size: 33.33px;
    font-weight: BOLD;
}

.logo__description {
    color: #2C4D6D;
    font-family: 'minion_pro_boldit';
    font-size: 21px;
}
.red-text {
    color: #ff0000;
}


@media only screen and (max-width: 768px) {
    .image-center {
        margin: 20px auto;
        display: flex;
    }
}