#section2{
    height: 400px;
}

.section21 h2{
    text-align: center;
    margin-top: 50px;
}

.section21 p{
    text-align: center;
    width: 400px;
    margin: 20px auto 0 auto;
}

.section22{
    display: flex;
    justify-content: space-evenly;
    margin: 50px 0;
    padding: 0 600px;
    text-align: center;
}

.section22 h2{
    font-size: 30px;
}

.h21 h2{
    background: linear-gradient(120deg,#379eff 20%,#ff1ead 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


#texteh2{
    text-align: center;
}

#texteh2 p{
    margin-top: 20px;
    background: linear-gradient(120deg,#379eff 0%,#ff1ead 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
