body{ font-family: "Urbanist", sans-serif;}

.banner-block::before {
    content: '';
    position: absolute;
    width: 380px;
    height: 390px;
    background: linear-gradient(358deg, rgb(214 255 65 / 33%) 25%, rgba(214, 255, 65, 1) 99%);
    border-radius: 258px;
    top: -50px;
    left: -80px;
    z-index: 1;
    filter: blur(171px);
}
.banner-block::after {
    content: '';
    position: absolute;
    width: 380px;
    height: 390px;
    background: linear-gradient(358deg, rgb(214 255 65 / 33%) 25%, rgba(214, 255, 65, 1) 99%);
    border-radius: 258px;
    bottom:0px;
    right:0;
    z-index: 1;
    filter: blur(171px);
}
.choose-block::before {
    content: '';
    position: absolute;
    width: 403px;
    height: 310px;
    background: linear-gradient(358deg, rgb(214 255 65 / 18%) 37%, rgba(214, 255, 65, 1) 99%);
    border-radius: 258px;
    top: 275px;
    left: -150px;
    z-index: 1;
    filter: blur(171px);
}
.feature-block::after {
    content: '';
    position: absolute;
    width: 339px;
    height: 460px;
    background: linear-gradient(358deg, rgb(214 255 65 / 33%) 25%, rgb(214 255 65 / 54%) 99%);
    border-radius: 258px;
    bottom: 313px;
    right: -190px;
    z-index: 1;
    filter: blur(171px);
}
.feature-block-two::after {
    content: '';
    position: absolute;
    width: 243px;
    height: 243px;
    background: linear-gradient(358deg, rgb(214 255 65 / 33%) 25%, rgb(214 255 65 / 54%) 99%);
    border-radius: 258px;
    bottom: 313px;
    left: 0;
    z-index: 1;
    filter: blur(171px);
}
.error-text{
    color:red;
}