.pd__offer__timer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
    background-image: var(--bg-image);
    background-repeat: no-repeat;
    position: relative;
    flex-direction: column;
}
.pd-counter-section-wrapper {
    display: flex;
    justify-content: center;
    font-size: 22px;
}
.pd-timer-wrapper {
    margin-right: 10px;
    margin-left: 10px;
}
.pd-timer-wrapper:last-child {
    margin-right: 0;
}
.pd-counter-digit {
    width: 25px;
    font-weight: bold;
}
.pd-timer-title-wrapper {
    padding-top: 10px;
    margin: 0 20px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pd-timer-title-wrapper h4 {
    text-transform: uppercase;
    font-size: 1.85rem;
    font-family: "AdihausDIN-Regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
}
.pd-timer-title-wrapper h5 {
    font-size: 1.35rem;
    margin-top: 5px;
    font-family: inherit;
    font-weight: 100;
    padding-right: 10px;
    white-space: nowrap;
}
.pd-timer-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pd__offer__timer-subtitle-timer-wrapper {
    display: -webkit-box;
    padding-top: 5px;
}
@media (max-width: 960px) {
    .pd-timer-title-wrapper h5{
        margin-top: 6px;
    }
} 
@media (max-width: 768px) {
    .pd__offer__timer {
        background-image: var(--bg-imagemob);
        background-repeat: no-repeat;
    }
    .pd__offer__timer-subtitle-timer-wrapper {
        display: -webkit-box;
    }
    .pd-counter-section-wrapper {
        font-size: 20px;
    }
    .pd-timer-title-wrapper {
        padding: 5px 0px 0px 0px;
    } 
    .pd-timer-title-wrapper h4 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .pd-timer-title-wrapper h5 {
        font-size: 20px;
        margin-top: 5px;
        padding-left: 5px;
    }
}