.contenido-garantia {
    padding: 2rem 20rem;
    line-height: 2rem; 
    .wrapper {
        p {
            width: 100%;
            display: flex;
            justify-content: center;
            &:nth-of-type(3) a {
                width: auto;
                background: var(--primary-bg-color);
                text-decoration: none;
                color: white;
                padding: .5rem 1rem;
                border-radius: 20px;
            }
            &:nth-of-type(6) a {
                width: auto;
                background:#1d9846;
                text-decoration: none;
                color: rgb(255, 255, 255);
                padding: .5rem 1rem;
                border-radius: 20px;
            }
        }
    }
}
