.image-copy {
}
.image-copy .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5%;
}

@media only screen and (max-width: 480px) { 
    .image-copy .content {
        padding: 10%;
    }
}