.more-editions svg.icon {
    width: 24px;
    height: 24px;
}

.more-editions {
    margin: 10px 0 0;
    width: 25rem;
    display: flex;
    align-items: center;
    background-color: #2b2b2b;
    font-size: 1.8rem;
    line-height: 17px;
    font-weight: 400;
    color: #fff;
    font-family: "TradeGothic LT Std";
    text-transform: uppercase;
    padding-left: 11px;
}

.more-editions span {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border-left: 1px solid #fff;
}

.revista__download {
    margin: 10px 0 0;
    width: 100%;
}

.revista__download a {
    display: flex;
    align-items: center;
    background-color: #2b2b2b;
    font-size: 1.8rem;
    width: 25rem;
    line-height: 17px;
    font-weight: 400;
    color: #fff;
    font-family: "TradeGothic LT Std";
    text-transform: uppercase;
    padding-left: 11px;
}

.revista__download span {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border-left: 1px solid #fff;
}
  
.revista__item__text .revista__download .more-editions {
    margin-bottom: 0;
}

  @media only screen and (max-width: 800px) {

    .revista__download .more-editions{
        margin-bottom: 0;
    }

    .revista__download {
        margin: 5px 0 0;
    }
    
    .revista__download a {
        text-transform: unset;
        position: relative;
        padding: 1.1rem 0rem 1.1rem 1.5rem;
        width: 100%;
        font-size: 2rem;
    }
    
    .revista__download span {
        margin: 0;
        position: absolute;
        right: 0;
        padding: 11px 12px;
    }

    .more-editions {
        text-transform: unset;
        position: relative;
        padding: 1.1rem 0rem 1.1rem 1.5rem;
        width: 100%;
        font-size: 2rem;
    }

    .more-editions span {
        margin: 0;
        position: absolute;
        right: 0;
        padding: 11px 12px;
    }

    .revista__download  .more-editions {
        margin: 0 0 1rem;
    }

    .revista__download a .more-editions a {
        padding: 0.9rem 1.6rem;
        justify-content: flex-start;
        margin: 0 0 0;
    }

    .revista__download span .more-editions span {
        padding: 11px;
    }

  }