/* =========================
   DUA SECTION
========================= */
*{
    margin:0;
    padding:0;
}

body{

    font-family:'Poppins',sans-serif;
    background:#f5f5f5;
}

 .dua-section{
    background:#1b5640;
    color:#fff;
    padding:50px 10px;

}

div .container{
    width:100%;
    max-width:100%;
    margin:auto;
    text-align:center;
}

.dua-section h1{

    font-size:40px;
    font-weight:700;
    margin-bottom:35px;
}

.dua-section h3{

    font-size:24px;
    font-weight:400;

    margin-bottom:30px;

}

.dua-section p{

    font-size:16px;

    line-height:2;

    font-weight:300;

    max-width:100%px;

    margin:auto;

}

/* Responsive */

@media(max-width:992px){

.dua-section h1{

    font-size:46px;

}

.dua-section h3{

    font-size:24px;

}

.dua-section p{

    font-size:18px;

}

}

@media(max-width:576px){

.dua-section{

    padding:70px 15px;

}

.dua-section h1{

    font-size:34px;

}

.dua-section h3{

    font-size:20px;

}

.dua-section p{

    font-size:16px;

    line-height:1.8;

}

}