.studio {
    opacity: 0;
    transition: opacity 1s ease
}

.studio-main-copy {
    width: 50%;
    margin-bottom: 0.5rem !important;
}

.studio img {
    margin: .85rem 0
}

@media screen and (max-width: 575px) {
    .studio .container-fluid {
        padding: 1.563rem;
        max-width: initial
    }

    .studio-main-copy {
        width: 100%;
        margin-bottom: 0.5rem !important;
    }
}