/* your styles go here */
#logo
{
    width: 20vw;
    min-width: 250px;
}

.button-store
{
    width: 49%;
}

.button-store img
{
    width: 100%;
    object-fit: contain;
    border-radius: 12px;
}

body
{
    font-size: 1.2rem;
    color: #826e4f;
}

@media screen and (max-width: 992px) {
    section
    {
        padding-top: 0;
    }

    .root-row
    {
        flex-direction: column-reverse;
    }
  }