
.supportworkPart {
    width: 100%;
    position: relative;
    z-index: 1;
}
.supportworkPart:before {
    content: "";
    width: 505px;
    height: 100%;
    background: url(../images/support_workBg.png) no-repeat;
    position: absolute;
    top: 200px;
    right: 0;
  
}
.supporterPart.supportworkPart:before {
    top: 80px;
    background: url(../images/supporterBg2.png) no-repeat;
}

.supportourArea {
    width: 100%;
    padding: 100px 0 0;
}
.supportourArea .leftBox {
    position: relative;
}
.supportourArea .leftBox .image1 {
    max-width: 550px;
}
.supportourArea .leftBox .image2 {
    max-width: 330px;
}
.supportourArea .leftBox .image2 {
    position: absolute;
    right: 90px;
    top: 98px;
}
.supportourArea .leftBox .weBelieve {
    padding: 20px 27px;
    background: #F7CF47;
    max-width: 440px;
    position: absolute;
    bottom: 98px;
    left: 110px;
}
.supportourArea .rightContent p {
    color: #4D4D4D;
    margin: 0 0 30px;
} 
.supportourArea .rightContent p:last-child {
    margin: 0;
}

.supportourArea .rightContent .btn a {
    color: #fff;
}

.supportourArea.our_supporterArea {
    width: 100%;
    position: relative;
}
.supportourArea.our_supporterArea:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 249, 240, 0) 62.5%, #FFF9F0 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.supportourArea.our_supporterArea .weBelieve {
    display: none;
}

@media(max-width: 1199px){

    .supportourArea {
        padding: 80px 0 0;
    }

    .supportourArea .leftBox .image1 {
        max-width: 390px;
    }
    .supportourArea .leftBox .image2 {
        right: 70px;
        top: 50px;
        max-width: 240px;
    }
    .supportourArea .leftBox .weBelieve {
        bottom: 79px;
        left: 55px;
    }
}

@media(max-width: 991px){

    .supportourArea {
        padding: 70px 0 0;
    }
    .supportourArea .leftBox {
        max-width: 565px;
        margin: 0 0 40px;
    }
    .supportourArea .leftBox .image2 {
        display: none;
    }
    .supportourArea .leftBox .weBelieve {
        bottom: 20px;
        left: 0;
    }
    .supportourArea .leftBox .image1 {
        width: 100%;
        max-width: 100%;
    }
}

@media(max-width: 767px){
    .supportourArea .leftBox {
        max-width: 100%;
    }
    .supportourArea .leftBox .weBelieve {
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
    }
}

@media(max-width: 767x){
    .supportworkPart:before {
        width: 300px;
    }
    .supportourArea .leftBox {
        max-width: 100%;
    }
}

/* @media(max-width: 479px){
    
} */

@media(max-width: 575px){

    .supportourArea {
        padding: 60px 0 0;
    }
    /* .supportourArea .leftBox {
        padding: 0 0 300px;
        margin: 0;
    }
    .supportourArea .leftBox .weBelieve {
        bottom: 71px;
        left: 0;
        max-width: 100%;
    } */
    .supportourArea .leftBox .image1 {
        max-width: 100%;
    }
    .supportourArea .leftBox .image2 {
        right: 0;
        bottom: -160px;
        max-width: 100%;
        position: absolute;
        left: 0;
        margin: auto;
    }
   
    
}
@media(max-width: 479px){
    .supportourArea .leftBox .image1 {
        /* max-width: 390px; */
        width: 100%;
    }

    .supportourArea .leftBox .image2 {
        max-width: 80%;
    }
    /* .supportourArea .leftBox .weBelieve {
        bottom: 45px;
    } */
    .supportourArea .leftBox .weBelieve {
        padding: 15px 15px;
    }
}