@media screen and (max-width:991px) {
    .sc-content.dpa-flex {height: 74px;display: flex;justify-content: center;align-items: center;gap: 8px;}
    .sc-content.dpa-flex.en {height: 84px;display: flex;justify-content: center;align-items: center;gap: 8px;}
    .sc-content.dpa-flex p {margin-bottom: 0 !important;font-size: 13px;}
}
@media screen and (min-width:992px) {
    .sc-content.dpa-flex {height: 64px;display: flex;justify-content: center;align-items: center;gap: 8px;}
    .sc-content.dpa-flex p {margin-bottom: 0 !important;font-size: 16px;}
}


