

.c8 > img {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 4rem;
}
.c8-text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 143%;
    color: #fff;
}
.guarantee{
    background-image: url(../../images/guarantee.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 33.6rem;
    height: 13.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.3rem;
    margin-top: 5rem;
}
.guarantee > p {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 143%;
    color: #fff;
}