.sec-hero__av{
    min-height: 100vh;
    background: radial-gradient(108.77% 133.38% at 51.54% -20.98%, #FFFFFF 38.79%, #E8FF77 76.76%, #CAF207 100%),
    linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 62.81%);
}
.sec-hero__av .inner-sec-hero {
    min-height: 100vh;
}
.sec-hero__av .subtitle-sec-hero{
    max-width: 740px;
}
.sec-hero__av-footer{
    flex: 1;
}
.hero-image-decor{
    position: absolute;
}
.hero-image.hero-image--center{
    max-width: 655px;
    min-width: 355px;
    width: 50%;
    object-fit: contain;
    aspect-ratio: 1/1;
}
.hero-image--top-left{
    top: 0;
    left: 10%;
    max-width: 266px;
    min-width: 133px;
    width: 20%;
}
.hero-image--top-right{
    top: 0;
    right: 10%;
    max-width: 70px;
    aspect-ratio: 1/1;
    min-width: 45px;
    width: 7%;
}
.hero-image--bottom-left{
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    max-width: 60px;
    aspect-ratio: 1/1;
    min-width: 45px;
    width: 8%;
}
.hero-image--bottom-right{
    top: 46%;
    transform: translateY(-50%);
    right: 8%;
    max-width: 186px;
    min-width: 102px;
    width: 15%;
}
@media (max-width:768px) {
    .hero-image--top-left{
        top: 5%;
    }
    .hero-image--top-right{
        top: 5%;
    }
    .hero-image--bottom-left{
        top: unset;
        bottom: 15%;
    }
    .hero-image--bottom-right{
        top: unset;
        bottom: 15%;
    }
}
