.deal-block {
    position: relative;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    font-family: WorkSansMedium;
    font-size: 10px;
    color: #333;
    max-width: 220px;
    margin: 0 auto;
}

.deal-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.deal-info {
    padding: 10px 15px 6px;
}

.deal-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: WorkSansMedium;
}

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

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

.deal-button {
    height: 22px;
    font-size: 11px;
    font-family: WorkSansSemiBold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deal-saving {
    width: 55px;
    font-size: 14px;
    font-family: WorkSansRegular;
    background-color: #fabd02;
    position: absolute;
    top: 0;
    right: 0;
}

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

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

.gutter-sizer {
    width: 5%;
}

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

@media (min-width: 576px) {
    .deal-button {
        height: 30px;
        font-size: 14px;
    }
}

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

    .gutter-sizer {
        width: 3%;
    }

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

@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: WorkSansRegular;
    }

    .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 {
        width: 105px;
        font-size: 25px;
    }
}