.business-sectors-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.business-sectors-list li {
  box-sizing: border-box;
  list-style: none;
  width: 30%;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  color: #4d4d4d;
  font-weight: 500;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .warranty-wrapper .heading-content {
    padding: 1.5rem 0;
  }
}

.warranty-wrapper .heading-content h5 {
  font-family: Georama, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: inherit;
}

.warranty-wrapper .heading-content p {
  color: #4d4d4d;
}

.warranty-sticker {
  width: 300px;
  background-color: #f4f4f5;
  border: 5px solid #e51836;
  text-align: center;
  border-radius: 10px;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .warranty-sticker {
    width: 100%;
  }
}

.warranty-sticker h4 {
  font-family: Georama, sans-serif;
  color: #4d4d4d;
  font-size: 25px;
  font-weight: 600;
  margin: 10px 0;
}

.warranty-sticker p {
  background-color: #e51836;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: 0.8px;
}

.horizontal-strip {
  box-shadow: 0 0 1px 0 rgba(0,0,0,.2),0 5px 7px 0 rgba(0,0,0,.19)!important;
  padding: 25px;
  margin: 10px 0;
}

.horizontal-strip p{
  font-weight: 500;
}

@media (min-width: 768px) {
  .horizontal-strip p {
    width: 50%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .horizontal-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* .horizontal-strip a {
  color: #fff;
  font-weight: 600;
} */

.fc-margin-top .page-title{
  font-size: 22px;
    margin-bottom: 0;
} 

.fc-margin-top .page-desc{
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #21272A;
}

@media (min-width: 768px) {
  .fc-margin-top .page-title {
    font-size: 30px;
  }
}