.trust-section{

background:white;

padding:40px 0;

}


.trust-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:20px;

}


.trust-item{

display:flex;

align-items:center;

gap:12px;

font-weight:700;

color:var(--green-900);

}


.trust-icon{

height:32px;

width:32px;

border-radius:50%;

background:var(--green-500);

color:white;

display:flex;

align-items:center;

justify-content:center;

font-weight:bold;

}


@media(max-width:900px){

.trust-grid{

grid-template-columns:1fr 1fr;

}

}
