@media only screen and (max-width: 734px) {
    .section-hero .hero-headline {
        max-width: 91%;
    }
}

@media only screen and (max-width: 1068px) {
    .section-imessage .article-title {
        max-width: 41%;
    }
}

@media only screen and (max-width: 734px) {
    .section-imessage .article-title {
        max-width:100%
    }
}

.section-apple-intelligence .gradient-text-apple-intelligence {
    display: inline-block;
    padding-bottom: 0.1em;
    line-height: 1.1;
}