.about-sect {
    background: url(../images/index/about_bg.png) 50% 0 / cover no-repeat;
    text-align: center;
    padding: 75px 0 100px;
    position: relative;
}
.about-sect:after {
    content: '';
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
}
.about-sect .company-name {
    margin-bottom: 35px;
}
.about-sect .editor {
    line-height: 1.8;
    font-size: 15px;
}
.about-sect .btn.more {
    display: block;
    background: rgba(234,242,194,0.20);
    width: 160px;
    line-height: 43px;
    border: 1px solid #3B8D1F;
    border-radius: 30px;
    color: #3B8D1F;
    font-size: 17px;
    margin: 45px auto 0;
}
.about-sect .btn.more:hover {
    background: #3B8D1F;
    color: #DAECBE;
}

.products-sect {
    padding: 40px 0 80px;
}
.products-title {
    text-align: center;
    margin-bottom: 25px;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 33.33%;
    padding: 0 10px;
}
.products-list .item a {
    max-width: 450px;
    margin: 0 auto 50px;
}
.products-list .pic {
    overflow: hidden;
    position: relative;
    border: 1px solid #BAEB67;
}
.products-list a:hover .pic:before {
    content: " ";
    background: rgba(255,255,255,0.50);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.products-list .name {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 23px;
    font-weight: bold;
    padding: 10px 0 5px;
}
.products-list .description {
    color: #777;
    font-size: 14px;
    line-height: 1.45;
    height: 59px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 120px;
    position: relative;
    margin-bottom: 5px;
}
.products-list .txt {
    position: relative;
}
.products-list .txt:after {
    content: "READ MORE";
    border: 1px solid #71C436;
    color: #71C436;
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 60px;
}
.products-list a:hover .txt:after {
    background: #71C436;
    color: #fff;
}
.products-list .offers {
    color: #71C436;
    font-size: 23px;
    font-weight: bold;
}



@media screen and (max-width: 1080px) {
    .products-list {
        max-width: 1000px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 980px) {
    .banner .container {
        padding: 0;
    }
    .about-sect {
        padding: 50px 0 70px;
    }
    .about-sect .company-name img {
        max-width: 240px;
    }
}
@media screen and (max-width: 639px) {
    .products-list .item {
        float: none;
        width: auto;
        padding: 0;
    }
    .products-list .description {
        height: auto;
        max-height: 52;
    }
}
@media screen and (max-width: 480px) {
    .products-list .description {
        padding-right: 0;
    }
    .products-list .txt:after {
        position: static;
        display: block;
        text-align: center;
        margin-top: 10px;
        line-height: 30px;
    }
}