/* =========================================
PAGE UNDER DEVELOPMENT
========================================= */

.fd-under-development{

    padding:120px 20px;

    text-align:center;

    background:#f8fafc;

}

.fd-under-development h1{

    font-size:clamp(2rem,4vw,3rem);

    color:#0f172a;

    margin:0 0 20px;

    font-weight:800;

}

.fd-under-development p{

    max-width:700px;

    margin:0 auto 40px;

    color:#475569;

    line-height:1.8;

    font-size:1rem;

}

.fd-under-development a{

    display:inline-block;

    padding:14px 28px;

    background:#116ad6;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.fd-under-development a:hover{

    background:#0d58b2;

}