
.uk-card-title {
    font-size: 1.2rem !important;
}

.css-box-shadow {
    box-shadow: 0 5px 15px rgba(0,0,0,0.15) !important;
}

.css-feature-icons {
    color: #29B6F6;
    font-size: 1.25rem;
}

.css-feature-text {
    color: #222222;
}

@media only screen and (orientation: portrait) {
    .css-ipad-msg-portrait {
        display: block !important;
    }
    .css-ipad-msg-portrait {
        display: none !important;
    }
}

@media only screen and (orientation: landscape) {
    .css-ipad-msg-portrait {
        display: none !important;
    }
    .css-ipad-msg-portrait {
        display: block !important;
    }
}
