.plan-box-container{column-gap:40px;display:grid;grid-template-columns:auto auto auto;height:auto;justify-content:space-between;margin:auto;max-width:1300px;padding:20px 0;row-gap:40px;width:auto}.plan-box-container .card{background:#fff;border:2px solid #dee6ed;border-radius:10px;height:auto;max-width:400px;width:auto}.plan-box-container .card-wrapper{display:flex;justify-content:center}.plan-box-container .card .top-section{border-radius:8px;border-top:8px solid;display:flex;flex-direction:column;justify-content:space-between;min-height:400px;padding:30px}.plan-box-container .card .top-section .top-wrapper{display:flex;flex-direction:column;justify-content:space-between;row-gap:15px}.plan-box-container .card .top-section .plan-tag-container{display:flex;justify-content:flex-end}.plan-box-container .card .top-section .top-header-container h3{Color:#396bce;font-size:16px;font-weight:600;letter-spacing:.05em;padding-top:20px}.plan-box-container .card .top-section .main-header-container h2{color:#2f2f2f;font-size:28px;font-weight:700;line-height:1.3}.plan-box-container .card .top-section .sub-header-container p{color:#404040;font-size:18px!important;line-height:1.8}.plan-box-container .card .top-section .plan-tag-container span{border-radius:20px;color:#49ad1e;font-size:12px;font-weight:600;padding:10px 35px}.plan-box-container .card .top-section .button-container{padding-top:30px;width:100%}.plan-box-container .card .bottom-section{border-top:3px solid #f5f7fa;display:flex;flex-direction:column;height:auto;padding:40px 30px;row-gap:12px}.plan-box-container .card .bottom-section h4{color:#2f2f2f;font-weight:600;margin-bottom:5px}.plan-box-container .card .bottom-section .feature-container{column-gap:10px;display:flex}.plan-box-container .card .bottom-section .feature-container p{margin:0;text-align:left}@media (max-width:425px){.plan-box-container{grid-template-columns:auto!important}.plan-box-container .card .top-section{padding:20px}}@media (max-width:800px){.plan-box-container{grid-template-columns:auto!important}}@media (max-width:1400px){.plan-box-container{grid-template-columns:auto auto;justify-content:center;padding:20px}}