#products{
    background-color: #050508;
    height: auto;
    padding-bottom: 91px;

}

.products-top-left-img{
    position: absolute;
    left: 0;
    top: 0;
}

.products-bottom-right-img{
    right: 0;
    position: absolute;
    bottom: 0;
}

.products-title {
    display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 6%;
}

.products-title h3 {
    color: white;
    font-size: 50px;
    margin: 0;
    margin-bottom: 20px;
}

.products-title span {
    width: 42%;
    color: #9898A8;
}

.rusl-products{
    margin-top: 7%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
        justify-content: center;

}

.rusl-product{
    display: flex;
        flex-direction: column;
        flex-basis: 33%;
        text-align: center;
        align-items: center;
}

.rusl-product img {
    width: 175px;
    margin-bottom: 20px;
}


.rusl-product span {
    color: #9898A8;
    width: 75%;
}

.products-btn{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 3%;
}

@media(max-width:768px){
    .rusl-products{
        flex-direction: column;

    }

    .rusl-product{
        margin-bottom: 50px;
    }

    .products-title span {
        width: 70%;
    }
}