/* Setup */
div.card-wrapper {
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
    border: 1px #6c6e7e;
}

a.beautify {
    display: inline-block;
    padding-left: 20px;
    transition: .3s;
    font-weight: bold;
    text-decoration: none;
    color: #DA291C;
}

a.beautify:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-primary {
    background-color: #FFCD00 !important;
    border-color: #FFCD00 !important;
    color: #DA291C;
}

@media (max-width: 767.98px) {
    div.card-wrapper {
        min-width: 0 !important;
        width: 98%;
    }
    div.sp-center-div{
        height: 100%
    }
}

@media (min-width: 768px) {
    div.card-wrapper {
        min-width: 650px;
        max-width: 900px;
    }
    div.sp-center-div{
        height: 100vh
    }
}

