.copyright .container > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright .container > div a{
    color: white;
    transition: 0.4s ease-in-out;
}
.copyright .container > div a:hover{
    color: black;
}
.woo-sctr-shortcode-countdown-unit-wrap .woo-sctr-shortcode-countdown-value{
    font-weight: bold;
    font-size: 24px;
}
.inner_item_mb_20 .col-sm-6{
    margin-bottom: 20px;
}