.products-wrap {
    margin-bottom: 30px;
    display: flex;
}

.products-wrap p::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #F5B553;
}

.products-wrap .bth__ava-290 {
    width: 280px;
    height: 222px;
}

.products-wrap p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 25px;
    position: relative;
    padding-left: 16px;
}

.products-wrap > div {
    margin-right: 25px;
}

@media screen and (max-width: 768px) {




    .products-wrap p {
        font-size: 13px;
        line-height: 23px;
    }
}
@media screen and (max-width: 766px) {
    .products-wrap {
        display: block;
    }  .products-wrap__item {
           margin-bottom: 15px;
       }
    }