blockquote {
    border: none;
}

.hero-container {
    position: relative;
    width: 100%;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    background-color: var(--pico-background-translucent);
}

.listImg {
    width: 3.5rem;
}
