.acf-info-box {
    /* background-color: var(--wp--preset--color--white-grey); */
    border: 1px solid var(--wp--preset--color--red);
    padding: 1.25rem;
    border-radius: 1.25rem;
    margin-bottom: 2rem;
    /* box-shadow: 4px 4px 0 var(--wp--preset--color--medium-grey); */
}

.acf-info-box__content p{
    font-family: var(--wp--preset--font-family--plus-jakarta);
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
}

.acf-info-box__content p {
    margin-bottom: 0.5rem;
}

.acf-info-box__content p:first-child {
    text-transform: uppercase;
    font-weight: 800;
}

.acf-info-box__content p:last-child {
    margin: 0;
}