/*plantContainer*/
.plantSubtitle{
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
}
.plantBlock{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.plantBlock:last-child{
    margin-bottom: 0;
}
.plantBlock ul{
    margin: 0 auto ;
    line-height:35px;
    max-width: 800px;
    padding: 10px 10px 10px 40px;
    background: linear-gradient(90deg, #c0c0bd 10%, rgba(192, 192, 189, 0.75) 40%, transparent 100%);
}
.plantBlock .plantImg{
    width: 80%;
    height:760px;
    background: url("/public/images/chemicalPage/H2CO2/chemical1.jpg");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.plantImg2{
    width: 80%;
    height:760px;
    background: url("/public/images/chemicalPage/NH4NO3/chemical2.jpg");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.plantText{
    line-height:35px;
}
.plantMain{
    position: absolute;
    top: 50%;
    left: 77%;
    z-index: 2;
    transform: translate(0, -50%);
    background: linear-gradient(90deg, #c0c0bd 10%, rgba(192, 192, 189, 0.75) 40%, transparent 100%);
    padding: 10px;
}
/*plantContainer end*/
@media screen and (max-width: 1100px) {
    .plantMain{
        max-width: unset;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin-top: -50px;
        background: linear-gradient(180deg, #c0c0bd 30%, rgba(192, 192, 189, 0.75) 50%, transparent 100%) !important;
    }
    .plantImg{
        width: 100% !important;
        height: 440px !important;
    }
}
@media screen and (max-width: 500px) {
    * {
        line-height: 30px !important;
    }
    .plantImg{
        height: 300px !important;
    }
    .blockTitle {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }
    .plantSubtitle{
        font-size: 22px;
    }
    .plantBlock ul>li, .plantText{
        font-size: 18px !important;
    }

}