.sc-mega-action__icon .sc-service-line-icon {
    width: 24px;
    height: 24px;
    display: block;
    flex: 0 0 24px;
    overflow: visible;
    color: #8b6c2d;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sc-mega-action__icon .sc-service-line-icon * {
    vector-effect: non-scaling-stroke;
}

@media (max-width: 991.98px) {
    .sc-mega-action__icon .sc-service-line-icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }
}
