.three-boxes-container{display:grid;gap:32px;grid-template-columns:1fr 1fr 1fr;width:100%}.three-boxes-box{background:#fff;border:1px solid #aabdff;box-sizing:content-box;cursor:pointer;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-end;padding:40px 64px 40px 40px}.three-boxes-box:hover{background:#eaefff;border:1px solid #aabdff}.three-boxes-box:hover .three-boxes-arrow{filter:invert(16%) sepia(93%) saturate(2284%) hue-rotate(222deg) brightness(88%) contrast(99%)}.three-boxes-desc{font-size:22px;font-weight:500;line-height:1;line-height:154.545%;position:relative}.three-boxes-arrow{position:absolute;right:0;top:50%;transform:translate(100%,-50%)}.three-boxes-title{font-size:48px;font-weight:500;line-height:116.667%;max-width:420px}@media screen and (min-width:768px) and (max-width:1439px){.three-boxes-container{gap:16px;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.three-boxes-box:first-of-type{grid-column-end:2;grid-column-start:1}.three-boxes-box:nth-of-type(2){grid-column-end:3;grid-column-start:2}.three-boxes-box:nth-of-type(3){grid-column:span 2}.three-boxes-box{max-height:160px;padding:24px 48px 24px 24px}.three-boxes-title{font-size:28px;line-height:128.57%}.three-boxes-desc{font-size:18px;line-height:155.55%}}@media screen and (max-width:767px){.three-boxes-container{gap:16px;grid-auto-flow:row;grid-template-columns:unset}.three-boxes-box{max-height:136px;padding:24px 48px 24px 24px}.three-boxes-title{font-size:24px;line-height:133.33%;margin-bottom:8px}.three-boxes-desc{font-size:16px;line-height:150%}}