.boxes-small__wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding-top: 20px;
}

.boxes-small__item {
    width: 214px;
    min-height: 172px;
    background: #F6F6F6;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 22px;
    border-radius: 16px;
}

.boxes-small__img{
    width: 108px;
    height: 108px;
}

.boxes-small__text{
    position: relative;
    top: -3px;

    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}