.values{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));width:100%}.values .single_value{aspect-ratio:2/3;border-bottom:.2px solid #707070;display:flex;flex:1;flex-direction:column;justify-content:space-between;position:relative}.values .border:before{content:"";height:92%;left:0;opacity:1;position:absolute;top:0;width:1px}.values .border:last-child:after{content:"";height:91%;opacity:1;position:absolute;right:0;top:0;width:1px}.values .single_value img{bottom:2rem;height:100%;left:50%;max-height:70%;object-fit:cover;opacity:0;position:absolute;transform:translate(-50%);width:80%}.single_value:hover{border-bottom:3px solid #81b201}.values .single_value .value_header{display:block;font-family:Lato;font-size:36px;font-weight:400;letter-spacing:-.01em;line-height:43.2px;padding-left:2rem;text-align:left}.single_value a{display:flex;flex-direction:column;height:100%;justify-content:space-between;text-decoration:none}.values .single_value .image_hover_arrow{bottom:1rem;left:1rem;position:relative;width:60px}.single_value{display:inline-block;position:relative}.single_value:before{bottom:0;content:"";height:4px;left:0;opacity:0;position:absolute;transition:opacity .3s;width:70%}.single_value:hover img,.single_value:hover:before{opacity:1}.single_value:before{background-color:#81b201}[data-theme=light] .values .border:before,[data-theme=light] .values .border:last-child:after{background-color:#707070}[data-theme=light] .values .single_value .value_header{color:#313131;padding-top:1rem}[data-theme=light] .values .single_value .image_hover_arrow svg path{stroke:#313131}[data-theme=dark] .values .border:before,[data-theme=dark] .values .border:last-child:after{background-color:#707070}[data-theme=dark] .values .single_value .value_header{color:#fff;padding-top:1rem}@media screen and (max-width:769px) {.single_value:before,.values .single_value img{opacity:1!important}}