.deal-block {
    position: relative;
    font-size: 10px;
    color: #333;
    max-width: 220px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 350px;
}

.deal-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0;
}

.deal-info {
    background-color: #fec000;
    border-radius: 0 0 10px 10px;
    height: 100%;
    width: 100%;
}

.deal-info .deal-info-background {
    height: 100%;
    background-color: #fff;
    margin-bottom: 8px;
    border-radius: 0 0 10px 10px;
    padding: 10px 15px 6px;
    top: -1px;
    position: relative;
}

.deal-title {
    font-family: WorkSansRegular;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 1.29;
}

.deal-description {
    font-size: 18px;
    white-space: pre-line;
    margin-top: -1.5em;
}

.deal-issue,
.deal-current-price {
    font-size: 12px;
}

.deal-button {
    padding: 4px;
    height: auto;
    min-height: 29.2px;
    max-height: 100%;
    width: 150px;
    max-width: 100%;
    border: solid 2px #0b0b0b;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    font-family: WorkSansSemiBold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deal-saving {
    width: 50px;
    height: 50px;
    border-radius: 32px;
    font-size: 15px;
    font-family: Arial;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
    background-color: #de0e0e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 1%;
    right: 2%;
    z-index: 1;
}

.yb-deal {
    background-color: #f39024;
}

.data-deal {
    background-color: #2bc14e;
}

.deal-sign-in {
    font-size: 16px;
}

.deal-section {
    background-color: #f0f0f0;
}

.deal-upload-slip-prompt {
    font-size: 18px;
}

.grid-item,
.grid-sizer {
    width: 45%;
}

.gutter-sizer {
    width: 5%;
}

.deal-fine-print {
    font-size: 12px;
}

@media (min-width: 320px) {
    .deal-saving {
        width: 64px;
        height: 64px;
    }
}

@media (min-width: 768px) {
    .grid-item,
    .grid-sizer {
        width: 30%;
    }

    .gutter-sizer {
        width: 3%;
    }

    .deal-button {
        height: 45px;
    }
}

@media (min-width: 992px) {
    .deal-block {
        max-width: 260px;
    }

    .deal-title,
    .deal-description,
    .deal-sign-in {
        font-size: 25px;
    }

    .deal-summary,
    .deal-fine-print {
        font-size: 18px;
        font-family: MTNBrighterSansRegular;
    }

    .deal-previous-price,
    .deal-current-price {
        font-size: 16px;
    }

    .deal-terms {
        font-size: 16px;
        white-space: pre-line;
    }

    .deal-issue {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .grid-item,
    .grid-sizer {
        width: 18%;
    }

    .gutter-sizer {
        width: 2%;
    }

    .deal-saving {
        height: 70px;
        width: 70px;
        font-size: 20px;
        border-radius: 55px;
    }
}