*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.container{max-width:1400px;width:100%}.heading{color:#fff;font-size:20px;font-weight:600;line-height:1.4;margin-bottom:40px;text-align:center}.boxes-container{display:flex;flex-wrap:nowrap;gap:20px;margin-bottom:40px}.box{background-color:transparent;border:1px solid #33db89;display:flex;flex:1;flex-direction:column;gap:12px;padding:20px;position:relative}.checkmark{color:#33db89;font-size:24px;font-weight:700;line-height:1}.box p{color:#fff;font-size:16px;line-height:1.5;margin:0}.text-content{margin-top:40px;text-align:center}.text-content p{color:#fff;font-size:18px;line-height:1.6;margin-bottom:20px}.text-content p:last-child{margin-bottom:0}@media (max-width:1200px){.boxes-container{flex-wrap:wrap}.box{flex:1 1 calc(50% - 10px);min-width:calc(50% - 10px)}}@media (max-width:768px){.heading{font-size:24px;margin-bottom:30px}.boxes-container{flex-direction:column;gap:15px;margin-bottom:30px}.box{flex:1 1 100%;min-width:100%;padding:20px}.box p{font-size:15px}.text-content{margin-top:30px}.text-content p{font-size:16px;margin-bottom:15px}}