.hero_home-layout {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100dvh;
    overflow: hidden;
}

.hero_home-layout .pk-row {
    position: relative;
}

.hero_home-layout .pk-label {
    display: block;
    font-size: var(--label-xs);
    color: var(--pk-coral);
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.hero_home-layout .divider {
    width: 40px;
    height: 3px;
    background: var(--pk-coral);
    margin-block: 2.5rem 0;
    border-radius: 2px;
}

.hero_home-layout .hero-intro-text {
    margin-block: 2.5rem 0;
}
.hero_home-layout .pk-row {
    border-bottom: 1px solid var(--pk-line);
}

@media (max-width: 768px) {
    .hero_home-layout {
        padding: 8rem 1.5rem 4rem;
    }
}
