    .tc-custom-radius .tn-atom { 
        border-top-left-radius: 13px!important; 
        border-bottom-left-radius: 13px!important; 
    } 
    
    .tc-custom-radius-2 .tn-atom,
    .tc-custom-radius-2 .tn-atom__img,
    .castom-border-radius .tn-atom,
    .castom-border-radius iframe {  
        border-top-right-radius: 13px!important; 
        border-bottom-right-radius: 13px!important; 
    } 
    
    .tc-custom-radius-3 .tn-atom {  
        border-top-right-radius: 13px!important;
        border-top-left-radius: 13px!important;
        border-bottom-right-radius: 13px!important; 
    }
    
    
  @media (max-width: 1200px) {
        .tc-custom-radius .tn-atom { 
        border-top-left-radius: 7px!important; 
        border-bottom-left-radius: 7px!important; 
    } 
    
    .tc-custom-radius-2 .tn-atom,
    .tc-custom-radius-2 .tn-atom__img,
    .castom-border-radius .tn-atom,
    .castom-border-radius iframe {  
        border-top-right-radius: 7px!important; 
        border-bottom-right-radius: 7px!important; 
    } 
    
    .tc-custom-radius-3 .tn-atom {  
        border-top-right-radius: 7px!important;
        border-top-left-radius: 7px!important;
        border-bottom-right-radius: 7px!important; 
    }
  }
  
   @media (max-width: 640px) {
    .tc-custom-radius .tn-atom,
    .tc-custom-radius-2 .tn-atom,
    .tc-custom-radius-2 .tn-atom__img,
    .castom-border-radius .tn-atom,
    .castom-border-radius iframe { 
        border-top-left-radius: 13px!important;
        border-top-right-radius: 13px!important;
        border-bottom-right-radius: 0px!important;
    }
    
    .tc-custom-radius-3 .tn-atom { 
        border-top-right-radius: 13px!important;
        border-top-left-radius: 13px!important;
        border-top-right-radius: 0px!important;
    }
  }