.alert.alert-success p {
    text-align: center;
}

@media only screen and (min-width:1200px){
    .section-md {
        padding: 90px 0 45px 0 !important;
    }
}

@media only screen and (min-width:992px){
    .section-md {
        padding: 45px 0 45px 0;
    }
}

@media only screen and (max-width: 768px){
    section.section-lg.bg-default {
        padding: 80px 0 !important;
    }
}