#incentives-and-rate-plans-widget .incentives-image {
    height: 320px;
    background: url('/images/ev-platform/rate-plans/incentives-widget.png') 0 100% no-repeat;
    background-size: cover;
    background-position: center;
}
#incentives-and-rate-plans-widget .incentives-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}
#incentives-and-rate-plans-widget .incentives-image-wrapper {
    padding-left: 10px;
}
#incentives-and-rate-plans-widget .incentives-description {
    font-weight: 300;
}
#incentives-and-rate-plans-widget .incentives-title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
    font-weight: 600;
}
#incentives-and-rate-plans-widget .learn-more {
    display: block;
    margin-top: 36px;
    width: 150px;
    font-size: 16px;
    line-height: 32px;
    color: #084777;
}
#incentives-and-rate-plans-widget .learn-more:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #084777;
    font-size: 16px;
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    #incentives-and-rate-plans-widget .incentives-image {
        height: 255px;
        width: 100vw;
        margin-left: calc(-1 * ((100vw - 100%) / 2));
    }
    #incentives-and-rate-plans-widget .incentives-info {
        padding: 0;
    }
    #incentives-and-rate-plans-widget .incentives-image-wrapper {
        padding: 0 0 36px;
    }
}