.other-lang h2.slideUpText span:first-child:not(.zwc-text-slide):after {
    content: "";
}
.zwc-adout p {
    --p-font: 24px;
    letter-spacing: -0.3px;
    line-height: 1.6;
    max-width: 930px;
    width: 100%;
    margin: 0 auto 20px;
}
.i18n-de .zwc-adout .content-wrap {
    width: 100%;
    max-width: 100%;
}
.i18n-de .zwc-adout p {
    padding: 0 20px;
}
.i18n-de .zwc-years-content:nth-child(6) .zwc-month:last-child .zwc-month-col {
    gap: 10px;
}
   /* other lang fix ends */
@media only screen and (min-width: 1201px) {
.i18n-de .slideUpText {
    --header-2: 95px;
}
}
@media only screen and (min-width: 1025px) and (max-width:1200px){
.i18n-de .slideUpText {
    --header-2: 76px;
}
}
@media only screen and (max-width:767px) {
.i18n-de .slideUpText {
    --header-2: 40px;
}
}
@media only screen and (max-width:480px) {
.i18n-de .slideUpText {
    --header-2: 28px;
}
}