.p-subhead {
    font-size: 30px !important;
    line-height: 38px !important;
}

.large-text-block p {
    font-size: 22px;
    line-height: 26px;
}

.large-text-block li {
    font-size: 22px;
    line-height: 38px;
    list-style: none;
    padding-left: 0;
}

.large-text-block li::before {
    content: "\2705";
    margin-right: 8px;
}

#trialModal p {
    font-size: 22px;
    line-height: 32px;
}

#trialModal li {
    font-size: 22px;
    line-height: 32px;
    list-style: none;
    padding-left: 0;
}

#trialModal li::before {
    content: "\2705";
    margin-right: 8px;
}

.tidycal-embeds-wrapper {
    max-width: 100%;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    #bookModal .modal-dialog {
        width: calc(100% - 16px) !important;
        margin: 8px;
    }

    #bookModal .modal-body {
        padding-left: 8px;
        padding-right: 8px;
    }

    #bookModal .tidycal-embeds-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
