@media screen and (min-width:1000px) {

     .wat-is-nie-wrp-content {
        display:flex;
        flex-flow:wrap row;
        justify-content:space-between;
        width:100%;
        margin-top:37px;
        margin-bottom:50px;
    }
    .wat-is-nie-description {
        width: 65%;
    }
    .service-form-wrp {
        width: 33%;
    }

    .wrp-imgs-top-what-is-nie {
        display: flex;
        background-size: cover;
        margin-top: 37px;
        margin-bottom: 50px
    }
    .wrp-imgs-top-what-is-nie img {
        width:100%;
    }

    
    .wat-is-nie-description p, .wat-is-nie-description a, .wat-is-nie-description li,  .wat-is-nie-description span{
        font-family: "Montserrat", sans-serif;
        font-size:19px;
        font-optical-sizing: auto;
        color:#000000;
    }


  .text-tiny {
        font-size:.7em !important;
    }
 .text-small{ 
        font-size: .85em !important;
    };

 .text-big {
        font-size:1.4em !important;
    }
 .text-huge { 
        font-size: 1.8em !important;
    }

}

@media screen and (max-width:1000px) {

    .bg-what-is-nie .home-h1 {
        margin-top: 14px;
    }
    .wat-is-nie-wrp-content {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .wat-is-nie-description {
        width: 100%;
    }
    .wrp-imgs-top-what-is-nie {
        background-size: cover;
        margin-top: 46px;
        margin-bottom: 30px;
    }
    .wrp-imgs-top-what-is-nie img {
        width:100%;
    }
    .wat-is-nie-description {
        word-break:break-word;
        white-space:pre-line;
    }
    .wat-is-nie-description p, .wat-is-nie-description a, .wat-is-nie-description li,  .wat-is-nie-description span{
        font-family: "Montserrat", sans-serif;
        font-size:19px;
        font-optical-sizing: auto;
        color:#000000;
    }


    .text-tiny {
        font-size:.7em !important;
    }
    .text-small{ 
        font-size: .85em !important;
    };

    .text-big {
        font-size:1.4em !important;
    }
    .text-huge { 
        font-size: 1.8em !important;
    }

}
