 .brxe-section {padding-top: clamp(3rem, 1.063vw + 2.66rem, 4.7rem); padding-right: var(--padding-side-sec); padding-bottom: clamp(3rem, 1.063vw + 2.66rem, 4.7rem); padding-left: var(--padding-side-sec)} .brxe-container {width: var(--site-width)} .woocommerce main.site-main {width: var(--site-width)} #brx-content.wordpress {width: var(--site-width)} html {font-size: 62.5%} body {color: var(--black); line-height: 1.4; font-family: "Century Gothic"; font-size: clamp(1.7rem, 0.313vw + 1.6rem, 2.2rem)} h1, h2, h3, h4, h5, h6 {line-height: 1.2; color: var(--heading); font-family: "Gilroy Extrabold"; font-weight: 900} h2 {font-size: clamp(2.8rem, 1.375vw + 2.36rem, 5rem)}.line-effect-link { display: inline; background-image: linear-gradient(transparent calc(100% - 2px), var(--secondary) 1px); background-repeat: no-repeat; background-size: 0% 100%; background-position: right; -webkit-transition: all 500ms ease-in-out; } .line-effect-link:hover { background-size: 100% 100%; }.rotate-center {-webkit-animation: rotate-center 1.5s ease-in-out 2s infinite both; animation: rotate-center 1.5s ease-in-out 2s infinite both;}@-webkit-keyframes rotate-center { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }}@keyframes rotate-center { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }}