section.block-floating-services,
section.block-floating-services:first-child,
section.block-floating-services:last-child{
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    padding-bottom: 98px;
    overflow-x: hidden;
}
.grid-floating-services{
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    grid-gap: 70px;
    margin-top: 64px;
    padding-top: 165px;
    padding-bottom: 98px;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}
.block-floating-services .heading .title{
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}
.block-floating-services .heading .description{
    max-width: 692px;
    margin-left: auto;
    margin-right: auto;
}
.block-floating-services .heading .title > h1,
.block-floating-services .heading .title > h2,
.block-floating-services .heading .title > h3,
.block-floating-services .heading .title > h4,
.block-floating-services .heading .title > h5,
.block-floating-services .heading .title > h6,
.block-floating-services .heading .title > p{
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.block-floating-services .heading .title > h1 > span,
.block-floating-services .heading .title > h2 > span,
.block-floating-services .heading .title > h3 > span,
.block-floating-services .heading .title > h4 > span,
.block-floating-services .heading .title > h5 > span,
.block-floating-services .heading .title > h6 > span,
.block-floating-services .heading .title > p > span{
    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%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-floating-services .heading .description{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}
.grid-floating-services .item-floating-service{
    position: relative;
}
.grid-floating-services .item-floating-service:nth-child(1){
    top: 97px;
}
.block-floating-services .grid-floating-services .item-floating-service:nth-child(3){
    top: 77px;
}
.grid-floating-services .item-floating-service .image-service img{
    position: absolute;
    max-width: 100%;
}
.grid-floating-services .item-floating-service:nth-child(1) .image img{
    top: -196px;
    left: -74px;
}
.grid-floating-services .item-floating-service:nth-child(1) .shadow img{
    top: -218px;
}
.grid-floating-services .item-floating-service:nth-child(2) .image img{
    top: -226px;
    right: -67px;
}
.grid-floating-services .item-floating-service:nth-child(2) .shadow img{
    top: -180px;
    right: -48px;
}
.grid-floating-services .item-floating-service:nth-child(3) .image img{
    top: -257px;
    right: -87px;
}
.grid-floating-services .item-floating-service:nth-child(3) .shadow img{
    top: -252px;
    right: 0;
}
.block-floating-services .grid-floating-services .card-service{
    max-width: 400px;
    padding: 32px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 48px;
    background: #F4F4F4A6;
    box-shadow: 50px 50px 60px 0px #01102729;
    backdrop-filter: blur(12px);
    border: 2px solid #e3e3e3;
}
.grid-floating-services .card-service .title > h1,
.grid-floating-services .card-service .title > h2,
.grid-floating-services .card-service .title > h3,
.grid-floating-services .card-service .title > h4,
.grid-floating-services .card-service .title > h5,
.grid-floating-services .card-service .title > h6,
.grid-floating-services .card-service .title > p{
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 12px;
}
.grid-floating-services .card-service .description > p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
}
/* Responsive */
@media only screen and (max-width: 980px) {
    .block-floating-services .heading .title > h1,
    .block-floating-services .heading .title > h2,
    .block-floating-services .heading .title > h3,
    .block-floating-services .heading .title > h4,
    .block-floating-services .heading .title > h5,
    .block-floating-services .heading .title > h6,
    .block-floating-services .heading .title > p{
        font-size: 30px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: -0.01em;
    }
    .block-floating-services .heading .description{
        font-size: 20px;
        line-height: 32px;
    }
    .grid-floating-services{
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        grid-gap: 42px;
        padding-top: 0;
        margin-top: 38px;
    }
    .block-floating-services .grid-floating-services .card-service{
        max-width: calc(100vw - 32px);
        padding: 40px 24px;
        margin-top: 135px;
    }
    .grid-floating-services .card-service .title > h1,
    .grid-floating-services .card-service .title > h2,
    .grid-floating-services .card-service .title > h3,
    .grid-floating-services .card-service .title > h4,
    .grid-floating-services .card-service .title > h5,
    .grid-floating-services .card-service .title > h6,
    .grid-floating-services .card-service .title > p{
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .grid-floating-services .card-service .description > p{
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
    }
    .grid-floating-services .item-floating-service:nth-child(1){
        top: 0;
    }
    .grid-floating-services .item-floating-service .image-service img{
        max-width: 100%;
    }
    .grid-floating-services .item-floating-service:nth-child(2) .image img{
        left: 10%;
        top: -12px;
    }
    .grid-floating-services .item-floating-service:nth-child(1) .image img{
        left: 0;
        top: -22px;
    }
    .grid-floating-services .item-floating-service:nth-child(1) .shadow img{
        top: -60px;
    }
    .grid-floating-services .item-floating-service:nth-child(3) .image img{
        right: 0;
        top: -32px;
    }
    .block-floating-services .grid-floating-services .item-floating-service:nth-child(3){
        top: 0;
    }
    .grid-floating-services .item-floating-service:nth-child(3) .shadow img{
        top: -52px;
    }
    .grid-floating-services .item-floating-service:nth-child(2) .shadow img {
        top: -42px;
        right: 0;
    }
    .grid-floating-services .image-service .image img{
        max-width: 84vw;
    }
}