.highlight-text{filter:brightness(2)contrast(1.2);color:var(--primary-color);font-weight:800;display:inline-block}.highlight-text.use-image{background:var(--img-texture) center/cover;color:#0000;-webkit-background-clip:text;background-clip:text}.highlight-text.use-color{color:var(--primary-color);background:0 0!important;-webkit-background-clip:unset!important;background-clip:unset!important}
.info-text-container{padding:var(--padding-hight) var(--padding-border) 0;flex-direction:row;align-items:start;gap:2vw;display:flex}.info-text-left{width:40%}.info-text-right{width:60%}@media (max-width:768px){.info-text-container{flex-direction:column;gap:24px}.info-text-left,.info-text-right{width:100%}}
.highlight-span{color:#fff;box-sizing:border-box;background:#000;border-radius:50px;justify-content:center;align-items:center;margin:0 4px;padding:5px 12px;font-size:clamp(15px,1.4vw,22px);font-weight:600;display:inline-flex;position:relative;overflow:hidden}.highlight-span:before{content:"";border-radius:inherit;background:var(--img-texture) center/cover;-webkit-mask-composite:xor;pointer-events:none;padding:4px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}
