#buy {
    background-color: #fff;
    padding-bottom: 5em;
}

#buy .section-heading {
    /* position: absolute;
    top: 0;
    right: 0; */
}

#buy .purchase-art {
    border: 3px solid #05FDFD;
    box-shadow: 5px 5px 0 #000;
    margin-top: 42px;
    margin-bottom: 42px;
}

#buy button {
    background-color: #0D0E52;
    border: 3px solid #05FDFD;
    width: 650px;
    height: 80px;
    max-width: 100%;
    cursor: pointer;
}

#buy button img {
    max-height: 50px;
    pointer-events: none;
    max-width: 80%;
}

#buy .purchase-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    /* padding: 5em 0; */
}

#buy .platform-list {
    max-width: 90%;
    text-align: center;
}

#buy .platform-list li{
    margin-bottom: 1em;
}