@charset "utf-8";
/* CSS Document */

/*** (whole page) ***/
/* overlay */
@media only screen and (min-width: 769px) {
:is(#d1769955, #d1762740, #d1764280) h3 {
    font-size: 46px;
    line-height: 1.1;
}
:is(#d1769955, #d1762740, #d1764280) :is(.p-heading-3, .p-text) {
    width: 480px;
}
}

@media screen and (max-width: 767px) {
:is(#d1769955, #d1762740, #d1764280) h3 {
    font-size: 32px;
    line-height: 1.2;
}
}
