/* tablet  768 - 1000*/
@media screen and (max-width: 999px){

    .boxes-small__wrap{
        gap: 39px;
        row-gap: 40px;
    }

    .boxes-small__item{
        width: 219px;
    }
}