.technique-main-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-left:auto;margin-right:auto;max-width:100%;position:relative;width:90%}.techniques-callout{background-color:var(--dark-point);background-image:url(https://anonymoushealth.com/ah-techniques-plant.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:54px;color:var(--light-point);height:100%;margin-bottom:2em;padding:4em 0;position:relative;width:90%;z-index:1}.techniques-callout .wrappers{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:90%;position:relative;width:90%}.techniques-wrappers{align-items:center;gap:2em}.technique-main-container .callout-text-technique{align-items:center;display:flex;margin-bottom:3em;max-width:400px}.technique-main-container .callout-text-technique.no-margin-bottom{margin-bottom:0}.technique-main-container .callout-text-technique p{font-size:23px}.techniques-images{display:flex;justify-content:center;width:55%}.techniques-images img{height:auto;margin-inline:-2em;max-height:100vh;max-width:250px;opacity:0;position:relative;transform:translateY(8em);transition:transform 1.5s ease,opacity .5s ease;width:40%}.techniques-images img.visible{opacity:1;transform:translateY(0)}.techniques-images img:first-of-type{top:2em}.techniques-images img:nth-of-type(2){top:0}.techniques-images img:nth-of-type(3){top:-2em}@media screen and (max-width:768px){.techniques-callout,.techniques-images{max-width:100%;width:100%}}