/* ---------------------------
   MBSK page overrides
---------------------------- */

.mbsk-page p,
.mbsk-section p,
.mbsk-section li {
  max-width: 72ch;
  line-height: 1.7;
  font-size: 14px;
  color: #333;
}

.mbsk-mark{
  float: right;
  max-width: 220px;
  margin: 0 0 12px 18px;
}

@media (max-width: 767px){
  .mbsk-mark{
    float: none;
    display: block;
    margin: 0 auto 16px;
    max-width: 180px;
  }
}

/* Our Goal hero */
.mbsk-hero{
  background: #e9e9e9;
  padding: 48px 0;
  text-align: center;
}

.mbsk-hero-title{
  margin: 0 0 18px;
  font-size: 34px;
  font-weight: 700;
}

.mbsk-hero-card{
  background: #fff;
  border-radius: 12px;
  padding: 26px 26px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  margin: 0 auto;
  max-width: 980px;
  text-align: left;
}

.mbsk-hero-card p{
  margin: 0;
  text-align:center;
}

/* Section spacing */
.mbsk-section{
  padding: 48px 0;
}

/* Team block */
.mbsk-team{
  margin-top: 10px;
}

.mbsk-headshot{
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  max-width: 240px;
}

.mbsk-team-name{
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 700;
}

.mbsk-team-title{
  margin-bottom: 14px;
  color: #666;
}

/* Offer cards */
.mbsk-offer-grid .col-md-6,
.mbsk-offer-grid .col-md-12{
  margin-bottom: 18px;
}

.mbsk-card{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 18px 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,.04);
}

.mbsk-card-title{
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  color: #111;
}

.mbsk-card-body{
  color: #444;
  line-height: 1.6;
}
