.present{
 text-align: center;
 margin: 0 0 4em;
}

@media screen and (max-width: 769px) {
    .present{
        padding: 0 2.5em;
    }
}