/* Explain: Layout accents for the three-section locksmith landing page */
.hero-band {
    position: relative;
    overflow: hidden;
}

.hero-band::before {
    position: absolute;
    top: -7rem;
    right: -8rem;
    width: 24rem;
    height: 24rem;
    content: '';
    border-radius: 999px;
    background: rgba(244, 184, 195, 0.25);
}

.hero-band::after {
    position: absolute;
    bottom: -10rem;
    left: -8rem;
    width: 22rem;
    height: 22rem;
    content: '';
    border-radius: 999px;
    background: rgba(109, 76, 83, 0.06);
}

.hero-band > div {
    position: relative;
    z-index: 1;
}
