.reports-examples-container{justify-content:center;gap:25px;margin-bottom:50px;display:flex}.report-example{border:2px solid var(--color-light-grey);border-radius:8px;flex:1;transition:transform .3s;position:relative;overflow:hidden}.report-example:hover{transform:scale(1.02)}.report-example:before{content:"";z-index:2;background:linear-gradient(#252b4180 0%,#3b4465 46.5%,#252b41 100%);width:100%;height:100%;position:absolute;top:0;left:0}.report-example img{z-index:1;object-fit:contain;width:100%;position:absolute;top:0;left:0}.report-example-content{z-index:3;flex-direction:column;height:100%;padding:300px 35px 35px;display:flex;position:relative}.report-example-tag{border:1px solid var(--color-white);color:var(--color-white);border-radius:15px;align-items:center;gap:5px;width:-webkit-fit-content;width:fit-content;padding:5px 8px;font-family:Outfit;font-size:.8rem;font-weight:300;display:flex}.report-example-content h2{color:var(--color-white);margin-top:35px;margin-bottom:8px;font-family:Outfit;font-size:1.3rem;font-weight:600}.report-example-content p{color:var(--color-white);margin-bottom:35px;font-size:.9rem}.report-example-content .button{margin-top:auto}@media (max-width:1200px){.reports-examples-container{flex-wrap:wrap}.report-example{flex:unset;max-width:calc(50% - 12.5px)}}@media (max-width:992px){.reports-examples-container{flex-direction:column}.report-example{flex:1;max-width:100%}.report-example-content{padding-top:200px}.report-example img{top:-150px}}
