<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width:1025px){
    .imgtop1{
        margin: 2.5% 2.5%;
        width: 95% !important;
       }
   .imgtop{
    width: 100% !important;
   }
   .imgcenter{
       
    border: 0px solid #424242 !important;
   }
 
   .imgright{
      margin: 0  25%;
    width: 50% !important;
    border: 0px solid #424242 !important;
   }
}
@media screen and (min-width:320px) and (max-width:1024px){
    .imgtop1{
        margin: 0 5px;
        width: 100% !important;
       
       }
        .imgtop{
        width: 100% !important;
       
       }
       .imgcenter{

        border: 0px solid #424242 !important;
       }
       /* .right{
        display: flex;
        justify-content: center;
       } */
       .imgright{
        margin: 0 auto;
        /* width: 100% !important; */
        border: 0px solid #424242 !important;
       }


}</pre></body></html>