@media screen and (min-width: 1001px) {
    body {
        width: 900px;
        margin: 50px auto;
    }

    .expedWidget {
        height: 300px;
        border-radius: var(--rounded-corner-radius);
    }

    .expedWidgetContent {
        /* flex-direction: row; */
    }

    .expedWidgetTitle {
        height: 100%;
        width: 21%;
        text-align: center;
        padding: 2%;
        margin: 0 0 0 auto;
    }

    .expedWidgetDate {
        height: 100%;
        width: 21%;
        text-align: center;
        padding: 2%;
        margin: 0 0 0 auto;
    }

    .expedWidgetDateTitle {
        flex-direction: column;
        opacity: 0.9;
    }

    .expedWidgetDesc {
        height: 100%;
        /* width: 75%; */
        width: 21%;
        text-align: center;
        margin: 0 0 0 auto;
        padding: 2%;
    }

    .bg-image {
        top: 0;
    }

    .inset {
        width: 100%;
        margin: 5% 0;
    }

    #banner {
        font-size: 36px;
    }

    main img {
        border-radius: var(--rounded-corner-radius);
    }


}
