.container-lca {
  width: 100%;
  padding-bottom: 20px;
}
.grid-lca {
  display: flex;
  flex-wrap: wrap;
}
.grid-offer-lca {
  display: flex;
  flex-wrap: wrap;
justify-content:space-between;
gap:50px;
}
.col-6-lca {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-4-lca {
  flex: 0 0 28.333%;
  max-width: 28.333%;
justify-self:center;
}
.col-12-lca {
  flex: 0 0 100%;
  max-width: 100%;
}
.header-lca {
  background-color: #2e67b1;
  color: white;
  padding: 8px;
}
.header-lca h1 {
  font-size: 32px;
  margin-bottom: 8px;
}
.white-box-lca {
  background-color: white;
  height: 300px;
  border: 1px solid #fff;
  margin: 10px;
display:flex;
align-items:center;

}
.description-lca {
  color: #2e67b1;
  font-size: 16px;
  font-weight: 600;
  
padding-bottom:24px;
}
.section-title-lca {
  background: linear-gradient(to right, #2d69b3, #009640);
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  color: white;
  font-size: 16px;
  font-weight: 700;
}
.info-box-lca {
  padding-top: 24px;
  padding-bottom:24px;
}
.info-box-lca p {
  color: #3b3b3b;
  font-size: 14px;


}
.info-box-lca b {
  color: #009848;
}
.highlight-section-lca {
  background-color: #009848;
  padding: 24px;
  color: white;
}
.highlight-section-lca p {
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 30px;
}
.text-center-lca {
  text-align: center;
}
.offer-section-lca {
  margin-top: 24px;
  text-align: center;
padding-bottom:24px;
padding-left:30px;
padding-right:30px;
}
.img-box-lca {
 
  min-height:120px;
}
.img-box-lca img {
 
  padding-bottom: 10px;
}
.box-label-lca {
  font-size: 16px;
  font-weight: 600;
  color: #009848;
}
.box-desc-lca {
  color: #383838;
  font-size: 14px;
  padding: 0 8px 16px;
}
.footer-title-lca {
  background-color: #2e67b1;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin: 24px 0;
}

.contact-us-btn-lca {
  padding: 8px 16px;
  background-color: #2e67b1;
  border: none;
  color: white;
border-radius:8px;
}
.contact-us-btn-lca:hover {
  background-color: #2e67b1;
  border: none;
  color: white;
}
