/*==================================
NEWSLETTER
==================================*/

.gbk-newsletter{

    background:#2563eb;

    padding:100px 20px;

}

.gbk-newsletter-box{

    max-width:760px;

    margin:auto;

    text-align:center;

}

.gbk-newsletter .gbk-section-badge{

    background:#ffffff20;

    color:#ffffff;

}

.gbk-newsletter h2{

    color:#ffffff;

    font-size:42px;

    margin:20px 0;

}

.gbk-newsletter p{

    color:#dbeafe;

    line-height:1.8;

    margin-bottom:40px;

}

.gbk-newsletter-form{

    display:flex;

    gap:15px;

    justify-content:center;

}

.gbk-newsletter-form input{

    flex:1;

    max-width:500px;

    height:56px;

    border:none;

    border-radius:12px;

    padding:0 20px;

    font-size:16px;

}

.gbk-newsletter-form button{

    height:56px;

}

/*==================================
TABLET
==================================*/

@media(max-width:768px){

.gbk-newsletter-form{

flex-direction:column;

}

.gbk-newsletter-form input{

max-width:100%;

}

.gbk-newsletter-form button{

width:100%;

}

}