.sf-about .sfa-images {
  margin-bottom: 40px;
}

.sf-about .sfa-images .sfa-image img {
  width: 100%;
  border-radius: 40px;
}

.sf-about .sfa-exp-box {
  margin-top: 12px;
  border-radius: 40px;
  padding: 20px;
  background-color: #BF1E2E;
}

.sf-about .sfa-exp-box .sfa-exp-badge span {
  padding: 20px 32px;
  font-size: 42px;
  font-weight: 600;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #333333;

}

.sf-about .sfa-exp-box p {
  font-weight: 600;
  font-size: 22px;
}

.sf-about .sfa-left-image {
  margin-bottom: 16px;
}

.sfa .section-title span.over {
  border-bottom: 1px dashed #c6c6c6;
  padding-bottom: 8px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .sf-about .sfa-images .sfa-image {
    max-width: 360px;
  }

  .sf-about .sfa-left-image {
    margin-bottom: 0px;
  }

  .sfa .no-padding-left {
    padding-left: 0px;
  }

  .sf-about .sfa-exp-box {
    margin-left: -60px;
    border: 12px solid #fff;
    margin-top: 0px;

  }
}

@media (min-width: 992px) {
  .sf-about .sfa-images .sfa-image {
    max-width: 260px;
  }

  .sf-about .sfa-images {
    margin-bottom: 0px;
  }
}