.simply-countdown-losange h2{
    color: red;
    font-weight: bold;
    text-shadow: none;
}
.simply-countdown-losange {
    overflow: visible;
    display: table;
    font-family: 'Arial', sans-serif;
    margin: 0 auto;
    border: 2px solid;
    background:#ffffff82;

}

.simply-countdown-losange > .simply-section {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    float: left;
    margin: 30px;
    background: #024772
}

.simply-countdown-losange > .simply-section > div {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.simply-countdown-losange > .simply-section > div .simply-amount, .simply-countdown-losange > .simply-section > div .simply-word {
    display: block;
    color: #fff;
    font-weight: 700;
    text-align: center
}

@media only screen and (max-width: 600px)  {

.simply-countdown-losange>.simply-section {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    float: left;
    margin: 17px;
    background: #1a67b2;
}
}