/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09-Aug-2021, 12:52:17
    Author     : swapnil
*/

@media screen and (min-width: 1867px) and (max-width: 1966px){
    .mainWrapper{
        font-size: 178%;
    }
}

@media screen and (min-width: 1967px) and (max-width: 2066px){
    .mainWrapper{
        font-size: 185%;
    }
}

@media screen and (min-width: 2067px) and (max-width: 2166px){
    .mainWrapper{
        font-size: 195%;
    }
}

@media screen and (min-width: 2167px) and (max-width: 2266px){
    .mainWrapper{
        font-size: 204%;
    }
}

@media screen and (min-width: 2267px) and (max-width: 2366px){
    .mainWrapper{
        font-size: 213%;
    }
}

@media screen and (min-width: 2367px) and (max-width: 2466px){
    .mainWrapper{
        font-size: 222%;
    }
}

@media screen and (min-width: 2467px) and (max-width: 2566px){
    .mainWrapper{
        font-size: 232%;
    }
}

@media screen and (min-width: 2567px) and (max-width: 2666px){
    .mainWrapper{
        font-size: 240%;
    }
}

@media screen and (min-width: 2667px) and (max-width: 2766px){
    .mainWrapper{
        font-size: 250%;
    }
}
@media screen and (min-width: 2767px) and (max-width: 2866px){
    .mainWrapper{
        font-size: 259%;
    }
}

@media screen and (min-width: 2867px){
    .mainWrapper{
        font-size: 264%;
    }
}