section
{
  padding: 80px 0;
}

.bg-light-green
{
    background-color: #e9efe1;
}

.migeration-next-move
{
    padding: 80px 0 100px;
}


  .cta-section-card
  {
    padding: 50px 30px;
    background:url('../img/cta-bottom-bg.svg'), linear-gradient(to bottom right,rgba(0,11,35),rgba(30,39,52)) ;
    /* background-image: url('../img/cta-bottom-bg.svg'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    margin-top: -70px;
    border-radius: 18px;
  }

  .card-bg-main
  {
    background: url('../img/bg-img-cta.png'), linear-gradient(to bottom right,rgba(0,11,35),rgba(30,39,52))  !important;
  }

  .cta-section-card p
  {
    color: #fafafa !important;
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
  }

  .cta-btn
  {
    background-color: #fafafa !important;
    color: #67c011 !important;
    padding: 15px 20px;
    margin-top: 10px;
    border-radius: 80px !important;
  }

  .cta-btn:hover
  {
    background-color: #67c011 !important;
    color: #ffffff !important;
    border: 2px solid #fafafa !important;
    text-align: none !important;
  }

  .migration-pointers li
  {
    margin-top: 5px !important;
  }


  .client-migretion-card
  {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #fafafa;
    box-shadow: 0 0 4px 0 lightgrey;
    border-radius: 16px;
    min-height: 290px;
  }

  .cta-migration
  {
    background:linear-gradient(to bottom right,rgba(0,11,35),rgba(30,39,52)) !important;
    padding: 30px 0 !important;
  }

  .cta-btn
  {
    background: #48870b !important;
    border-color: #48870b !important;
    color: #ffffff !important;
  }


  .why-migration
  {
    padding: 150px 0px 0px;
  }

  .why-choose-migeation-img
  {
    margin-top: 10px !important;
  }

  .why-migration .card 
  {
    padding: 15px 15px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #ededed;
    margin: 10px 0 !important;
    box-shadow: 0 0 4px 0 lightgrey;
  }

  .bg-card-green
  {
    background: #67c011 !important;
  }

  .bg-card-green h4
  {
    color:#fafafa !important;
  }

  .bg-card-green p
  {
    color:#fafafa !important;
  }

  .why-migration .card h4
  {
    font-size: 24px !important;
    color: #545454;
    font-weight: 700;
  }

  .why-migration .card p
  {
    font-size: 16px !important;
  }

  .migeration-left-content
  {
    margin-top: 10px;
  }

  .migeration-right-content
  {
    margin-top: -80px;
  }

  .book-demo-img img
  {
    width: 400px;
    height: auto;
  }

  .book-demo-cta
  {
    margin-top: -160px !important;
  }

  .bg-card-green img
  {
    border: 2px solid #fafafa !important;
    padding: 10px;
    border-radius: 80px;
    background: #fafafa36 !important;
  }

  .card img
  {
    border: 2px solid #67c011 ;
    padding: 10px;
    border-radius: 80px;
    background: #67c01136;
  }

  @media only screen and (max-width:600px) {
    .migration-pointers
    {
      padding-left: 0px !important;
    }

    .cta-migration p
    {
      margin-bottom: 20px !important;
    }

    .book-demo-img img
    {
      width: 100% !important;
    }

    .why-migration
    {
      padding: 60px 0 !important;
    }
    .migeration-right-content
    {
      margin-top: 0px !important;
    }
  }