.actions-title-wrapper .heading-wrapper{
    text-align: center;
    margin: 40px 0 30px;
}

@media screen and (max-width: 768px) {
    .actions-title-wrapper .heading-wrapper{
        margin: 20px 0 30px;
    }
}