.acf-countdown {
    display: flex;
    justify-content: space-around;

    .countdown-item {
        display: flex;
        flex-direction: column;
        color: white;

        span {
            font-size: 6rem;
            font-weight: 700;
        }

        p {
            text-align: center;
            margin: 0;
        }
    }
}