.p-service__container__list{
    justify-content: left;
    top: 19vw;
    margin-right: 10vw;
    position: absolute;
    left: 9vw;
}

@media only screen and ( max-width:1023px ) {

	.p-service__container__list{
		top: 144vw;
		left: 3.5vw;
	}

}