.growth-guides,
.growth-guide {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 72px 0 96px;
}

.growth-guides__hero,
.growth-guide__header {
    max-width: 850px;
    margin-bottom: 42px;
}

.growth-guides__hero > span,
.growth-guide__header > span,
.growth-guide__offers header > span,
.growth-guide-card__body > span,
.growth-offer-card span {
    color: #008d45;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.growth-guides__hero h1,
.growth-guide__header h1 {
    max-width: 820px;
    margin: 10px 0 18px;
    color: #0d1021;
    font-size: clamp(2.6rem, 6vw, 5.4rem);
    line-height: .98;
}

.growth-guides__hero p,
.growth-guide__header p {
    max-width: 720px;
    color: #4f5870;
    font-size: 1.12rem;
    line-height: 1.7;
}

.growth-guides__grid,
.growth-guide__offers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.growth-guide-card,
.growth-offer-card {
    overflow: hidden;
    border: 1px solid #dfe3ed;
    border-radius: 18px;
    background: #fff;
}

.growth-guide-card__image {
    display: block;
    aspect-ratio: 16 / 10;
    background: #eef1f7;
}

.growth-guide-card__image img,
.growth-offer-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.growth-guide-card__body,
.growth-offer-card > div {
    padding: 24px;
}

.growth-guide-card h2,
.growth-offer-card h3 {
    margin: 9px 0 12px;
    line-height: 1.15;
}

.growth-guide-card h2 a,
.growth-offer-card h3 a,
.growth-guide-card__link {
    color: #071a92;
}

.growth-guide-card p,
.growth-offer-card p {
    color: #566078;
    line-height: 1.6;
}

.growth-guide-card__link {
    display: inline-block;
    margin-top: 12px;
    font-weight: 800;
}

.growth-guides__empty {
    padding: 44px;
    border-radius: 18px;
    background: #f1f4fa;
    text-align: center;
}

.growth-guide__article {
    max-width: 900px;
    margin: 0 auto;
}

.growth-guide__header > a {
    display: inline-block;
    margin-bottom: 28px;
    color: #071a92;
    font-weight: 750;
}

.growth-guide__cover {
    overflow: hidden;
    margin: 0 0 44px;
    border-radius: 22px;
}

.growth-guide__cover img {
    display: block;
    width: 100%;
    height: auto;
}

.growth-guide__content {
    color: #252b3d;
    font-size: 1.08rem;
    line-height: 1.85;
}

.growth-guide__content > * {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.growth-guide__content h2,
.growth-guide__content h3 {
    margin-top: 2em;
    color: #0d1021;
    line-height: 1.2;
}

.growth-guide__offers {
    margin-top: 80px;
    padding-top: 48px;
    border-top: 1px solid #dfe3ed;
}

.growth-guide__offers header {
    max-width: 720px;
    margin-bottom: 28px;
}

.growth-offer-card img {
    aspect-ratio: 4 / 3;
}

@media (max-width: 900px) {
    .growth-guides__grid,
    .growth-guide__offers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .growth-guides,
    .growth-guide {
        width: min(100% - 28px, 1180px);
        padding-top: 44px;
    }

    .growth-guides__grid,
    .growth-guide__offers-grid {
        grid-template-columns: 1fr;
    }

    .growth-guides__empty {
        padding: 28px 20px;
    }
}
