


.section-bg__svg.triangle-bottom svg,
.section-bg__svg.triangle-top svg{
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: auto;
    bottom:0;
}
.section-bg__svg.triangle-top svg{
    rotate: 180deg;
}
.section-bg__svg.triangle-bottom{
   bottom:0!important;
}
.section-bg__custom.right_round:before,
.section-bg__custom.center_round:before,
.section-bg__custom.left_round:before{
    background-color: #f5efe0;
    border-bottom-right-radius: 200px;
    bottom: 25px;
    box-shadow: 30px 32px 0 29px #fff;
    content: "";
    height: 82px;
    position: absolute;
    right: 35%;
    width: 70px;
    bottom: 0;
}
.section-bg__custom.right_round:after,
.section-bg__custom.center_round:after,
.section-bg__custom.left_round:after{
    content: "";
    display: block;
    width: 35%;
    height: 100%;
    background: #fff;
    margin-left: auto; 
}
.section-bg__custom.center_round:before{
    right: 51%;
}
.section-bg__custom.center_round:after{
    width: 51%;
}
.section-bg__custom.left_round:before{
    right: 61%;
}
.section-bg__custom.left_round:after{
    width: 61%;
}
.section-bg__media-ww .ww-style-one{
    position: absolute;
    left: 0;
    z-index: -1;
    transform: scale(0.9);
    transform-origin: left;
}
.section-bg__media-ww.ww_two{
    z-index: 2;
}
.section-bg__media-ww .ww-style-two{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
}
.section-bg__media-ww .ww-style-two .ww-style-two-p1{
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0.7);
    transform-origin: top left;
    mix-blend-mode: multiply;
}
.section-bg__media-ww .ww-style-two .ww-style-two-p2{
    position: absolute;
    right:0;
    transform: scale(1);
    transform-origin: bottom right;
    bottom: -10%;
    mix-blend-mode: multiply;
}
.section-bg__media-ww img{
    z-index: -2;
    position: relative;
}
.section-bg__media-ww .section-bg{
    z-index: -3;
}
.section-bg__media-ww .ww-style-three{
    position: absolute;
    left: 0;
    bottom: -4.5rem;
}
@media (min-width: 1139px) {
    .section-bg__media-ww .ww-style-one {
        top:5%;
    }
}
@media (max-width: 1139px) {
    .section-bg__custom.right_round:after,
    .section-bg__custom.right_round:before,
    .section-bg__custom.center_round:after,
    .section-bg__custom.center_round:before,
    .section-bg__custom.left_round:after,
    .section-bg__custom.left_round:before{
        content: none;
    }
    .section-bg__media-ww .ww-style-one{
        transform: scale(0.7);
        transform-origin: left;
    }
    .section-bg__media-ww .ww-style-three{
        transform: scale(0.7);
        transform-origin: bottom left;
        bottom:0;
    }
    .section-bg__media-ww .ww-style-two .ww-style-two-p1,
    .section-bg__media-ww .ww-style-two .ww-style-two-p2{
        transform: scale(0.6);
    }
  }
  @media (max-width: 767px) {
    .section-bg__media-ww .ww-style-one{
        transform: scale(0.4);
        transform-origin: left;
    }
    .section-bg__media-ww .ww-style-three{
        transform-origin: bottom left;
        bottom:0;
    }
    .section-bg__media-ww .ww-style-three svg{
          transform: rotateY(180deg);
    }
    .section-bg__media-ww .ww-style-three svg path {
        transform: matrix(-1, 0, 0, 1, 347, 0);
    }
    .section-bg__media-ww .ww-style-one svg path{
        transform: matrix(-1, 0, 0, 1, 350, 0);
    }
    .section-bg__media-ww .ww-style-two .ww-style-two-p1,
    .section-bg__media-ww .ww-style-two .ww-style-two-p2{
        transform: scale(0.4);
  }