.screen-main-container h1, .screen-main-container h3, .screen-main-container h4{
  color: #333;
  text-align: left;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  border: 0;
  padding: 0;
}

.screen-main-container p {
  margin-top: 10px;
  font-size: 12px;
  font-family: 'Lato', sans-serif !important;
  font-style: normal;
  color: #333;
  letter-spacing: normal;
  padding-bottom: 0;
}

.screen-main-container {
  font-family: 'Anonymous Pro', monospace;
}

.screen-main-container h1{
  font-size: 36px !important;
}

.screen-main-container h4 {
  margin: 20px auto;
  font-size: 18px;
}

.screen-main-container h3 {
  font-weight: bold;
  font-size: 24px;
}

.screen-main-container h4+.img-w-caption{
  padding-top: 12px;
}

.screen-main-container .img-w-caption {
  width: 70%;
  margin: 0 auto;
}

.screen-main-container .img-w-caption + .img-w-caption {
  margin-top: 12px;
}

.screen-main-container .img-w-caption, .img-w-caption-double {

  text-align: center;
  font-size: 10px;
}

.screen-main-container .img-w-caption-double {
  display: inline-flex;
}

.screen-main-container .img-w-caption-double .img-w-caption-1 {
  margin-right: 15px;
}

.text-center{
  text-align: center !important;
}

@media (max-width: 767px){
  .screen-main-container h1, .screen-main-container h3, .screen-main-container h4, .img-w-caption-double{
    padding-right: 45px;
    padding-left: 45px;
  }
}
