.section--benefits{padding-top:4rem;padding-bottom:4rem}.section--benefits .section-title{color:rgba(var(--color-base-accent-primary), 1);font-size:1.7rem;font-weight:400;text-align:center;max-width:50%;margin:0 auto;margin-bottom:2rem}@media screen and (max-width: 992px){.section--benefits .section-title{max-width:100%;font-size:1.5rem}}.section--benefits .wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"one two two" "one three three";grid-gap:.5rem;gap:.5rem}@media screen and (max-width: 992px){.section--benefits .wrapper{display:flex;overflow-x:auto;align-items:stretch;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:1rem}.section--benefits .wrapper::-webkit-scrollbar{display:none}}.section--benefits .wrapper .benefit img{border-radius:1.75rem;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section--benefits .wrapper .benefit .text{border-radius:2rem;background-color:rgba(var(--color-base-background-secondary), 1);padding:2rem}.section--benefits .wrapper .benefit .text h3{color:rgba(var(--color-base-accent-primary), 1);font-size:1.3rem;font-weight:500;margin-bottom:.5rem}.section--benefits .wrapper .benefit .text p{color:rgba(var(--color-base-text), 1);font-size:1.1rem;font-weight:400}.section--benefits .wrapper .benefit:nth-child(1){grid-area:one;display:grid;grid-template-rows:auto 1fr;grid-gap:.5rem;gap:.5rem}@media screen and (max-width: 992px){.section--benefits .wrapper .benefit:nth-child(1){display:flex;flex-direction:column-reverse}}.section--benefits .wrapper .benefit:nth-child(2){grid-area:two;display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem}@media screen and (max-width: 992px){.section--benefits .wrapper .benefit:nth-child(2){grid-template-columns:1fr}}.section--benefits .wrapper .benefit:nth-child(3){grid-area:three;display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;background-color:rgba(var(--color-base-background-secondary), 1);border-radius:1.75rem;overflow:hidden}.section--benefits .wrapper .benefit:nth-child(3) img{-o-object-fit:contain;object-fit:contain;-o-object-position:end start;object-position:end start}@media screen and (max-width: 992px){.section--benefits .wrapper .benefit:nth-child(3){grid-template-columns:1fr}}@media screen and (max-width: 992px){.section--benefits .wrapper .benefit{display:grid !important;flex-direction:column !important}.section--benefits .wrapper .benefit{flex:0 0 80%;grid-template-areas:"image" "text";grid-template-rows:auto 1fr;background-color:rgba(var(--color-base-background-secondary), 1);border-radius:1rem}.section--benefits .wrapper .benefit:last-child{margin-right:0}.section--benefits .wrapper .benefit img{grid-area:image;aspect-ratio:16/9}.section--benefits .wrapper .benefit .text{grid-area:text;padding:1rem}}
