.cta-scsn-wrpr .cta-scsn-cntnr {
    border-radius: 12px;
  display: flex;
    padding: 60px;
    background-repeat: no-repeat;
 background: #ffffff;
    border-radius: 12px;
      align-items: center;
  
}

.cta-scsn-wrpr .cta-scsn-txt-scsn {
    width: 85%;
}

.cta-scsn-wrpr .cta-scsn-txt-scsn-hdng{
  font-size: 48px;
  font-weight: 600;
  color: #262626;
}
.cta-scsn-wrpr .cta-scsn-txt-scsn-hdng span {
    color: #FF9500;
}
.cta-scsn-wrpr .cta-scsn-btn-scsn {
    width: 15%;
      display: flex;
    justify-content: end;
}
.cta-scsn-wrpr .cta-scsn-txt-scsn-sbhdng{
  color: #4C4C4D;
}
.cta-scsn-wrpr .cta-scsn-btn-scsn a {
    border-radius: 8px;
    padding: 14px 20px;
  font-weight: 600;
}
 @media screen and (max-width: 992px){
   .cta-scsn-wrpr .cta-scsn-cntnr {
    padding: 40px;
   }
   .cta-scsn-wrpr .cta-scsn-btn-scsn {
    width: 22%;
   }
   .cta-scsn-wrpr .cta-scsn-txt-scsn {
    width: 88%;
}
 @media screen and (max-width: 768px){
.cta-scsn-wrpr .cta-scsn-cntnr {
    flex-direction: column;
  gap: 40px;
    
}
   .cta-scsn-wrpr .cta-scsn-btn-scsn {
    width: 100%;
     justify-content: flex-start;
   }
   .cta-scsn-wrpr .cta-scsn-txt-scsn {
    width: 100%;
}
}
    @media screen and (max-width: 558px){
   .cta-scsn-wrpr .cta-scsn-cntnr {
    padding: 30px;
   }
      .cta-scsn-wrpr .cta-scsn-txt-scsn-hdng h2{
        font-size: 28px;
      }
   }