.max-container-guarantees {
    align-items: center;
    gap: 48px
}

.content-guarantees {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.section-title-container-guarantees {
    display: flex;
    flex-direction: column-reverse;
    gap: 4px
}

.img-guarantees {
    object-fit: contain;
    width: 50%
}

@media screen and (width<992px) {
    .max-container-guarantees {
        flex-direction: column-reverse
    }

    .img-guarantees {
        width: 100%
    }

    .item-guarantees {
        flex-direction: row
    }
}