p {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: lowercase;
}
body {
    background-color: #ff853e;
}
img {
  width: 100%;
  height: auto;
  margin-left: 0px;
  margin-top: 20px;
}
img.a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.divider {
	background-color: #ff853e;
	height: 50px;
}
.pctdescription {
  margin-left: 20px;
  padding-right: 20px;
  width: 50%;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: 300;
  text-indent: 10px;
}
.pcttitle {
  margin-left: 20px;
  padding-right: 20px;
  width: 50%;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: 800;
  text-indent: 10px;
}
.dwgdescription {
  margin-top: 0;
  margin-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: 300;
  width: 50vw;
  text-indent: 10px;
}
@media screen and (max-width: 390px){ /*iPhone 12 portrait*/
p {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: lowercase;
}
body {
    background-color: #ff853e;
}
img {
  width: 95%;
  height: auto;
  margin-left: 20px;
  margin-top: 20px;
}
.divider {
	background-color: #ff853e;
	height: 50px;
}
.pctdescription {
  margin-top: 0;
  margin-left: 20px;
  width: 80%;
  padding-right: 20px;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: 300;
  text-indent: 10px;
}
.pcttitle {
  margin-left: 20px;
  padding-right: 20px;
  width: 80%;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: 800;
  text-indent: 10px;
}
.dwgdescription {
  margin-top: 0;
  margin-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: 300;
  width: 50vw;
  text-indent: 10px;
}
}