@charset "utf-8";

@media screen and (min-width: 992px) {

    main {
        flex-direction: row;

        width: 40vw;
        height: 58vh;
    }

    section#image-mobile {
        display: none;
    }

    section#image-desktop {
        display: block;
        width: 60%;
    }

    section#image-desktop img {
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    section#content {
        width: 50%;
        margin: 25px;
    }

    h1 {
        padding: 15px 0px;
    }

    section#prices {
        padding: 20px 0px;
    }

    button {
        padding: 12px;
    }

}
