@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Poppins', sans-serif;
    background-color: #FFF;
    color: #000;
    text-align: center;
    max-width: 1600px;
    margin: auto;
}
.sec1{
    color: #fff;
    background: url('/img/j.webp');
    height: 60vh;
    background-position: center;
    background-size: cover;
    max-height: 1024px;
}
.flexing-partners{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
}
.tittle{
    margin-top: 8%;
}
.tittle h1{
    font-weight: 700;
    font-size: 70px;
}
.line{
    margin: auto;
    width: 120px;
    border-top: 10px solid;
    color: #08f700;
}
.sec2{
    margin-top: 30px;
    color: #000;
}
.sec2 p{
    margin: auto    ;
    max-width: 800px;
}
.sec2 button{
    margin-top: 20px;
}
.divider{
    width: 40%;
    margin: 20px auto;

}