.c-desktop-logo {
    width: 101px;
    height: 41px;
}

.c-desktop-logo-inverse {
    width: 98px;
    height: 38px;
}

.c-mobile-logo {
    width: 20%;
    height: 20%;
}

.link-footer {
    color: white;
}

.custom-panel {
    border-bottom: 1px solid transparent;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.c-bg-custom-palet {
    background-color: #1d92ff;
}

@media (max-width: 599px) {
    .custom-image img {
        display: none;
    }
    #custom-image {
        margin-top: 5px;
    }
}