#ipad-img {
    width: 100%;
    height: auto;
}

.style-list {
    margin-bottom: 0;
}

.style-list > li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.app-modes {
    font-size: 1.75rem;
    line-height: 2rem;
    color: black;
    font-weight: 600;
}

.app-modes strong {
    color: #004fb2;
}

.app-modes .app-mode-blurb {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.app-modes img {
    border-radius: 20px;
}

.app-modes .blue-gradient-box {
    border-radius: 20px;
}

@media only screen and (max-width: 1200px) {
    #design-options::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        display: inline-block;
        left: 0;
        top: 0;
        background: linear-gradient(transparent 40%, #050248);
        z-index: 1;
    }
}