#ProductPicker1 > div > div > div > div:nth-child(2) > div.product-card-wrapper.product-card-wrapper--wider > div > div > div.highlighted-content > div:nth-child(1) > div.price-wrapper{
    border: 2px solid #000 !important;
    margin-left: auto;
    margin-right: 20px;
    background: none;
    padding-left: 20px !important;
    padding-right: 20px !important;
    align-items: center;
    color: #000;
    min-height: 250px;
    max-width: 430px;
}

#ProductPicker1 > div > div > div > div:nth-child(2) > div.product-card-wrapper.product-card-wrapper--wider > div > div > div.highlighted-content > div:nth-child(1) > div.price-wrapper > div.price-number {
    font-family: "Montserrat" !important;
    display: block;
    font-size: 190px !important;
    font-weight: 700 !important;
    float: left;
    max-height: 115px;
    line-height: 160px;
    color: #000;
    text-align: end;
    margin-top: -100px;
    margin-left: 100px;
    margin-right: -8px;
}

#ProductPicker1 > div > div > div > div:nth-child(2) > div.product-card-wrapper.product-card-wrapper--wider > div > div > div.highlighted-content > div:nth-child(1) > div.price-wrapper > div.monthly-average {
    margin-top: -99px;
    margin-left: 126px;
}

#ProductPicker1 > div > div > div > div:nth-child(2) > div.product-card-wrapper.product-card-wrapper--wider > div > div > div.highlighted-content > div:nth-child(2) > div {
        width: 100%;
        margin-top: 40px !important;
    }

@media screen and (min-width: 981px) {
    #ProductPicker1 > div > div > div > div:nth-child(2) > div.product-card-wrapper.product-card-wrapper--wider > div > div > div.highlighted-content > div:nth-child(2) > div > button {
        min-width: 430px !important;
        margin-top: 73px !important;
        background: #2BC36E !important;
        border: 1px solid #2BC36E !important;
        margin-left: -215px;
        min-height: 60px;
        line-height: 60px;
        border-radius: 0px !important;
    }
}