﻿.deblue {
    color: #258bce;
}

.uk-button-color-pink {
    background-color: #db3b61;
}

.grey {
    background-color: ghostwhite;
    padding-top: 40px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .grey {
        display: flex;
        flex-direction: column-reverse;
    }
}

dt {
    color: #258bce;
    font-weight:bold;
}