.dropdown-btn--download {
    margin-top: 0;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #76CDD8;
    gap: 8px;
}

@media screen and (max-width: 1280px) {
    .buttons-wrapper.cloned-buttons .dropdown-download > button::before,
    .main-header > .buttons-wrapper .dropdown-download > button::before {
        content: none !important;
        display: none !important;
    }
}

@media screen and (max-width: 390px) {
    .dropdown-btn--download {
        width: 130px !important;
        line-height: 1.15;
    }
}