/* header */
header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: left;
  color: #fff;
  /*     background-image: url("../assets/img/header/servis_header.webp"); */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom;
  background-size: cover;
}

header.masthead .masthead-subheading {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  margin-top: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  font-size: 2rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }

  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }

  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
}

.msp-header-logo-holder {
  position: absolute;
  top: 5%;
}

.msp-header-logo-holder img {
  width: 12%;
  float: left;
  margin-left: 3%;
  min-width: 150px;
}

#partnership-overview-section,
#partnership-address-section {
  margin-left: 22%;
  margin-right: 24%;
  margin-left: 10%;
  margin-right: 10%;
}
#partnership-address-section {
  padding: 0;
}

.partnership-margin {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.decorative-dash {
  margin-left: auto;
  margin-right: auto;
  background-color: var(--primary);
}

.summary-title {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
