body p, .post li {
    font-size: 22px;
}

@media only screen and (max-width: 768px) {
    body p {
        font-size: 24px;
    }
}

.app-link {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    margin: 15px;
}

.app-link p {
    font-size: 18px;
}

.app-link svg {
    height: 50px;
}

.app-link a {
    text-decoration: none;
}

.testimonials p {
    font-size: 18px;
}

.testimonials .testimony {
    font-style: italic;
}

.wp-block-button__link {
    background: #d93;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 5px 20px 7px;
    font-family: Lato;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 19%);
    margin-bottom: 15px;
}

h2 {
    margin-bottom: 15px;
}
