.giveCopyRow {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (min-width: 992px) {
    .giveCopyRow {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}