@media(max-width: 600px) {
    main {
        display: flex;
        flex-direction: column;
        align-items: center;

        width: 25rem;
        height: 47.5rem;
        border-radius: .625rem;
    }

    .fragance-img picture img {
        height: 100%;
        width: 100%;

        border-radius: .625rem .625rem 0 0;
    }

    .content, .desc span {
        margin-top: .9375rem;
    }

    .content .desc h1 {
        font-size: 2.3125rem;
    }

    .content .buy-section {
        margin-top: .9375rem;
    }

    .content a {
        margin-top: 15px;
    }
}