.producer-main {
    max-width: 1100px;
    margin: 0 auto;
}
.producer-list {
    padding: 60px 0;
    margin: 0;
}

.producer-list-left {
    float: left;
    width: 50%;
    vertical-align: top;
    padding: 15px 0 0;
}
.producer-list-img {
    position: relative;
}
.producer-list-img img {
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    filter: sepia(0.9);
}
.producer-list-img img.first-img {
    height: auto;
    position: absolute;
    left: 6px;
    top: 10px;
    width: 135px;
    filter: none;
    z-index: 1;
}
.producer-list-img:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    border-style: solid;
    border-width: 60px 0 0 15px;
    border-color: #2a2a2e #2a2a2e #2a2a2e rgba(42, 42, 46, 0.5);
}
.producer-list-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    border-style: solid;
    border-width: 0 0 60px 0;
    border-color: #2a2a2e;
    z-index: 1;
}
.producer-list-left a i {
    background: rgb(245, 202, 42);
    color: rgba(0, 0, 0, 0.8);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 17px 0 0;
    text-align: center;
    font-size: 36px;
    margin: -45px 0 0 60px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.producer-list-right {
    float: left;
    width: 50%;
    vertical-align: top;
    padding: 0px 0px 0px 40px;
}
.producer-list-right h2 {
    font-weight: 800;
    font-size: 42px;
    line-height: 1.1;
}
.producer-list-right h3 {
    position: relative;
    padding: 0 0 0 119px;
    font-size: 26px;
    font-weight: 700;
}
.producer-list-right h3:before {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    left: 35px;
    top: 0px;
    font-size: 78px;
    line-height: 1;
    color: #f5ca2a;
    z-index: -1;
}
.producer-list-desc {
    color: #84827f;
    font-size: 22px;
}


.producer-list:nth-child(even) .producer-list-left {
    float: right;
}
.producer-list:nth-child(even) .producer-list-right {
    padding: 0px 40px 0px 0;
}







@media only screen and (min-width:100px) and (max-width:767px)
{




.producer-list {
    padding: 30px 0 0;
}
.producer-list-left {
    width: 100%;
}
.producer-list-right {
    width: 100%;
    padding: 10px 0 0;
}
.producer-list-right h2 {
    font-size: 26px;
}
.producer-list-right h3 {
    font-size: 18px;
    padding: 0 0 0 48px;
}
.producer-list-right h3:before {
    font-size: 46px;
    left: 15px;
}
.producer-list-desc {
    font-size: 17px;
}
.producer-list:nth-child(even) .producer-list-right {
    padding: 10px 0 0 0;
}



}