.background-layout{text-align:center;color:#000;flex-direction:column;justify-content:end;align-items:center;min-height:100vh;margin:auto;padding:3rem 2rem;display:flex;position:relative;overflow:hidden}.background-layout__image{z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.background-layout__image>span{position:unset!important}.background-layout__image img{object-fit:cover;width:100%;height:100%}.background-layout__overlay{z-index:1;background:linear-gradient(rgba(33,31,31,.7) 75%,#fff 45%);transition:all .4s;position:absolute;top:0;bottom:0;left:0;right:0}.background-layout__content{z-index:2;color:#000;flex-direction:column;gap:16px;max-width:100vw;display:flex;position:relative}.background-layout__title{z-index:2;color:#fff;font-family:var(--font-primary);margin:64px 16px 1rem;font-size:32px;font-weight:100;position:absolute;top:0;bottom:50%}.background-layout__subtitle{opacity:.8;margin-bottom:1.5rem;font-size:1.2rem;font-weight:500}.background-layout-image__card{display:none}.background-layout__text{color:#fff;width:90vw;min-height:260px;font-size:16px;font-family:var(--font-secondary);background-color:#beaf9e;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:30px;font-weight:200;line-height:1.6;display:flex}.background-layout.reverse .background-layout__overlay{background:linear-gradient(to bottom,rgba(255,255,255,.95) 50%,rgba(33,31,31,.7) 75%,)}.background-layout.reverse .background-layout__content{color:#fff}@media (min-width:768px){.background-layout{justify-content:end}.background-layout__title{width:70%;font-size:48px}.background-layout__text{width:60vw;margin:auto}.background-layout__overlay{background:linear-gradient(rgba(33,31,31,.7) 75%,#fff 20%)}.background-layout-image__card{border:5px solid #fff;border-radius:50%;margin:0 auto;display:block;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.1)}}@media (min-width:1200px){.background-layout{padding:4rem 6rem}.background-layout__title{font-size:2.8rem;position:relative}.background-layout__subtitle{font-size:1.6rem}.background-layout__text{max-width:550px;min-height:500px;margin:unset;font-size:1.1rem}.background-layout{text-align:left;flex-direction:row;justify-content:flex-start;align-items:center;padding:4rem}.background-layout__content{flex-direction:row;justify-content:center;width:90vw;display:flex}.background-layout__overlay{background:linear-gradient(270deg,#fff 35%,rgba(33,31,31,.5) 0)}.background-layout.reverse{text-align:right;justify-content:flex-end}.background-layout.reverse .background-layout__overlay{background:linear-gradient(to left,rgba(255,255,255,.95) 30%,rgba(33,31,31,.7) 75%,)}.background-layout__title{max-width:30%;font-size:48px}.background-layout__text{font-size:18px;font-weight:300;font-family:var(--font-secondary)}}
