.section-custom-usps{position:relative;background-color:var(--color-black);color:var(--color-white);text-align:center}.section-custom-usps h2,.section-custom-usps h3,.section-custom-usps h4,.section-custom-usps h5,.section-custom-usps h6,.section-custom-usps p{margin:0}.section-custom-usps__inner{display:flex;flex-direction:column;gap:3em}@media (max-width:1100px){.section-custom-usps__inner{gap:2em}}.section-custom-usps__header{padding:0 1em}.section-custom-usps__items{display:grid;grid-template-columns:repeat(4,auto);justify-content:space-evenly;height:100%;gap:2em}@media (max-width:1100px){.section-custom-usps__items{grid-template-columns:repeat(2,1fr);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.section-custom-usps__item{display:flex;flex-direction:column;gap:.75em;height:auto;width:100%;max-width:12em}.section-custom-usps .item-highlight p{font:4em Oswald,arial,sans-serif;font-weight:700;color:var(--color-yellow);line-height:1}.section-custom-usps .item-title{flex:1}.section-custom-usps .item-title p{font:1.5em Oswald,arial,sans-serif;font-weight:700;text-transform:uppercase;line-height:1.1}@media (max-width:1100px){.section-custom-usps .item-title p{font-size:1.25em}}.section-custom-usps .item-text p{font-size:.875em;opacity:.85}