.retrofit-banner{
  width:100%;
  height:118px;
  background:
    linear-gradient(rgba(93,154,199,.88), rgba(93,154,199,.88)),
    url("assets/images/breadcrumb-bg.jpg") center/cover no-repeat;
  display:flex;
  align-items:center;
  padding:0 105px;
  font-family:Arial, sans-serif;
}

.retrofit-banner-content h2{
  font-size:20px;
  font-weight:700;
  color:#000;
  margin:0 0 12px;
}

.retrofit-breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
}

.retrofit-breadcrumb a,
.retrofit-breadcrumb span,
.retrofit-breadcrumb p{
  color:#fff;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  margin:0;
}

/* MAIN SECTION */

.retrofit-section{
  width:100%;
  min-height:355px;
  background:#f5f5f5;
  padding:56px 0 42px;
  border-top:1px solid #6da2ca;
  font-family:Arial, sans-serif;
}

.retrofit-heading{
  text-align:center;
  margin-bottom:28px;
}

.retrofit-heading h2{
  font-size:30px;
  font-weight:700;
  color:#000;
  margin:0 0 13px;
}

.retrofit-heading span{
  width:171px;
  height:2px;
  background:#5b97c6;
  display:block;
  margin:auto;
}

/* GRID */

.retrofit-grid{
  width:365px;
  margin-left:105px;
}

/* CARD */

.retrofit-card{
  background:#fff;
  border:1px solid #d2d2d2;
  box-shadow:0 2px 8px rgba(0,0,0,.16);
  min-height:302px;
  text-align:center;
  padding-bottom:18px;
}

/* IMAGE */

.retrofit-img{
  width:100%;
  height:238px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
}

.retrofit-img img{
  width:92%;
  height:92%;
  object-fit:contain;
  display:block;
}

/* TITLE */

.retrofit-card h3{
  font-size:16px;
  font-weight:700;
  color:#000;
  margin:0;
}

/* RESPONSIVE */

@media(max-width:991px){

  .retrofit-banner{
    padding:0 25px;
  }

  .retrofit-grid{
    width:100%;
    margin-left:0;
    padding:0 20px;
  }

}

@media(max-width:576px){

  .retrofit-heading h2{
    font-size:26px;
  }

}