

.upper {
	margin: 0 auto;
	text-align: center;
}

.upper h3{
	margin-bottom: 3vw;
}

.upper_txt {
	display: inline-block;
	text-align: left;
	line-height: 2rem;
	margin-bottom: 2vw;
}

.upper_txt:last-child{
	margin-bottom: 0vw;
}



.l_img_r_txt,
.r_img_l_txt {
	border-bottom: solid 1px #ddd;
}

.l_img_r_txt .txt,
.r_img_l_txt .txt {
	line-height: 2rem;
}


.r_img_l_txt:last-child {
	border-bottom: none;
}


/* 18px @ 340px increasing to 24px @ 1000px */
@media (min-width: 340px) {
  .fontSingle {
    font-size: calc(1.125rem + ((1vw - 3.4px) * 0.9091));
    /* Note: The calc base value (1.125rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.9091 = 100 * font-size_difference / viewport_width_difference */
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 1000px) {
  .fontSingle {
    font-size: 24px;
  }
}

@media handheld, only screen and (max-width: 767px) {



}