.hero_content-layout {
    margin-top: 90px;
    margin-bottom: 60px;
    background: var(--pk-white);
}

.hero_content-layout .hero-content-wrap {
    max-width: 760px;
}

.hero_content-layout .pk-heading {
    font-size: var(--heading-xl);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.hero_content-layout .pk-text {
    font-size: var(--body-xl);
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .hero_content-layout {
        margin-top: 20px;
    }

    .hero_content-layout .pk-heading {
        margin-bottom: 20px;
    }
}
