.banner-timer {
    margin-top: 30px;
    margin-bottom: 0px;
}
.banner-timer .timer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    gap: 10px;
}
.banner-timer > a {
    text-decoration: none;
}
.banner-timer .title {
    color:white;
    font-size:25px;
    text-transform: uppercase;
}
.banner-timer .title2 {
    color:white;
    font-size:20px;
    text-transform: uppercase;
    margin-left: 2%;
    max-width: 500px;
}
.banner-timer .title2 > .fa {
    vertical-align: text-bottom;
}
.banner-timer #timer {
    margin-left:10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-width: 12rem;
}
.banner-timer #timer > .countdown {
    color: white;
    font-size: 15px;
    padding: 6px 6px;
    background-color: black;
    margin: 3px;
    border-radius: 7px;
}
@media (max-width: 560px) {
    .banner-timer .timer-content {
        flex-wrap: wrap;
    }
}
@media (min-width: 370px) and (max-width: 399px) {
    .banner-timer .title2 {
        margin-left: 5%;
    }
}
@media (min-width: 400px) and (max-width: 560px) {
    .banner-timer .title2 {
        margin-left: 9%;
    }
}
@media only screen and (max-width: 767px){
    .banner-timer {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
