.attachment-card__row {
    align-items: center;
    background-color: #eaeaea;
    border-radius: 8px;
    text-align: left;
    margin: 15px 0;
    padding: 24px 16px;
    align-content: stretch;
}

.attachment-card__icon-column {
    justify-content: center;
    align-items: center;
}

.attachment-card__icon {
    background-color: var( --e-global-color-primary );
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.attachment-card__icon .file-icon {
    line-height: inherit;
    font-size: 3.5em;
    color: #fff;
}

.attachment-card__information-column {
    text-align: left;
    padding: 25px;
    width: 80%;
}

.attachment-card__title {
    margin-bottom: 0.5em!important;
}

.attachment-card__description {
    margin-bottom: 0;
}

.attachment-card__download-column  {
    justify-content: center;
}
.attachment-card__download-column .elementor-button {
    margin: 0 auto!important;
    background-color: transparent!important;
}