﻿/*Mandela Day Promo 2024*/

.promo-banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .promo-banner img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

.countdown-timer {
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}

    .countdown-timer div {
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }

    .countdown-timer p {
        font-size: 60px;
        margin: 0px;
    }

    .countdown-timer label {
        font-size: 16px;
    }