.guarantee-section {
    padding: 80px 0 200px;
}

.guarantee-card {
    position: relative;
    border-radius: 6px;
    background: #e9e9e9;
}

.guarantee-card img {
    display: block;
    width: 100%;
}

.guarantee-copy {
    position: absolute;
    right: 0;
    bottom: -50%;
    max-width: 50%;
    padding: 45px 50px;
    background: #fff;
    max-width: 50%;
}

.guarantee-title {
    margin: 0 0 40px;
    font-size: var(--f48);
    line-height: 1.15;
    font-weight: 700;
}

.guarantee-content {
    color: #666;
    font-size: var(--f16);
    line-height: 1.75;
}

@media (min-width: 768px) {
    .guarantee-copy {
        padding: 80px 90px;
    }

    .guarantee-copy {
        bottom: -25%;
        max-width: 650px;
    }
}