@media screen and (min-width: 1200px){

    body > section > div > div.col-12.col-lg-12.col-xl-6.rightSide{
        max-width: 893px;
    }
}

#background {
    background-size: contain !important;
    background-position: center !important;
}
.section-body .rightSide .wrapTitle h1,
#background > h1{
    color: #91b93e;
}
body > section > div > div.col-12.col-lg-12.col-xl-6.rightSide > div.lineCustom > div > h1{
    font-size: 93px;
    padding: 5px;
}

.section-body .rightSide .lineCustom{
    min-height: 350px;
}