.reason h2 {
    color: #f2f195;
    font-size: 3em;
}

@media (max-width: 767px) {
    .reason{
        padding: 8% 0 3% 0;
    }
    .reason h2 {
        word-break: keep-all;
        overflow-wrap: break-word;
        white-space: normal;
        hyphens: auto;
        text-align: center;
        font-size: 1.8em;
    }
}