.supergraphic1 {
    position: absolute;
    pointer-events: none;
    opacity: 0.5;
}

.supergraphic1--top-right {
    width: 200px;
    height: 200px;
    top: -100px;
    right: -100px;

    background-image: url('/images/Supergraphic_2.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.supergraphic1--bottom-left {
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: -150px;
    
    background-image: url('/images/Supergraphic_2.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    transform: rotate(90deg);
}

.feature-icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
