@charset "UTF-8";

.title {
  font-weight: bold;
    font-size: 1.5rem;
    line-height: 150%;
    margin-top: 3rem;
    text-align: center;
    color: #000;
}

#flow-top,
#poster-top,
#bst {
  padding-top:50px;
  margin-top:-50px;

}

#flow h2{
  background-color:#31a8e6;
  color:#fff;
  font-weight:bold;
  padding:0.5rem;
  font-size:1.5rem;
  margin-bottom:1rem;
}

#flow p {
  font-size:0.9rem;
  padding-top:0.7rem;
}

.flow-title,
.bst-title {
  margin:5rem 0;
}

#bst {
  background-color:#e8f5fc;
}

@media only screen and (max-width: 599px) {

#flow-top,
#poster-top,
#bst {
  padding-top:70px;
  margin-top:-70px;

}


  .flow-title,
  .bst-title {
    margin:3rem 0;
  }

  #flow h2 {
    font-size:1rem;
  }

  .title {
    font-size:1rem;
    margin-top:1rem;
  }

}