section.producing {
    padding: 0 0 40px 0;
}

@media (max-width: 768px){
    section.producing {
        padding: 0 0 30px 0;
    }
}

section.producing .header .producing-title {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
h2.producing-title, h5.producing-title {
    width: 65%;
    text-align: center;
    border-radius: 5px;
    align-content: center;
    margin-top: -18px;
    margin-left: 16.25%;
    background-image: linear-gradient(yellow,#ff5e00);
}
section.producing .categories {
    padding: 0 0 0 25px;
    justify-content: space-between;
    margin-top: 2% !important;
}
section.producing .category {
    border: 1px solid #f79430;
    padding-bottom: 20px;
}

section.producing .item {
    margin-left: 17px;
    display: flex;
    align-items: center;
    margin-top: 25px;
    height: 60px;
}

section.producing .item .icon {
    width: 60px;
    text-align: right;
    margin-right: 15px;
}

section.producing .item .name {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #707378;
}

@media (min-width: 1199px) {
    section.producing .categories > :nth-child(3) {
        flex: 0 0 28%;
        max-width: 28%;
    }
}

@media (min-width: 992px) {
    .producing .categories > :nth-child(1) {
        flex: 0 0 39%;
        max-width: 33.33%;
    }

    .producing .categories > :nth-child(2) {
        flex: 0 0 31%;
        max-width: 33.33%;
    }

    .producing .categories > :nth-child(3) {
        flex: 0 0 30%;
        max-width: 33.33%;
    }
}

@media (max-width: 991px) {
    section.producing .categories {
        padding: 0;
        margin-top: 6% !important;
    }

    section.producing .category:first-child {
        margin-bottom: 40px;
    }

    section.producing .categories .header {
        text-align: center;
    }

    section.producing .categories > :nth-child(3) .list {
        /*display: flex;*/
    }

    section.producing .categories > :nth-child(3) .list .item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    section.producing {
        padding: 30px 0;
    }

    section.producing .container {
        max-width: 95%;
    }

    section.producing .category {
        margin-bottom: 40px;
    }

    section.producing .categories > :nth-child(3) .list .item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
    
       section.producing .item {
        margin-left: 80px;
        margin-top: 10px;
    }

}

@media (max-width: 575px) {
    section.producing {
        padding: 0px 20px;
    }

    section.producing .categories .header {
        text-align: left;
    }

    section.producing .categories .header h2{
        /*padding-left: 95px;*/
    }

    section.producing .categories > :nth-child(3) .list {
        display: block;
    }

    section.producing .categories > :nth-child(3) .list .item {
        flex: 0 0 50%;
        max-width: unset;
        padding: 0;
    }

    section.producing .item {
        margin-left: 8px;
        margin-top: 10px;
    }

    section.producing .item .icon img {
        width: 60%;
        height: auto;
    }

    section.producing .item .name {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    
    section.producing .category {
        margin-bottom: 40px;
    }
    section.producing .category:first-child {
        margin-bottom: 40px;
        flex: 0 0 39%;
        max-width: 32.33%;
    }
    section.producing .category {
        margin-bottom: 40px;
        flex: 0 0 39%;
        max-width: 33.33%;
    }
    section.producing .item .icon {
        width: auto;
    }
    section.producing .item .name {
        font-size: 19px;
    }
    h2.producing-title, h5.producing-title{
        width: 80%;
        margin-left: 9.25%;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    
.list.listslot {
    
 margin-left: 30px!important;

}
.list.listslot1 {
    margin-left: 18px!important;
}

.list.listslot2 {
    margin-left: 23px!important;
}
}