.asb-home-packs {
    clear: both;
    margin: 34px auto;
    padding: 30px 20px;
    background: #f7f9fa;
}

.asb-home-packs__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.asb-home-packs__header {
    margin-bottom: 22px;
    text-align: center;
}

.asb-home-packs__header h2 {
    margin: 0 0 8px;
    color: #253746;
    font-size: 28px;
    line-height: 1.2;
}

.asb-home-packs__header p {
    margin: 0;
    color: #586875;
    font-size: 16px;
}

.asb-home-packs__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}

.asb-home-packs__item {
    display: flex;
    width: calc(33.333% - 20px);
    min-width: 260px;
    margin: 10px;
}

.asb-home-packs__card {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e2e7ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(24, 48, 64, .08);
}

.asb-home-packs__image {
    display: block;
    position: relative;
    padding-top: 72%;
    overflow: hidden;
    background: #fff;
}

.asb-home-packs__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.asb-home-packs__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.asb-home-packs__label {
    margin-bottom: 7px;
    color: #ee6c4d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.asb-home-packs__body h3 {
    margin: 0 0 9px;
    color: #253746;
    font-size: 20px;
    line-height: 1.25;
}

.asb-home-packs__text {
    flex: 1;
    margin-bottom: 14px;
    color: #586875;
    font-size: 15px;
    line-height: 1.5;
}

.asb-home-packs__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.asb-home-packs__price {
    color: #253746;
    font-size: 19px;
    font-weight: 700;
}

.asb-home-packs__tax {
    margin-left: 4px;
    color: #697984;
    font-size: 12px;
}

.asb-home-packs__button,
.asb-home-packs__more {
    display: inline-block;
    border-radius: 4px;
    background: #ee6c4d;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
}

.asb-home-packs__button {
    padding: 9px 13px;
    font-size: 13px;
}

.asb-home-packs__more-wrap {
    margin-top: 22px;
    text-align: center;
}

.asb-home-packs__more {
    padding: 11px 20px;
}

@media (max-width: 767px) {
    .asb-home-packs { margin: 24px auto; padding: 24px 12px; }
    .asb-home-packs__header h2 { font-size: 23px; }
    .asb-home-packs__item { width: 100%; min-width: 0; }
}
