
.workings {
  margin-top: 80px;
}

.workings .working {
  width: 560px;
}

.workings .learn,
.workings .look {
  float: left;
}

.workings .make,
.workings .try {
  float: right;
}

.workings .look,
.workings .try {
  margin-top: 75px;
}

.workings .working h3 {
  display: inline-block;
  font-size: 36px; max-height: 100%;
  line-height: 60px;
  color: #1d31e7;
  background-color: #e86123;
  padding-right: 10px;
  padding-left: 10px;
}

.workings .working h4 {
  margin-top: 75px;
  margin-bottom: 80px;
  text-align: center;
}

.workings .working h4 span {
  display: inline-block;
  font-size: 36px; max-height: 100%;
  line-height: 46px;
  border-bottom: 8px solid #000;
}

.workings .working p span {
  font-size: 18px; max-height: 100%;
}

.edit {
  margin-top: 80px;
}

.edit h3 {
  float: left;
  margin-right: 20px;
  display: inline-block;
  font-size: 36px; max-height: 100%;
  line-height: 60px;
  color: #e86123;
  background-color: #1d31e7;
  padding-right: 10px;
  padding-left: 10px;
}

.edit h4 {
  font-size: 36px; max-height: 100%;
  line-height: 60px;
}

.edit p {
  margin-top: 35px;
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */

}



