.solution-desc .solution-text {
    padding: 105px 0 80px 80px;
}
.solution-desc .solution-text p{
    font-size: 18px;
    line-height: 30px;
}
.solution-desc .solution-text p a{
    color: var(--bgscolor);
}
.solution-desc .bottom{
    width: 100%;
    text-align: center;
    padding: 30px 48px 45px;
    border-radius: 20px;
    background: rgba(236, 111, 44, .1);
    border: 2px dashed var(--bgscolor);
    margin-top: 200px;
}
.solution-desc .bottom h2::before{
    display: none;
}
.solution-desc .bottom h2{
    display: inline-block;
    width: 60%;
    max-width: 605px;
    background: url("/static/images/solution-single/cottonseed/the-production-process-of-cottonseed-oil-bg.png") no-repeat;
    background-size: 100% 100%;
    line-height: 65px;
    font-size: 32px;
    color: var(--bgscolor);
    font-family: 'Roboto-Bold';
    text-align: center;
    text-transform: unset;
    margin-bottom: 30px;
}
/* pressing */
.pressing {
    width: 100%;
    background: #f6f6f6;
}
.pressing .main{
    margin-top: 70px;
}
.pressing .main ul {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.pressing .main ul li{
    width: 20%;
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 2px solid #E8E8E8;
    font-size: 20px;
    color: #999999;
    font-family: 'Roboto-Medium';
    cursor: pointer;
}
.pressing .main ul li.pressingActive{
    border-color: var(--bgscolor);
    color: var(--bgscolor);
}
.pressing .main ol li{
    display: none;
    justify-content: space-between;
}
.pressing .main ol li:first-child{
    display: flex;
}
.pressing .main ol li .img{
    width: 57%;
}
.pressing .main ol li img{
    border-radius: 30px;
}
.pressing .main ol li .text{
    width: 42%;
    margin: 80px 0 0 65px;
}
.pressing .main ol li span{
    font-size: 16px;
    color: var(--bgscolor);
    font-family: 'Roboto-Medium';
}
.pressing .main ol li h4{
   
    font-size: 30px;
    color: var(--fttcolor);
    line-height: 40px;
    margin: 8px 0 15px;
}
.pressing .main ol li p{
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 30px;
}
/* advantages */
.advantages .advantage-item{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.advantages .advantage-item>div{
    width: calc(50% - 15px);
}
.advantages .advantage-text{
    padding: 48px 60px 70px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 30px;
    position: relative;
}
.advantages .advantage-text::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    background: url("/static/images/solution-single/flaxseed/flaxseed-oil-advantages-icon.png") no-repeat;
}
.advantages .advantage-item h4{
    font-size: 28px;
    color: var(--fttcolor);
    line-height: 38px;
    margin-bottom: 25px;
}
.advantages .advantage-item p{
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 30px;
}
.advantages .advantage-img img{
    border-radius: 30px;
}
.solution-video {
    width: 100%;
    background: #f6f6f6;
}
#related-cases{
    background: var(--white);
}
#related-news{
    margin: 0;
    padding: 90px 0 70px;
    background: #f6f6f6;
}
@media(min-width:1261px) and (max-width:1440px){
    .pressing .main ol li .text{
        margin-top: 30px;
    }
    .pressing .main ol li h3 {
        font-size: 32px;
        line-height: 38px;
    }
    .pressing .main ol li p {
        font-size: 16px;
        line-height: 24px;
    }
    .advantages .advantage-text {
        padding: 30px 45px 35px;
    }
    .advantages .advantage-item h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .advantages .advantage-item p {
        font-size: 16px;
        line-height: 24px;
    }
    .advantages .advantage-text::after {
        width: 36px;
        height: 36px;
        background-size: cover;
    }
}
@media(min-width:1025px) and (max-width:1260px){
    .pressing .main ol li .text {
        margin-top: 15px;
    }
    .pressing .main ol li span {
        font-size: 16px;
    }
    .pressing .main ol li h3 {
        font-size: 28px;
        line-height: 35px;
    }
    .advantages .advantage-text {
        padding: 20px 30px 35px;
    }
    .advantages .advantage-item h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .advantages .advantage-item p {
        font-size: 16px;
        line-height: 24px;
    }
    .advantages .advantage-text::after {
        width: 36px;
        height: 36px;
        background-size: cover;
    }
}
@media(min-width:768px) and (max-width:1024px){
    .advantages .advantage-text {
        padding: 20px 30px 35px;
    }
    .advantages .advantage-item h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .advantages .advantage-item p {
        font-size: 14px;
        line-height: 18px;
    }
    .advantages .advantage-text::after {
        width: 25px;
        height: 25px;
        background-size: cover;
    }
}
@media screen and (max-width:768px){
    .solution-desc{
        margin-bottom: 40px;
    }
    .solution-desc .solution-text{
        padding: 30px 15px 25px 15px;
    }
    .solution-desc .solution-text p {
        font-size: 16px;
        line-height: 24px;
    }
    .solution-desc .bottom {
        padding: 20px 15px;
        margin-top: 25px;
    }
    .solution-desc .bottom h2{
        width: 100%;
        max-width: unset;
        font-size: 20px;
        line-height: 24px;
        background-size: 100% 100%;
        margin-bottom: 15px;
    }
    /* pressing sm */
    .pressing .main{
        margin-top: 30px;
    }
    .pressing .main ul {
        margin-bottom: 25px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pressing .main ul li{
        width: 48%;
        padding: 0 10px 8px;
        border-bottom: 1px solid #E8E8E8;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 15px;
    }
    .pressing .main ul li:nth-child(3),
    .pressing .main ul li:last-child{
        margin-bottom: 0;
    }
    .pressing .main ol li{
        flex-wrap: wrap;
    }
    .pressing .main ol li .img{
        width: 100%;
    }
    .pressing .main ol li img {
        border-radius: 10px;
    }
    .pressing .main ol li .text {
        margin: 20px 0 0 0px;
        width: 100%;
    }
    .pressing .main ol li span{
        font-size: 14px;
    }
    .pressing .main ol li h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 5px 0 10px;
    }
    .pressing .main ol li p {
        font-size: 16px;
        line-height: 22px;
    }
    /* advantages sm */
    .advantages .advantage-item{
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .advantages .advantage-item>div {
        width: 100%;
    }
    .advantages .advantage-text {
        padding: 20px 15px 25px;
        border-radius: 10px;
        order: 2;
        margin-top: 20px;
    }
    .advantages .advantage-item h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .advantages .advantage-item p {
        font-size: 16px;
        line-height: 22px;
    }
    .advantages .advantage-text::after {
        bottom: 15px;
        right: 15px;
        width: 25px;
        height: 25px;
        background-size: cover;
    }
    .advantages .advantage-img img{
        border-radius: 10px;
    }
}