.ct-Btn {
  background-color: #E74C24  !important;
  color: white !important;
  border: white !important;
}

a.ct-Btn.priamry-ctBtn{
  color: white !important;
}

a.ct-Btn.priamry-ctBtn:hover {
  border: 0.1rem solid #ffff !important;
  outline: 0.1rem solid #ffff !important;
  color: rgba(1,9,24,0.9)!important;
}

@media (max-width: 768px) {
  .ct-Btn.priamry-ctBtn.mobile-ct-Btn a {
    color: white !important;
  }

  .ct-Btn.priamry-ctBtn.mobile-ct-Btn {
    border: white !important;
  }
}