.block-product-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 50px;
    /* max-width: 820px; */
    /* height: 420px; */
    width: 100%;
    padding: 40px;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    background: #f1f8f5;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.block-product-banner .block-title {

    white-space: pre-wrap;
    min-width: 1px;
    font-size: 32px;
    max-width: 420px;
    font-family: 'Source Serif Pro';
    line-height: 35px;

}
.block-product-banner .block-text {

    white-space: pre-wrap;
    min-width: 1px;
    font-size: 16px;
    max-width: 480px;
    font-family: 'Source Serif Pro';
    line-height: 28px;
}
.block-product-banner a {

    white-space: pre-wrap;
    min-width: 1px;
    font-size: 12px;
    width: max-content;

    background-color: rgb(50, 110, 91);
    padding: 8px 20px;
    color: #FFF !important;
    text-decoration: none;
    font-family: 'Montserrat';
    font-weight: 600;
}
.block-product-banner a:hover {

    background-color: #66A692;
}