@charset "UTF-8";

@media screen and (max-width: 640px) {
*.dns_tr_logo{
   width: auto;
   height: 40px;
   object-fit: contain;
 }
*.dns_t_logo{
   width: auto;
   height: 40px;
   object-fit: contain;
 }

 *.prepaidlogo{
   max-height: 41px;
width: 50%;
   object-fit: contain;
 }
}

@media screen and (min-width: 641px) {
 *.dnsStep {
    width: auto;
 }

 img{
   width: auto;
   height: 59px;
   object-fit: contain;
 }

*.jtslogo{
   width: auto;
   height: 59px;
   object-fit: contain;
 }

 *.prepaidLogo{
width: 50%;
   object-fit: contain;
 }
}
