/*introductionContainer*/
#introductionContainer{
    max-width: 700px;
}
.introductionSubtitle{
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 25px;
    text-align: center;
}
.introductionText{
    line-height: 35px;
}
/*introductionContainer end*/

.shadowBlock{
    padding: 10px;
    background: linear-gradient(90deg, #c0c0bd 10%, rgba(192, 192, 189, 0.75) 40%, transparent 100%);
}

/*serviceContainer*/

.serviceBlocks{
    width: 100%;
}
.serviceItem{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
/*.categoryItem>div{*/
/*    width: 48%;*/
/*}*/
.serviceFill{
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 10%, rgba(192, 192, 189, 1) 70%, transparent 90%);
    opacity: 0;
    position: relative;
    z-index: 3 !important;
    transition-duration: 300ms;
}
.serviceImg{
    width: 80%;
    height:760px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 7px 15px -2px rgba( 0, 0, 0, 0.67 );
}
.serviceSubtitle{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 25px;
}
.serviceText{
    line-height: 35px;
}
.serviceInfo{
    max-width: 400px;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 77%;
    transform: translate(0, -50%);
    z-index: 2;
    background: linear-gradient(90deg, #c0c0bd 10%, rgba(192, 192, 189, 0.75) 40%, transparent 100%);
}
/*serviceContainer end*/


@media screen and (max-width: 1300px) {
    .serviceInfo{
        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;
    }
    .serviceImg{
        width: 100%;
        height: 440px;
    }
    .serviceItem {
        flex-direction: column;
    }
}
@media screen and (max-width: 500px) {
    * {
        line-height: 30px !important;
    }
    .serviceImg{
        height: 300px;
    }
    .blockTitle {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }
    .introductionSubtitle, .serviceSubtitle{
        font-size: 22px;
    }
    .plantBlock ul>li, .shadowBlock, .serviceText{
        font-size: 18px !important;
    }
}