.s-app__point-content-box.box1::before {
        top: 40px !important;
    }

.s-app__point-content-box.box1::after {
        top: 36px !important;
    }

.s-app__point-content-box-arrow{
	    top: -103px  !important;
}

.s-app__point-content-box.box3::before{
	    top: -88px  !important;
}


@media screen and (max-width: 750px) {
    .s-app__point-content-box.box1::after {
        top: 24.5vw  !important;
    }

        .s-app__point-content-box.box1::before {
        top: 25vw  !important;
    }

    .s-app__point-content-box-arrow{
    	top: -23vw  !important;
    }

    .s-app__point-content-box.box3::before{
    top: -21vw  !important;
        left: -10.6vw  !important;
        transform: rotate(68deg)  !important;
        width: 28vw  !important;
    }
}