.about-company-first__box {
    padding-bottom: 48px;
    border-bottom: 1px solid #fff
}

.about-company-first__img {
    aspect-ratio: 1/1
}


.showroom-card {
    min-height: 364px
}

@media (max-width: 991px) {
    .h4 {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .showroom-card {
        min-height: 300px
    }

    .about-company-numbers--first {
        background-color: transparent !important;
        padding: 0 !important
    }

    .about-company-numbers--first button {
        margin-bottom: 16px
    }
}