  .call-action-one {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 100px;
    color: #3e4555;
  }
  .call-action-one .call-action-content .call-action-text {
    margin-top: 50px;
  }
  .call-action-one .call-action-content .call-action-text .action-title {
    font-weight: 600;
    color: 3e4555;
  }
  .call-action-one .call-action-content .call-action-text .text-lg {
    color: #3e4555;
    margin-top: 16px;
  }
  .call-action-one .call-action-content .call-action-btn {
    margin-top: 50px;
  }

  .call-action-one .btn-link-gradiant-oro {
    background: #4d62ff;
    background: -webkit-linear-gradient(legacy-direction(to right), #908112 0%, #625300 100%);
    background: -webkit-gradient(linear, left top, right top, from(#908112), to(#625300));
    background: -webkit-linear-gradient(left, #908112 0%, #625300 100%);
    background: -o-linear-gradient(left, #908112 0%, #625300 100%);
    background: linear-gradient(to right, #908112 0%, #625300 100%);
  }
  
   .call-action-one .btn-link-gradiant-oro:hover {
    background: #908112;
    background: -webkit-linear-gradient(legacy-direction(to right), #908112 0%, #1904b6 100%);
    background: -webkit-gradient(linear, left top, right top, from(#908112), to(#1904b6));
    background: -webkit-linear-gradient(left, #908112 0%, #1904b6 100%);
    background: -o-linear-gradient(left, #908112 0%, #1904b6 100%);
    background: linear-gradient(to right, #908112 0%, #1904b6 100%);
  }

  
  .call-action-one .btn-md {
      padding: 10px 25px;
      font-size: 16px;
  }