.font-white {
    color: #ffffff !important;
}

.flex-resp {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

@media screen and (max-width: 560px) {
    .flex-resp {
        flex-direction: column;
    }
}

.badge {
    width: 3rem;
    height: 3rem;
}