/* Write Custom Css Here */

.product-info {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: .5rem;
    min-height: 21.625rem;
}

.logo {
    --logo-max-width: auto;
    --logo-max-height: 70px;
    display: inline-flex;
    text-decoration: none
}
.intro-item .section-desc {
    font-size: var(--font-size);
    max-width: 100%;
    text-align: center;
    font-weight: 700;
}