.three-boxes-with-image-container{display:grid;gap:32px;grid-auto-columns:1fr;grid-auto-flow:column}.three-boxes-with-image-box{background:#fff;cursor:pointer;display:flex;flex-direction:column;height:116px;justify-content:flex-start;padding:24px 48px 24px 24px;position:relative}.three-boxes-with-image-arrow{position:absolute;right:24px;top:24px}.three-boxes-with-image-title{color:var(--Text-Black,#131415);display:-webkit-box;font-family:Noi Grotesk Trial;font-size:22px;font-style:normal;font-weight:500!important;line-height:34px;margin:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.three-boxes-with-image-box-container{border:1px solid #e0e2ec;overflow:hidden}.three-boxes-with-image-img{display:block;margin:0;object-fit:cover;padding:0;transition:all .5s ease;width:100%}.three-boxes-with-image-box-container:hover .three-boxes-with-image-img{transform:scale(1.1)}.three-boxes-with-image-box-container:hover{border-color:#aabdff}.three-boxes-with-image-box-container:hover .three-boxes-with-image-box{background:#eaefff}.three-boxes-with-image-box-container:hover .three-boxes-with-image-arrow{filter:invert(16%) sepia(93%) saturate(2284%) hue-rotate(222deg) brightness(88%) contrast(99%)}@media screen and (min-width:768px) and (max-width:1439px){.three-boxes-with-image-container{gap:16px;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr}.three-boxes-with-image-box-container:first-of-type{grid-column-end:2;grid-column-start:1}.three-boxes-with-image-box-container:nth-of-type(2){grid-column-end:3;grid-column-start:2}.three-boxes-with-image-box-container:nth-of-type(3){grid-column:span 2}.three-boxes-with-image-title{-webkit-line-clamp:2}}@media screen and (max-width:767px){.three-boxes-with-image-container{gap:16px;grid-auto-flow:row}.three-boxes-with-image-box{height:unset}}