.rep-block-guarantee {
    min-height: 418px;
    position: relative;
    overflow: visible;
    padding-top: 87px;
    padding-bottom: 87px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rep-block-guarantee .subtitle {
    max-width: 843px;
    font-size: 21px;
    line-height: 150%;
    text-align: center;
    color: #707070;
    z-index: 2;
}

.rep-block-guarantee .link {
    font-size: 21px;
    line-height: 150%;
    text-align: center;
    color: #8C4438;
    text-decoration: underline;
    cursor: pointer;
    z-index: 2;
}

.rep-block-guarantee .flowers-left {
    position: absolute;
    left: -200px;
    bottom: -30px;
    width: 554px;
    height: 302px;
    background-image: url(../images/flower-bundle.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.rep-block-guarantee .band {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500px;
    right: -500px;
    background-color: #F9F9F9;
}

/* X Small */
@media (min-width: 0px) {
    .rep-block-guarantee .flowers-left {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .rep-block-guarantee .flowers-left {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .rep-block-guarantee .flowers-left {
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .rep-block-guarantee .flowers-left {
        display: block;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .rep-block-guarantee .flowers-left {
        display: block;
    }
}