@media only screen and (max-width: 1500px) {
    #more-resources {
        display: none;
    }
}
#more-resources {
    width: 300px;
    margin-top: 21px;
    margin-left: 21px;
    overflow: clip;
    border-radius: 16px;
}
#balloons-gradient {
    display: block;
    border-radius: 16px 16px 0 0;
    width: 300px;
    height: 353px;
    background: radial-gradient(
        50% 50% at 120% 0%,
        rgb(239.89, 244.15, 247.35) 0%,
        rgb(165, 215, 193) 80%,
        rgb(206, 178, 252) 400%
    );
}
#balloons {
    display: block;
    padding: 22px 9px 15px 16px;
}
#more-resources-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px;
    background-color: var(--light-neutral);
}