.schema-org__title {
  font-size: 35px !important;
  font-weight: 600;
letter-spacing: 0!important;
  text-transform: uppercase;
  line-height: 1.42em;
  color: #000;
  max-width: 964px;
  margin-bottom: 0px !important;
}

.schema-org__scope, .schema-org__scope * {
  font-size: 17px;
	font-weight: 300;
  line-height: 24px;
	color: #434343;
}

@media (max-width: 576px) {
  .schema-org__title {
    font-size: 28px !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.42em;
    color: #4F4F4F;
  }
}