#about {
  background-image:url(whats_renove.png);
  background-position: left center;
  background-repeat:no-repeat;
  background-size: 337px auto;
}
#about p {
  padding-left: 374px;
}

#framing {
  background-image:url(framing_image.png);
  background-size: 286px auto;
  background-position: 33px center;
  background-repeat: no-repeat;
}
#framing p {
  padding-left: 374px;
}
#three_point {
  padding-top: 34px;
}
#three_point > dl {
  padding-bottom: 70px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 73px;
}
#three_point > dl#live {
  border-bottom: none;
  margin-bottom: 0;
}

#three_point > dl > dt {
  width: 458px;
  margin: 0 auto;
}
#three_point > dl > dt > cite {
  display: block;
  text-align:center;
  padding-bottom: 25px;
  border-bottom: 1px solid black;
  margin-bottom: 22px;
  line-height:0;
}
#three_point > dl > dt > cite img {
  height: 37px;
}
#three_point > dl > dt > small {
  display: block;
  line-height:0;
  text-align:center;
  margin-bottom: 49px;
}
#three_point > dl > dt > small img {
  height: 18px;
}
#three_point > dl > dd {
  width: 93%;
  margin: 0 auto;
}

#three_point > dl > dd h3 {
  text-align:center;
  padding-bottom: 30px;
}
#three_point > dl > dd h3 img {
  height: 22px;
  padding: 0 3px 6px;
}
#three_point > dl > dd p {
  text-align:center;
  font-size: 1.05em;
  padding-bottom: 36px;
}
#three_point > dl > dd p span {
  display: inline-block;
}
#three_point > dl > dd ul {
  display: table;
  width: 720px;
  margin: 0 auto 45px;
}
#three_point > dl > dd ul li {
  background-image:url(check_mark.png);
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align:bottom;
  height: 33px;
  padding-left: 44px;
  font-size: 1.45em;
  line-height:1;
}
#three_point > dl#live > dd ul {
  width: 470px;
}
#three_point > dl > dd nav {
  text-align:center;
  display:none;
}
#three_point > dl > dd nav a img {
  height: 65px;
}
@media only screen and (max-width: 768px) {
#about {
  background-size: 280px auto;
}
#about p {
  padding-left: 300px;
}

#framing  {
  background-size: 240px auto;
}
#framing  p {
  padding-left: 300px;
}
#three_point > dl > dd ul {
  width: 100%;
}
}
@media only screen and (max-width: 667px) {
#three_point > dl > dd ul {
  display: block;
  width: 80%;
}
#three_point > dl > dd ul:after {
  content: "";
  display: block;
  clear: both;
}
#three_point > dl > dd ul li {
  width: 50%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: auto;
  padding-top: 12px;
  margin-bottom: 10px;
  background-size: auto 32px;
  background-position: left top;
}
@media only screen and (max-width: 567px) {
#about {
  background-position: top center;
  padding-top: 150px;
}
#about p {
  padding-left: 0;
}

#framing  {
  background-position: top center;
  padding-top: 234px;
}
#framing  p {
  padding-left: 0;
}
}
@media only screen and (max-width: 510px) {
#three_point > dl > dt {
  width: 90%;
}
#three_point > dl#live > dd ul {
  width: 93%;
}
}
@media only screen and (max-width: 414px) {
#three_point > dl > dt > cite img {
  height: 28px;
}
#three_point > dl > dd ul {
  width: 195px;
}
#three_point > dl#live > dd ul {
  width: 210px;
}

#three_point > dl > dd ul li {
  float: none;
  width: 100%;
}
