.square_7 {
    background-color: black;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    padding: 20px 10px 20px 10px;
    color: #fff;
}
.square_7 p {
    margin-bottom: 0rem;
    font-size: 12px;
    font-style: italic;
    font-family: serif;
}
.alternate_72 {
    justify-self: end;
}
.alternate_72 a {
    color: #fff;
    text-decoration: none;
    transition: all .2s;
}
.alternate_72 a:hover {
    color: #b2b2b2;
}

@media (max-width: 600px) {
    .alternate_71 {
        grid-column: 1 / -1;
        justify-self: center;
    }
    .alternate_72 {
        grid-column: 1 / -1;
        justify-self: center;
    }
}