﻿.o-help{
    text-align:center;
}

.o-help-email{
    padding:80px;
    border:var(--o-border);
    border-radius:var(--o-border-radius);
}

@media screen and (max-width: 700px) {
    .o-help-email {
        padding: 42px 22px;
    }

    .o-help-email p,
    .o-help-email a {
        overflow-wrap: anywhere;
    }
}
