.sect_box{
    position: relative;

}

.abpp .abppcontent {
    width: 25%;
    height: 100%;
    background: rgba(39, 59, 197, .8);
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 18px;
    padding: 0;

}
.pbox{
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
}
.abppcontent p {

    padding: 0px 14px;
    line-height: 30px;
}

.abpp {
    overflow: hidden;
}

.abpp .abppcontent.rightc {

    right: 0;
    background: rgba(220, 185, 125, .8);
}

.bg-1 {
    position: absolute;
    top: 0px;
    right: 0;
}

.bg-2 {
    position: absolute;
    top: 40%;
    left: 0;
}
.bg-3{
    position: absolute;
    bottom: -66px;
    right: 0;
}
.bg-2 img{
    height: 861px;
}


@media screen and (max-width: 1500px) {
    .bg-3{
        bottom: -57px;
    }
    .abpp .abppcontent{
        font-size: 16px;
    }
}



@media screen and (max-width: 1300px) {
    .bg-3{
        bottom: -57px;
    }
    .abpp .abppcontent{
        font-size: 14px;
    }
}


