#guarantee {
    position: relative;
    background-image: linear-gradient(45deg, var(--contrast-color), var(--bg-color));
    color: white;
}

#guarantee .container {
    max-width: 1100px;
}

#guarantee h2 {
    color: white;
    font-weight: 900;
}

#guarantee h2 span {
    color: var(--text-color-2);
}

#guarantee p {
    color: white;
}

#guarantee img {
    max-width: 200px;
}

#guarantee .badges img {
    background-color: white;
    max-width: 100px;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 599px) {
    #guarantee .badges img {
        max-width: 70px;
    }
}

.modal.downsell figure .guarantee-badge {
    position: absolute;
    max-width: 100px;
    top: 1em;
    right: 2vw;
}

@media (max-width: 599px) {
    .modal.downsell figure .guarantee-badge {
        max-width: 20vw;
        right: 0;
        top: 0;
    }
}