.fairfax-attribute-grid{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:33px;column-gap:33px;row-gap:23px}
@media screen and (max-width:48em){
.fairfax-attribute-grid{grid-template-columns:repeat(2,1fr);-moz-column-gap:20px;column-gap:20px}
}
.fairfax-attribute-item{display:flex;align-items:center;gap:20px;position:relative}
.fairfax-attribute-item:not(:nth-child(3n+1))::before{content:"";position:absolute;left:-16px;top:50%;transform:translateY(-50%);height:53.5px;border-left:1px solid #f3e0d1}
@media screen and (max-width:48em){
.fairfax-attribute-item::before{display:none}
}
.fairfax-attribute-icon{width:60px;height:60px;min-width:60px;display:flex;align-items:center;justify-content:center;border:.5px solid #d9c2af;border-radius:3px;background:rgba(0,0,0,0);color:#899c80;flex-shrink:0}
.fairfax-attribute-icon svg{width:24px;height:24px}
.fairfax-attribute-label{font-family:Gelica,sans-serif;font-weight:300;font-size:14px;line-height:24px;color:#756e6b}
.fairfax-attribute-value{font-family:Gelica,sans-serif;font-weight:300;font-size:18px;line-height:24px;color:#756e6b}