img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.img_bg_con .img_bg {
	width:100%;
}

.title01 {
	text-align:center;	
	font-size:45px;
	font-weight:bold;
}

.passage01 {
	text-align:center;
}

.passage02 {
	text-align:center;
	padding:0px 30px 0px 30px;
}
	
@media(min-width:922px) {
	.passage01 {
		padding:0px 50px 20px 50px;
		text-align:center;
	}

	.passage02 {
		padding:0px 300px 20px 300px;
		text-align:center;
	}

}



.sep01 {
	width:100%;
	border-top:2px solid #bcbece;
	padding-bottom:20px;
}


/* 3 round icons */
.howpapermade_thri {
    margin: 40px 0px;
}

@media(min-width:922px) {
	.howpapermade_thri {
		margin: 40px 200px;
	}
}


.howpapermade_thri img {
    margin: auto;
    text-align: center;
    display: flex;
    width: 100px;
}

.howpapermade_thri p {
    text-align: center;
    margin: 20px 0px;
    font-size: 30px;
}

.howpapermade_thri div:first-child p {
    color: #126088;
    font-weight: 700;
}

.howpapermade_thri div:nth-child(2) p {
    color: #890a45;
    font-weight: 700;
}

.howpapermade_thri div:nth-child(3) p {
    color: #e98a16;
    font-weight: 700;
}

/* 1 */
.howpapermade_puling {
    width: 100%;
    padding: 60px 30px;
    background-color: #126088;
    color: #ffff;
}

.howpapermade_puling.twostep {
    background-color: rgba(163 , 30, 83, 1);
}

.twostep .Pulpingheading {
    padding-bottom: 50px;
}

.Pulpingheading {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}

/*
.mkkrow {
    width: 100%;
    float: left;
}
*/

.steps {
    color: #fff;
}

.pad_top {
    padding: 40px 0px !important;
}

.howpapermade_puling .steps p {
    text-align: left;
    padding-bottom: 10px;
    color: #fff !important;
}

.howpapermade_puling .steps p:first-child {
    font-size: 30px;
}

.howpapermade_puling .steps p:nth-child(2) {
    font-weight: bold;
}

.howpapermade_puling .steps p:nth-child(3) {
    color: #fff;
    font-size: 18px !important;
    line-height: 22px;
}

.howpapermade_puling img {
    width: 400px;
}

.steps_one {
    text-align: right !important;
    width: 45%;
    float: left;
    box-sizing: border-box;
}

.twostep .steps {
    margin-bottom: 30px;
}

.twostep .steps_one p {
    text-align: right !important;
}

.steps_two {
    width: 10%;
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
}

.steps_three {
    width: 45%;
    box-sizing: border-box;
    float: right;
}

.steps_three .steps:first-child {
    margin-top: 112px;
}


.howpapermade_puling.thidstep {
    background-color: rgba(233 , 138, 22, 1);
}



