.pt-100 {
  padding-top:100px;
}

.clienti-hero {
    position: relative;
    padding: 50px 0 50px;
    background: linear-gradient(135deg, #f3f5fb 0%, #e9edf8 50%, #dfe5f3 100%);
    overflow: hidden;
    color: #151f3f;
}



.clienti-hero::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(49, 87, 255, 0.10);
    top: -120px;
    left: -80px;
}

.clienti-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(81, 54, 217, 0.08);
    right: -120px;
    bottom: -180px;
}

.clienti-hero::before,
.clienti-hero::after {
    opacity: 0.55;
}

.clienti-hero .container {
    position: relative;
    z-index: 2;
}

.clienti-hero-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    margin-top:20px;
}

.clienti-hero-content span {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 16px;
    border-radius: 30px;
    background: rgba(49, 87, 255, 0.10);
    color: #3157ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.clienti-hero-content h1 {
    font-size: 20px;
    text-transform:uppercase;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 14px;
    color: #151f3f;
    letter-spacing: -0.5px;

    
}

.clienti-hero-content p {
    
    max-width: 620px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.7;
    color: #4f5b73;
}




@media (max-width: 767px) {
    .clienti-hero {
        padding: 60px 0 55px;
    }

    .clienti-hero-content h1 {
        font-size: 30px;
    }

    .clienti-hero-content p {
        font-size: 16px;
    }
}