.delivery-packages__meta{margin:0 auto 65px;max-width:75%;text-align:center}@media (max-width:767px){.delivery-packages__meta{max-width:100%}}.delivery-packages__meta-title{font-size:22px;font-weight:600;line-height:24px}.delivery-packages__inner{display:flex;gap:30px}@media (max-width:991px){.delivery-packages__inner{flex-wrap:wrap;justify-content:center}}.delivery-package{background:#fff;border:1px solid rgba(0,45,89,.1);border-radius:20px;position:relative;width:calc(33.33333% - 20px)}@media (max-width:991px){.delivery-package{width:calc(50% - 30px)}}@media (max-width:767px){.delivery-package{width:100%}}.delivery-package__label{background:var(--primary-color);border-radius:10px;box-shadow:0 10px 20px 0 rgba(0,0,0,.15);color:#fff;font-size:14px;font-style:italic;font-weight:600;padding:5px 10px;position:absolute;right:-20px;top:-15px}@media (max-width:767px){.delivery-package__label{right:-10px;top:-20px}}.delivery-package__header{align-items:center;background:rgba(0,45,89,.2);border-radius:20px 20px 0 0;display:flex;justify-content:space-between;padding:30px}@media (max-width:767px){.delivery-package__header{padding:20px}}.delivery-package__name{font-size:22px;font-weight:600;line-height:24px}@media (max-width:767px){.delivery-package__name{font-size:20px}}.delivery-package__price{font-size:16px;font-weight:500;line-height:24px}.delivery-package__body{padding:30px}@media (max-width:767px){.delivery-package__body{padding:20px}}.delivery-package__description ul{list-style:none;margin-left:0;padding-left:0}.delivery-package__description ul li{margin-bottom:6px;padding-left:30px;position:relative}.delivery-package__description ul li:before{content:var(--dp-bullet-icon);left:0;position:absolute;top:2px}.delivery-package__description>:last-child{margin-bottom:0}