/*
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:10
    Author     : swapnil
*/

@media screen and (min-width: 1367px) and (max-width: 1466px){
    .mainWrapper{
        font-size: 129%;
    }
}
@media screen and (min-width: 1467px) and (max-width: 1566px){
    .mainWrapper{
        font-size: 139%;
    }
}
@media screen and (min-width: 1567px) and (max-width: 1666px){
    .mainWrapper{
        font-size: 149%;
    }
}
@media screen and (min-width: 1667px) and (max-width: 1766px){
    .mainWrapper{
        font-size: 156%;
    }
}
@media screen and (min-width: 1767px) and (max-width: 1866px){
    .mainWrapper{
        font-size: 167%;
    }
}