.product-callout-block {
    margin: 30px 0px;
    background: linear-gradient(96.17deg, rgba(51, 137, 255, 0.1) 14.78%, rgba(255, 173, 51, 0.1) 96.54%);
    border-radius: 8px;
    padding: 20px 24px;
}
.product-callout-block figure {
    margin: auto auto 12px auto;
}
.product-callout-block figure img {
    width: 48px;
    height: 48px;
}
.product-callout-block .pdf-download-btn {
    font-size: 12px;
    line-height: 140%;
    font-weight: 700;
    color: #ffffff;
    border-radius: 4px;
    background: #3287FD;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 16px;
    width: 100%;
    margin: auto;
    position: relative;
    cursor: pointer;
}
.product-callout-block .pdf-download-btn a {
    color: #ffffff;
    padding: 0px;
}
.product-callout-block .pdf-download-btn:hover {
    background: #0053C7;
}
.product-callout-block .checklist-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    color: #000000;
    width: 100%;
    margin-bottom: 4px;
    text-align: center;
}
.product-callout-block .checklist-subtext {
    font-size: 12px;
    line-height: 180%;
    margin: auto auto 16px auto;
    color: #373C43;
    width: 80%;
    text-align: center;
}
@media (min-width: 768px) {
    .product-callout-block {
        padding: 20px;
    }
    .product-callout-block figure {
        margin: 0px;
    }
    .product-callout-block figure img {
        margin-right: 16px;
        width: 9%;
    }
    .product-callout-block .checklist-text-container {
        width: 70%;
        padding-right: 20px;
    }
    .product-callout-block .pdf-download-btn {
        font-size: 16px;
        width: max-content;
        margin: auto 0 auto auto;
    }
    .product-callout-block .checklist-text {
        font-size: 18px;
        line-height: 180%;
        margin-bottom: 0px;
        text-align: left;
    }
    .product-callout-block .checklist-subtext {
        font-size: 16px;
        margin-bottom: 0px;
        width: 100%;
        text-align: left;
    }
}