#maJJabout{
    position: relative;
    padding: 160px 0;
}
#maJJabout .fexxJ{
    display: flex;
    justify-content: space-between;
}
#maJJabout .fexxJ .leftboxx{
    display: flex;
    flex-direction: column;
    width: 40%;
    justify-content: space-between;
}
#maJJabout .fexxJ .rightboxx{
    position: relative;
    display: flex;
    width: 55%;
}
#maJJabout .fexxJ .rightboxx:before{
    content:"";
    width: 100%;
    height: 100%;
    background: #b7885c;
    position: absolute;
    z-index: -1;
    bottom: -60px;
    right: -60px;
    border-radius: 0px 0px 40px 0px;
}

.mmifo{
    padding: 35px 0;
}
@media screen and (max-width: 1460px) {
    #maJJabout{
    margin: 100px 0 100PX;
    padding: 0;
}
}
@media screen and (max-width: 1280px) {
	#maJJabout .fexxJ{
        display: flex;
        flex-direction: column;
    }
    #maJJabout .fexxJ .leftboxx{
        width: 100%;
        margin-bottom: 30px;
    }
    #maJJabout .fexxJ .rightboxx{
        width: 100%;
    }
    #maJJabout .fexxJ .rightboxx:before{right: -9px;bottom: -18px;border-radius: 0px 0px 16px 0px;}
}
@media screen and (max-width: 640px){
    #maJJabout{
    margin: 50px 0 100PX;
}
}
@media screen and (max-width: 480px){
    #maJJabout{
        padding: 80px 0 10px;
         margin: 50px 0 10PX;
    }
}