.supertank-app {
  background-image: url("../../../images/bg_yellow_icons.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 0;
  text-shadow: none;
}

.supertank-app .paragraph--type-pg-title h2 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 900;
  text-shadow: none;
  color: #1c63b7;
}

@media (min-width: 0) and (max-width: 374px) {
  .supertank-app .paragraph--type-pg-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.supertank-app .field--name-field-subtitle h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
  text-shadow: none;
  color: #000;
}

@media (min-width: 0) and (max-width: 374px) {
  .supertank-app .field--name-field-subtitle h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

#block-block-supertank-header > .block-content {
  display: flex;
  flex-wrap: inherit;
  align-items: start;
  justify-content: start;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: 100%;
}
