/*
==============================================================================
Contact Page
==============================================================================
*/

.contact-section{

    background:#1E293B;

    padding:30px;

    border-radius:18px;

    margin-bottom:30px;

}

.contact-section h2{

    color:#38BDF8;

    margin-bottom:20px;

}

.contact-section p{

    color:#CBD5E1;

    line-height:1.8;

    margin-bottom:20px;

}