section.block-services,
section.block-services:first-child,
section.block-services:last-child{
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    background-color: var(--text-light);
    border-radius: 64px 0 65px 0;
    padding: 94px 0;
}
.block-services .heading .title > h1,
.block-services .heading .title > h2,
.block-services .heading .title > h3,
.block-services .heading .title > h4,
.block-services .heading .title > h5,
.block-services .heading .title > h6,
.block-services .heading .title > p{
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--text-white);
    margin-top: 0;
    margin-bottom: 0;
}
.grid-services{
    margin-top: 100px;
}
.grid-services .item-service{
    position: relative;
    padding: 32px;
    border-radius: 56px;
    margin-bottom: 100px;
    max-width: 1228px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.grid-services .item-service:nth-child(1){
    position: relative;
    background: linear-gradient(270deg, #ADF17B 0%, #4BD1F1 100%);
}
.grid-services .item-service:nth-child(1)::after{
    position: absolute;
    content: url("./services01.svg");
    bottom: -12px;
    left: 0;
    z-index: 0;
}
.grid-services .item-service:nth-child(2){
    position: relative;
    background: linear-gradient(270deg, #6468F2 0%, #4BD1F1 100%);
    padding-right: 0;
}
.grid-services .item-service:nth-child(2)::after{
    position: absolute;
    content: url("./services03.svg");
    bottom: -12px;
    right: 0;
    z-index: 0;
}
.grid-services .item-service:nth-child(2) .images-services .image:nth-child(1){
    padding-left: 34px;
}
.grid-services .item-service:nth-child(2) .images-services .image:nth-child(2){
    position: relative;
    left: -2%;
    margin-top: 120px;
}
.grid-services .item-service:nth-child(3){
    position: relative;
    background: linear-gradient(99.13deg, #93FC66 8.28%, #47E7AF 32.29%, #14D9E1 50.69%, #00D3F4 59.68%, #07CBF4 65.63%, #1BB6F6 74.71%, #3B94F8 85.78%, #6368FA 97.33%);
}
.grid-services .item-service:nth-child(3)::after{
    position: absolute;
    content: url("./services02.svg");
    bottom: -12px;
    left: 0;
    z-index: 0;
}
.grid-services .images-services{
    display: flex;
    justify-content: space-between;
    margin-bottom: 82px;
}
.grid-services .item-service .meta-service{
    position: absolute;
    padding: 32px;
    background: rgba(244, 244, 244, 0.6);
    box-shadow: 50px 50px 100px 0 #01102729;
    backdrop-filter: blur(12px);
    border-radius: 48px;
    max-width: 816px;
    z-index: 1;
}
.grid-services .item-service .meta-service::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 48px;
    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-services .item-service .meta-service .btn{
    background-color: transparent;
}
.grid-services .item-service:nth-child(1) .meta-service,
.grid-services .item-service:nth-child(3) .meta-service{
    right: 56px;
    bottom: 48px;
}
.grid-services .item-service:nth-child(2) .meta-service{
    left: 56px;
    bottom: 66px;
}
.grid-services .meta-service .title h1,
.grid-services .meta-service .title h2,
.grid-services .meta-service .title h3,
.grid-services .meta-service .title h4,
.grid-services .meta-service .title h5,
.grid-services .meta-service .title h6,
.grid-services .meta-service .title p {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.01em;
    margin-top: 0;
    margin-bottom: 8px;
}
.grid-services .meta-service .description p{
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.01em;
    margin-top: 0;
    margin-bottom: 12px;
}

/* Responsive */
@media only screen and (max-width: 980px) {
    section.block-services, section.block-services:first-child, section.block-services:last-child{
        padding-top: 56px;
    }
    .block-services .heading .title > h1, .block-services .heading .title > h2, .block-services .heading .title > h3, .block-services .heading .title > h4, .block-services .heading .title > h5, .block-services .heading .title > h6, .block-services .heading .title > p{
        font-size: 30px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: -0.01em;
    }
    .grid-services{
        margin-top: 32px;
    }
    .grid-services .item-service{
        overflow: hidden;
        margin-bottom: 32px;
    }
    .grid-services .item-service .meta-service{
        position: relative;
        z-index: 3;
        margin-top: 30px;
    }
    .grid-services .item-service:nth-child(1) .meta-service{
        margin-top: 160px;
        padding: 32px;
    }
    .grid-services .item-service:nth-child(1) .meta-service,
    .grid-services .item-service:nth-child(3) .meta-service,
    .grid-services .item-service:nth-child(2) .meta-service {
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .grid-services .images-services{
        position: relative;
        margin-bottom: 0;
    }
    .grid-services .item-service:nth-child(1) .images-services .image,
    .grid-services .item-service:nth-child(2) .images-services .image,
    .grid-services .item-service:nth-child(3) .images-services .image{
        position: absolute;
    }
    .grid-services .item-service:nth-child(1) .images-services .image:nth-child(1){
        left: 0;
    }
    .grid-services .item-service:nth-child(1) .images-services .image:nth-child(1) img{
        max-width: 171px;
    }
    .grid-services .item-service:nth-child(1) .images-services .image:nth-child(2){
        right: -60px;
    }
    .grid-services .item-service:nth-child(1) .images-services .image:nth-child(2) img{
        max-width: 290px;
    }
    .grid-services .item-service:nth-child(2){
        padding-right: 32px;
    }
    .grid-services .item-service:nth-child(2) .images-services .image:nth-child(1){
        right: -50px;
        z-index: 1;
    }
    .grid-services .item-service:nth-child(2) .images-services .image:nth-child(1) img{
        max-width: 290px;
    }
    .grid-services .item-service:nth-child(2) .images-services .image:nth-child(2){
        right: -32px;
        margin-top: 0;
        z-index: 0;
    }
    .grid-services .item-service:nth-child(2) .images-services .image:nth-child(2) img{
        max-width: 171px;
    }
    .grid-services .item-service:nth-child(3) .meta-service{
        margin-top: 150px;
    }
    .grid-services .item-service:nth-child(3) .images-services .image:nth-child(1){
        z-index: 2;
        left: -64px;
    }
    .grid-services .item-service:nth-child(3) .images-services .image:nth-child(1) img{
        max-width: 350px;
    }
    .grid-services .item-service:nth-child(3) .images-services .image:nth-child(2){
        right: -84px;
    }
    .grid-services .item-service:nth-child(3) .images-services .image:nth-child(2) img{
        max-width: 250px;
    }
    .grid-services .meta-service .title h1, .grid-services .meta-service .title h2, .grid-services .meta-service .title h3, .grid-services .meta-service .title h4, .grid-services .meta-service .title h5, .grid-services .meta-service .title h6, .grid-services .meta-service .title p{
        font-size: 32px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: -0.01em;
    }
    .grid-services .meta-service .description p{
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: -0.01em;
    }
}
