.the-short-description {
    height: 0;
    overflow: hidden;
    transition: height .6s;
}

button.open-short-desc {
    background: transparent;
    border: none;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    padding: 0;
    border-bottom: 2px solid #000;
    min-height: auto;
    color: #000 !important;
}

button.open-short-desc i {
    margin-right: 5px;
    transition: transform .6s;
    transform: rotate(90deg);
}

button.open-short-desc i img {
    height: 13px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.short-description-container {
    text-align: center;
    font-weight: 400 !important;
}

.short-description-container p {
    margin-bottom: 10px;
}

.short-description-container img {
    object-position: top;
    width: 100%;
    height: auto;
}