img{
  max-width:100%;
  height:auto;
}
body{
    overflow-x:hidden;
}
*,
*::before,
*::after{
    box-sizing:border-box;
}
.certSection,
.certMemberSection,
.white{
    background:transparent;
}
.white h3{
    margin-top:0;
}

html,
body{
    background:#fff1ec;
}

.white{
    border-top: 4px solid rgba(255,255,255,0.8);
padding-top: 5px ;
}

.color-f1f1f1{
  background: #fff1ec;
}

@media (min-width:900px){
  .clients-image{
    object-position: 40% center !important;
    object-fit: cover;   /* required */
  }
}

.clients-image{
  width:100%;
  aspect-ratio: 16 / 4;   /* adjust visually */
  object-fit:cover;
}



@media (max-width: 620px){
  .clients-image{
    aspect-ratio: 16/6;   /* taller on mobile */
  }
}



.clients-fullwidth{
    padding:0 40px;
}

@media(max-width:768px){
    .clients-fullwidth{
        padding:0 20px;
    }
}

.clients-single-img{ width:100%; height:auto; max-width:100%; display:block; }






/* ===== SECTION ===== */
.certSection{
  
  padding: 20px 0;
}

.certSectionTitle{
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

/* ===== CARD ===== */
.certCard{
  text-align: center;
}

.certTitle{
  margin-bottom: 10px;
  font-weight: 700;
}

/* ===== CERT BOX ===== */
.certBox{
  width: 100%;
  max-width: 300px;      /* fits ~500x700 ratio */
  height: 420px;
  margin: 0 auto;
  background: #fff;
  padding: 2px;
  border: 1.5px solid #000;   /* black border */
  border-radius: 10px;
  overflow: hidden;
}

/* image */
.certBox img{
  width: 100%;
  height: 100%;
  object-fit: contain;   /* no crop */
  display: block;
  border-radius: 6px;
}

/* ===== SECTION ===== */
.certMemberSection{
  background: #ffffff;
  padding-top: 20px;
}

/* ===== BOX ===== */
.cmBox{
  background: #fff7f3;
  padding: 25px 28px;
  border-radius: 14px;
  height: 100%;
}

/* ===== TITLE ===== */
.cmTitle{
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
}

.cmTitle::after{
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #ed502e;
  margin-top: 6px;
}

/* ===== LIST ===== */
.cmList{
  list-style: none;
  padding: 0;
  margin: 0;
}

.cmList li{
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #333;
}

.cmList li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ed502e;
  font-size: 18px;
  line-height: 1;
}
