section.block-hr,
section.block-hr:first-child,
section.block-hr:last-child{
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-bottom-right-radius: 56px;
    padding-top: 60px;
    padding-bottom: 60px;
    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%);
    overflow-x: hidden;
}
.grid-hr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 112px;
    align-items: center;
    margin: auto;
}
.grid-hr .item-hr{
    position: relative;
    padding: 10px;
    max-width: 307px;
}
.grid-hr .item-hr img{
    max-width: 412px;
}
.grid-hr .item-hr:nth-child(4){
    margin-left: 20%;
}
.grid-hr .item-hr:nth-child(5){
    margin-right: 20%;
}
.grid-hr .item-hr .image-item-hr{
    position: absolute;
    width: max-content;
}
.grid-hr .item-hr:nth-child(1) .image-item-hr{
    left: -10%;
    top: 53px;
}
.grid-hr .item-hr:nth-child(2) .image-item-hr{
    left: -17%;
}
.grid-hr .item-hr:nth-child(3) .image-item-hr{
    left: -10%;
}
.grid-hr .item-hr:nth-child(4) .image-item-hr{
    left: -15%;
    top: 40px;
}
.grid-hr .item-hr:nth-child(5) .image-item-hr{
    left: -15%;
}
.grid-hr .item-hr .meta-item-hr{
    position: relative;
    background: rgba(244, 244, 244, 0.65);
    box-shadow: 50px 50px 100px 0 rgba(1, 16, 39, 0.16);
    backdrop-filter: blur(12px);
    border-radius: 28px;
    padding: 32px;
}
.grid-hr .item-hr .meta-item-hr::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 28px;
    padding: 2px;
    background: linear-gradient(180deg, rgba(227, 227, 227, 0.7) 0%, rgba(201, 201, 201, 0.7) 100%);
    -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    mask-composite: add, add;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    z-index: -1;
}
.grid-hr .item-hr:nth-child(1) .meta-item-hr{
    margin-top: 208px;
}
.grid-hr .item-hr:nth-child(2) .meta-item-hr{
    margin-top: 189px;
}
.grid-hr .item-hr:nth-child(3) .meta-item-hr{
    margin-top: 175px;
}
.grid-hr .item-hr:nth-child(4) .meta-item-hr{
    margin-top: 206px;
}
.grid-hr .item-hr:nth-child(5) .meta-item-hr{
    margin-top: 175px;
}
.grid-hr .item-hr .meta-item-hr .title > h1,
.grid-hr .item-hr .meta-item-hr .title > h2,
.grid-hr .item-hr .meta-item-hr .title > h3,
.grid-hr .item-hr .meta-item-hr .title > h4,
.grid-hr .item-hr .meta-item-hr .title > h5,
.grid-hr .item-hr .meta-item-hr .title > h6,
.grid-hr .item-hr .meta-item-hr .title > p {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-top: 0;
    margin-bottom: 12px;
}

.grid-hr .item-hr .meta-item-hr .description p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
}
.block-hr .heading{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: var(--bg);
    margin-bottom: 12px;
}
.block-hr .heading .title h1,
.block-hr .heading .title h2,
.block-hr .heading .title h3,
.block-hr .heading .title h4,
.block-hr .heading .title h5,
.block-hr .heading .title h6,
.block-hr .heading .title p {
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--bg);
    margin-top: 0;
    margin-bottom: 12px;
}
.block-hr .heading .title h1 > span,
.block-hr .heading .title h2 > span,
.block-hr .heading .title h3 > span,
.block-hr .heading .title h4 > span,
.block-hr .heading .title h5 > span,
.block-hr .heading .title h6 > span,
.block-hr .heading .title h1 > p {
    color: rgba(173, 250, 123, 1);
    -webkit-text-fill-color: rgba(173, 250, 123, 1);
}
.block-hr .heading .description > p{
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 8px;
}
.block-hr .buttons{
    display: grid;
    justify-content: center;
    margin-top: 32px;
}
.block-hr .buttons .btn-opacity{
    color: var(--text);
}

/* Responsive */
@media only screen and (max-width: 980px) {
    section.block-hr, section.block-hr:first-child, section.block-hr:last-child{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .block-hr .inner-hr{
        padding: 0 24px;
    }
    .block-hr .heading .title h1, .block-hr .heading .title h2, .block-hr .heading .title h3, .block-hr .heading .title h4, .block-hr .heading .title h5, .block-hr .heading .title h6, .block-hr .heading .title p{
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: -0.01em;
        text-align: center;
    }
    .block-hr .heading .description > p{
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
    }
    .grid-hr{
        display: block;
    }
    .grid-hr .item-hr{
        max-width: 100%;
    }
    body .grid-hr .item-hr:nth-child(n) .image-item-hr {
        position: absolute;
        width: max-content;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .grid-hr .item-hr:nth-child(n) .meta-item-hr{
        max-width: 287px;
        margin-left: auto;
        margin-right: auto;
    }
    .grid-hr .item-hr:nth-child(4){
        margin-left: 0;
    }
    .grid-hr .item-hr:nth-child(5){
        margin-right: 0;
    }
    .block-hr .buttons {
        margin-top: 90px;
    }
}