section.block-growth,
section.block-growth:first-child,
section.block-growth:last-child{
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-radius: 64px 0 65px 0;
    padding: 64px 0 48px;
    background-color: rgba(61, 38, 99, 1);
    color: var(--bg);
}
.inner-growth .heading .title h1,
.inner-growth .heading .title h2,
.inner-growth .heading .title h3,
.inner-growth .heading .title h4,
.inner-growth .heading .title h5,
.inner-growth .heading .title h6,
.inner-growth .heading .title p{
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.01em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px;
}
.body-growth{
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}
.grid-growth{
    display: grid;
    grid-template-columns: repeat(4, minmax(auto, 1fr));
    grid-gap: 32px;
}
.grid-growth .item-growth{
    position: relative;
    margin-bottom: 12rem;
}
.grid-growth .item-growth::before{
    position: absolute;
    content: '';
    z-index: 0;
    left: 0;
    right: 0;
    top: 40px;
    height: 70%;
    background-color: var(--bg);
    border-radius: 32px;
}
.grid-growth .item-growth:nth-child(1){

}
.grid-growth .item-growth:nth-child(2){
    margin-top: 80px;
}
.grid-growth .item-growth:nth-child(3){

}
.grid-growth .item-growth:nth-child(4){
    margin-top: 40px;
}
.grid-growth .item-growth:nth-child(1)::before{
    left: 46px;
    background: linear-gradient(270deg, #6468F2 0%, #4BD1F1 100%);
    max-width: 306px;
}
.grid-growth .item-growth:nth-child(2)::before{
    left: 24px;
    background: linear-gradient(270deg, #ADF17B 0%, #4BD1F1 100%);
    height: 60%;
    max-width: 308px;
}
.grid-growth .item-growth:nth-child(3)::before{
    left: 12px;
    background: linear-gradient(91.32deg, #93FC66 -33.45%, #47E7AF 2.42%, #14D9E1 29.9%, #00D3F4 43.33%, #07CBF4 52.22%, #1BB6F6 65.78%, #3B94F8 82.32%, #6368FA 99.57%);
    height: 308px;
    max-width: 320px;
    top: 54px;
}
.grid-growth .item-growth:nth-child(4)::before{
    left: 10%;
    top: 170px;
    background: linear-gradient(270deg, #4BD1F1 0%, #6468F2 100%);
    height: 50%;
    max-width: 252px;
}
.grid-growth .item-growth .images-growth{
    position: relative;
    z-index: 2;
}
.grid-growth .item-growth .meta-growth{
    position: absolute;
    z-index: 4;
    box-shadow: 50px 50px 50px 0 rgba(1, 16, 39, 0.16);
    backdrop-filter: blur(12px);
    background: rgba(244, 244, 244, 0.65);
    border-radius: 48px;
    padding: 32px;
    border: 2px solid rgba(227, 227, 227, 0.4);
    color: var(--text);
}
.grid-growth .item-growth:nth-child(1) .meta-growth{
    top: 30%;
    left: 2%;
    max-width: 275px;
}
.grid-growth .item-growth:nth-child(2) .meta-growth{
    top: 39%;
    left: 12%;
}
.grid-growth .item-growth:nth-child(3) .meta-growth{
    left: auto;
    top: 42%;
    right: 2%;
}
.grid-growth .item-growth:nth-child(4) .meta-growth{
    right: 0;
    top: 53%;
}
.grid-growth .item-growth:nth-child(2) .meta-growth{
    max-width: 267px;
}
.grid-growth .item-growth:nth-child(3) .meta-growth{
    max-width: 287px;
}
.grid-growth .item-growth:nth-child(4) .meta-growth{
    max-width: 287px;
}
.grid-growth .item-growth:nth-child(1) .images-growth {
    left: 50px;
    top: -60px;
}
.grid-growth .item-growth:nth-child(3) .images-growth .image{
    position: relative;
    left: -12px;
}
.grid-growth .item-growth:nth-child(4) .images-growth .image{
    position: relative;
    left: -12px;
    text-align: right;
}
.grid-growth .item-growth .images-growth .image img{
    max-width: 100%;
}
.grid-growth .meta-growth .title h1,
.grid-growth .meta-growth .title h2,
.grid-growth .meta-growth .title h3,
.grid-growth .meta-growth .title h4,
.grid-growth .meta-growth .title h5,
.grid-growth .meta-growth .title h6,
.grid-growth .meta-growth .title p{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    margin-top: 0;
    margin-bottom: 12px;
}
.grid-growth .meta-growth .description p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin-top: 0;
    margin-bottom: 10px;
}
.grid-growth .meta-growth .btn.btn-flat{
    background: transparent;
}

/* Responsive */
@media only screen and (max-width: 980px) {
    section.block-growth, section.block-growth:first-child, section.block-growth:last-child{
        padding: 80px 0 188px;
    }
    .inner-growth .heading .title h1, .inner-growth .heading .title h2, .inner-growth .heading .title h3, .inner-growth .heading .title h4, .inner-growth .heading .title h5, .inner-growth .heading .title h6, .inner-growth .heading .title p{
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: -0.01em;
    }
    .grid-growth {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        grid-gap: 46px;
        margin-top: 80px;
    }
    .grid-growth .item-growth{
        margin-bottom: 4rem;
    }
    .grid-growth .item-growth:nth-child(1)::before {
        left: 72px;
        max-width: 100%;
        right: 20px;
    }
    .grid-growth .item-growth:nth-child(1) .meta-growth {
        left: 6%;
    }
    .grid-growth .item-growth:nth-child(2)::before {
        left: 36px;
        right: 38px;
        background: linear-gradient(270deg, #ADF17B 0%, #4BD1F1 100%);
        height: 256px;
        max-width: 100%;
    }
    .grid-growth .item-growth:nth-child(2) .images-growth .image{
        display: flex;
        justify-content: center;
    }
    .grid-growth .item-growth:nth-child(2) .meta-growth{
        max-width: calc(74%);
    }
    .grid-growth .item-growth:nth-child(2){
        margin-top: 32px;
    }
    .grid-growth .item-growth:nth-child(3)::before {
        left: 35px;
        height: 310px;
        max-width: 100%;
        right: 37px;
        top: 48px;
    }
    .grid-growth .item-growth:nth-child(3) .images-growth .image{
        display: flex;
        justify-content: center;
    }
    .grid-growth .item-growth:nth-child(3) .meta-growth{

    }
    .grid-growth .item-growth:nth-child(4) .images-growth .image{
        text-align: center;
    }
    .grid-growth .item-growth:nth-child(4)::before {
        height: 310px;
    }
    .grid-growth .item-growth:nth-child(4) .meta-growth {
        right: 4%;
    }
    .grid-growth .item-growth .images-growth .image img{
        max-width: 90%;
    }
    section.block-growth.alignfull {
        overflow-x: hidden;
    }
}