/*shape*/
.shape003 {
    position: relative;
}

.shape003:before {
    background: url(/images/000_blincon/home/shape02.png)!important;
    width: 291px;
    height: 228px;
    position: absolute!important;
    right: 0;
    top: -55px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    content:'';
    transform: matrix(0.5, 0, 0, 0.5, 132, -38);
}

.shape003:after {
    background: url(/images/000_blincon/home/shape01.png)!important;
    width: 291px;
    height: 228px;
    position: absolute!important;
    left: 0;
    bottom: 25px;
    /* bottom: 0; */
    background-repeat: no-repeat;
    background-size: contain;
    content:'';
    transform: matrix(0.5, 0, 0, 0.5, -140, 88);
}


/*grey-bg*/
.shape004 {
    position: relative;
}

.shape004:before{
    position: absolute;
    content: '';
    background: #dbdee5;
    width: 200px;
    height: 350px;
    left: -126px;
    top: 53px;
    z-index: -1!important;
}

@media screen and (max-width:992px){
  .shape004:before{top: -14px!important;}}

@media screen and (max-width:767px){
  .shape004:before{top: -65px!important;}}