/* Module Page Specific Styles
   Most styles have been moved to styles.css to be shared with Pillar/Addon pages */

.tile-wrapper {
    margin: 30px;
    --top: 20px;
}

.card,
.shadow {
    --width: 250px;
    --height: 250px;
}

.card-details {
    --logo-bottom: -75%;
}

@media (max-width: 1374px) {

    .section-container:first-of-type {
        padding: 0;
        overflow: visible;
    }

    .tile-wrapper {
        margin: 0 0 30px 0px;
        --top: 50px;
    }
}

@media (max-width: 1100px) {
    .header-image {
        display: none;
    }
}