body {
    background-image: url(../images/mask-group.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain
}

header {
    background-color: #fff
}

.wrapper {
    min-height: 100vh
}

.wrapper__card {
    background: #fff;
    border-radius: 10px
}

.wrapper__card-item {
    height: 450px;
    font-size: 12px;
    box-shadow: 0px 8px 15px rgba(0,0,0,0.08);
    border-radius: 16px;
    border: 0;
    background-color: #fff;
    width: 16rem
}

.half {
    height: 220px
}

.card-button,.card-button:hover {
    background: #036;
    border-radius: 30px;
    width: 100%;
    border: #036;
    color: #fff
}

ul.list__underline li {
    list-style: none;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 0.5rem
}

ul.fancy-links {
    list-style: none;
    padding: 0
}

.external__links {
    color: #036!important;
    text-decoration: underline
}

.mb__1 {
    margin-bottom: 0.1rem
}

.text-muted {
    color: #777!important
}

#mati_button,#mati_button2,#mati_button3,#mati_button4,#mati_button5,#mati_button6,#mati_button7,#mati_button8 {
    display: none
}

.card-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media only screen and (max-width: 426px) {
    .card-container {
        justify-content:center
    }
}
#successHandler,#errorHandler, .spinner-border{
    display: none;
}