* {
    box-sizing: border-box
}

body {
    font-family: Noto Sans HK, sans-serif;
    font-family: Poppins, sans-serif
}

.insm1-carousel {
    background: rgba (225, 225, 225, 0)
}

.insm1-single-logo-block {
    align-items: center;
    counter-increment: carousel-cell;
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    margin-left: 24px;
    width: 180px
}