.mr {
    margin-right: 50px;
}

.product-catalog {
    position: relative;
    padding: 100px 0;
    /* background: linear-gradient(93.58deg, #FF383D 5.16%, #FF6B39 94.19%); */
    background: #EFEFEF;
}

.product-catalog .bground-101 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .3;
}




.section-content-color h3 {
    background: linear-gradient(93.58deg, #FF383D 5.16%, #FF6B39 94.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 900;
    font-size: 44px;
    text-transform: uppercase;
}

.product-catalog .list-content {
    text-align: left;
    margin-top: 10vh;
}

.product-catalog .list-content .content {
    position: relative;
    padding: 1rem 0;
}

.product-catalog .list-content .content+.content {
    border-top: 1px solid #000000;
}



.product-catalog .list-content .content img {
    position: absolute;
    top: 1.1rem;
    max-width: 1.3rem;
}

.product-catalog .list-content .content p {
    color: #000000;
    font-size: 1.1rem;
    margin-left: 7vh;
    margin-bottom: 0;
}

@media (max-width: 991px) {}


@media (max-width: 767px) {

    .mr {
        margin-right: 0;
    }

    .product-catalog {
        padding-bottom: 20px;
    }

    .product-catalog .bg-people {
        max-width: 88%;
    }


    .product-catalog .list-content .content p {
        font-size: 14px;
    }

}


@media (min-width: 992px) {
    .product-catalog .bground-101 {
        max-height: 20rem;
        opacity: 1;
    }

}

@media (min-width: 1200px) {
    .product-catalog .bground-101 {
        max-height: 26rem;
    }
}