.option-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

.option-list-item {
    color: inherit;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    max-width: 230px;
    text-align: center;
    margin-bottom: 50px;
}

li.option-list-item:before {
    display: none;
}

.option-list-item svg {
    min-height: 48px;
    max-height: 48px;
    min-width: 48px;
    max-width: 48px;
}

.greenspark-option-amount {
    color: inherit;
    font-size: 32px;
    font-weight: 600;
    margin: 10px 0 0;
    padding: 0;
}

.greenspark-option-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.greenspark-logo-banner {
    bottom: 5px;
    line-height: 0;
    position: absolute;
    right: 5px;
}

.greenspark-logo-banner .logo {
    height: 25px;
    width: 100px;
}

@media screen and (min-width: 768px) {
    .greenspark-fullwidth-banner {
        padding: 20px 20px 200px;
    }

    .greenspark-logo-banner {
        bottom: 20px;
        right: 20px;
    }

    .greenspark-logo-banner .logo {
        height: 25px;
    }
}


@media screen and (min-width: 1024px) {

    .option-list {
        align-items: flex-start;
        flex-direction: row;
        gap: 20px;
    }

    .option-list-item {
        margin-bottom: 0;
    }

}
