/** style.css **/
.section-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.local-navigation ul {
  padding: 1rem 4rem 1.5rem;
  text-align: right;
  display: block;
  background: #333333;
}
.local-navigation ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
  white-space: nowrap;
  font-weight: bold;
  border-left: 3px solid red;
  padding-left: 12px;
  color: white !important;
}
.ms-blocks {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.ms-panel {
  display: flex;
  justify-content: center;
}
.ms-block {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-grow: 1;
  flex-basis: 380px;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-bottom: 45px;
}
.ms-block-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  height: 100%;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.ms-block-title {
  font-size: 1.8em;
  width: 100%;
}
.ms-block-description {
  font-size: 1.1em;
  max-width: 800px;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 70px;
}
.RegisterButton, .btn-primary, .button.primary {
  background: #e81a3b;
  color: #fff;
  padding: 10px;
  border: 0.5px solid white;
}
