/*.about-premium {*/
/*  max-width: 900px;*/
/*}*/

/*.tagline {*/
/*  font-weight: 600;*/
/*  font-size: 18px;*/
/*  margin-bottom: 15px;*/
/*}*/

/*.quote {*/
/*  font-style: italic;*/
/*  color: #555 !important;*/
/*  margin: 20px 0;*/
/*}*/

/*.about-section {*/
/*  margin-top: 25px;*/
/*}*/

/*.about-work {*/
/*  margin-top: 40px;*/
/*}*/

/*.process-title {*/
/*  font-weight: 600;*/
/*  font-size: 20px;*/
/*  margin-bottom: 15px;*/
/*}*/

/*.about-steps {*/
/*  margin-top: 25px;*/
/*}*/

/*.step {*/
/*  margin-bottom: 20px;*/
/*}*/

/*.step h5 {*/
/*  font-weight: 600;*/
/*}*/





/* Container */
.about-premium {
  max-width: 900px;
  margin: auto;
  line-height: 1.8;
  color: #222;
}

/* Main heading */
.about-premium h2 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

/* Tagline */
.tagline {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

/* Italic words like "Driven by Discretion" */
.tagline span,
.process-title span {
  font-style: italic;
  font-weight: 500;
}

/* Paragraph */
.about-premium p {
  font-size: 16px;
  margin-bottom: 15px;
}

/* Quote */
.quote {
  font-style: italic;
  color: #555 !important;
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #C49A28;
}

/* Section spacing */
.about-section {
  margin-top: 30px;
}

/* SECTION HEADINGS (VERY IMPORTANT FIX) */
.about-section h4 {
  font-weight: 700 !important;
  font-size: 20px;
  margin-bottom: 10px;
}

/* How we work */
.about-work {
  margin-top: 50px;
}

/* Process title */
.process-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

/* Steps */
.about-steps {
  margin-top: 30px;
}

.step {
  margin-bottom: 25px;
}

.step h5 {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 5px;
}