*{box-sizing:border-box}.features-section{background:#fff;display:flex;flex-direction:column;gap:48px;height:auto;margin:0 auto;max-width:1440px;padding:30px 88px 96px;position:relative;width:100%}.features-section .features{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;width:100%}.features-section .features .feature-item{align-items:center;background:#fafafb;border:.79px solid rgba(226,226,237,.16);border-radius:16px;display:flex;flex-direction:column;gap:20px;justify-content:center;min-width:200px;padding:16px;width:230px}.features-section .features .feature-item.highlight{background:#0055b8;color:#fff!important}.features-section .features .feature-item .starting-at{font-family:Poppins;font-size:20.22px;font-weight:500;letter-spacing:0;line-height:120%;text-align:center;text-transform:capitalize}.features-section .features .feature-item .price{font-family:Poppins;font-size:80px;font-weight:400;letter-spacing:-7%;line-height:120%;text-align:center;text-transform:capitalize}.features-section .features .feature-item h4{color:#111;font-family:Poppins;font-size:16px;font-weight:500;letter-spacing:0;line-height:120%;text-align:center}.features-section .features .feature-item.highlight h4{color:#fff!important}.features-section .features .feature-item img{height:80px;object-fit:cover;width:73px}.button-wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.button-wrapper .btn{border-radius:16px;cursor:pointer;font-family:Poppins;font-size:18px;font-weight:500;letter-spacing:0;line-height:135%;padding:14px 48px;transition:all .3s ease}.button-wrapper a.btn{text-decoration:none}.button-wrapper .btn-primary{background:linear-gradient(132.79deg,#f54952 19.39%,#e4000c 69.48%);border:none;color:#fff;transition:all .3s ease,transform .2s ease}.button-wrapper .btn-primary:hover:not(.disabled):not([disabled]){background:linear-gradient(132.79deg,#ff6b72 19.39%,#ff1a26 69.48%)}@media (max-width:1024px){.features-section{padding:0 16px}.features-section .features .feature-item{flex:0 0 calc(50% - 20px);min-width:auto;width:100%}.features-section .features .feature-item.highlight{flex:0 0 100%}}