#studio {
    background-color: #ae9701;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    padding: 2rem 0;
}

#studio .content {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 990px;
    margin: 0 auto;
    flex-flow: column;
}

#studio h1 {
    font-size: 3rem;
    line-height: 3rem;
    margin-top: 0;
}

#studio .grid {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
}

@media (max-width: 600px) {
    #studio h1 {
        font-size: 2rem;
        line-height: 2rem;
        margin-top: 0;
    }
    #studio .grid {
        grid-template-columns: 1fr;
    }
}

#studio img {
    width: 100%;
}

#studio .grid span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}

#studio .grid span img {
    width: 4rem;
    margin-right: 1rem;
}

#studio .grid a {
    color: #fff;
}

#studio h2 {
    margin-bottom: 0;
}

#studio p {
    margin: 0;
}

#studio .publishers {
    padding-top: 1rem;
    background-color: #ae9701;
}

#studio .publishers img {
    width: 100px;
    opacity: 0.5;
    display: inline-block;
    margin: 0 0.5rem;
}
