.countdown .countdown-container {
    width: max-content;
    margin: 0 auto;
    text-align: center;

    & p {
        margin-bottom: 1.13rem;

        & strong {
            color: #344054;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 125%;
        }
    }
}