<div class="ew-trust-badges">
ย <div class="ew-badge">
ย ย <span class="ew-emoji">๐งต๐</span>
ย ย <p>CUSTOM MADE<br>280GSM FABRIC</p>
ย </div>
ย <div class="ew-badge">
ย ย <svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round">
ย ย ย <path d="M8 18h26"/>
ย ย ย <path d="M28 11l6 7-6 7"/>
ย ย ย <path d="M40 30H14"/>
ย ย ย <path d="M20 23l-6 7 6 7"/>
ย ย </svg>
ย ย <p>EASY SIZE<br>EXCHANGES</p>
ย </div>
ย <div class="ew-badge">
ย ย <svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round">
ย ย ย <path d="M26 5 10 27h11l-3 16 18-24H25l1-14Z" stroke-linejoin="round"/>
ย ย </svg>
ย ย <p>SHIPS<br>INSTANTLY</p>
ย </div>
</div>
<style>
.ew-trust-badges{
ย display:flex;
ย align-items:flex-start;
ย justify-content:center;
ย gap:0;
ย background:#FBF3E7;
ย padding:48px 24px;
ย text-align:center;
}
.ew-badge{
ย flex:1 1 0;
ย max-width:220px;
ย padding:0 28px;
ย position:relative;
}
.ew-badge + .ew-badge::before{
ย content:"";
ย position:absolute;
ย left:0;
ย top:6px;
ย bottom:6px;
ย width:1px;
ย background:#3D2418;
ย opacity:0.35;
}
.ew-badge svg{
ย width:38px;
ย height:38px;
ย color:#3D2418;
ย margin-bottom:14px;
}
.ew-emoji{
ย display:block;
ย font-size:32px;
ย line-height:1;
ย margin-bottom:14px;
}
.ew-badge p{
ย margin:0;
ย font-family:Georgia, 'Times New Roman', serif;
ย font-size:14px;
ย letter-spacing:0.03em;
ย line-height:1.5;
ย color:#3D2418;
ย text-transform:uppercase;
}
@media (max-width:600px){
ย .ew-trust-badges{
ย ย flex-wrap:wrap;
ย ย gap:28px 0;
ย ย padding:36px 16px;
ย }
ย .ew-badge{
ย ย flex:1 1 33%;
ย ย padding:0 10px;
ย }
ย .ew-badge p{ font-size:11.5px; }
}
</style>