/* Краткие преимущества видеонаблюдения */
.video-benefits-section {

    margin: 0px 0;
    margin-top: -50px;
}

.benefits-short-list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    border-radius: 20px;
    background: white;
    flex-wrap: wrap;
}

.benefit-short-item {

    min-width: 200px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 20px;

    border-radius: 20px;
    transition: all 0.3s ease;
}



.benefit-short-item img {
    width: 30px;
    margin-right: 20px;
    display:inline;
}

.benefit-short-item span {
    vertical-align: super;
    font-size: 16px;
    font-weight: 500;
    color: #433f45;
}