.bullet-list-grid-wrapper{display:grid;gap:2.5rem;grid-template-columns:1fr 1fr 1fr}.item-2{grid-column-start:1;grid-row-end:3;grid-row-start:2}.item-2,.item-3{grid-column-end:2}.item-3{grid-column-start:2;grid-row-end:span 2;grid-row-start:1}.bullet-list-grid-wrapper__inner{background-color:var(--white);border:1px solid var(--turquoise);border-radius:1rem;box-shadow:0 13px 27px -5px rgba(50,50,93,.25),0 8px 16px -8px rgba(0,0,0,.3);padding:5rem 3rem}.bullet-list-grid-wrapper__inner p{font-size:1.8rem}.bullet-list-grid-wrapper__inner p:last-child{margin-bottom:0}.bullet-list-grid-wrapper img{margin-bottom:2rem;width:4.2rem!important}@media screen and (max-width:767px){.bullet-list-grid-wrapper{flex:none;grid-template-columns:1fr}.item-2{grid-row-end:3;grid-row-start:2}.item-2,.item-3{grid-column-end:2;grid-column-start:1}.item-3{grid-row-end:4;grid-row-start:3}}