.page-home .hero-home {
    position: relative;
    overflow:hidden;
}
.page-home .hero-home::after {
    content:"";
    position:absolute; inset:auto -120px -140px auto; width:420px; height:420px; border-radius:50%;
    background: radial-gradient(circle, rgba(57,117,242,.14), transparent 70%);
}
