.security_hero_section {
    background-color: #1a284e;
    padding: 90px 20px;
  }
  .security_hero_section_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #fff;
  }
  .security_hero_section_left h1 {
    font-size: 55px;
    font-weight: 600;
  }
  .security_hero_section_left p {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0px;
  }
  .security_hero_section_right img {
    width: 70%;
  }
  .security_hero_section_right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .security_btn_container {
    margin-top: 50px;
  }
  .security_getting_started_btn {
    background-color: #651fff;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .security_documentation_btn {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 10px 30px;
    color: #fff;
    border-radius: 10px;
  }
  .better_way_section {
    padding: 100px 10px;
    text-align: center;
  }
  .better_way_card {
    background-color: #e0f7fa;
    border-radius: 25px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0px 20px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .better_way_card_left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 30px;
    text-align: left;
  }
  .better_way_circle {
    height: 50px;
    width: 50px;
    background-color: #651fff;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
  }
  .better_way_card_left h3 {
    font-weight: 700;
    margin: 10px 0px;
  }
  .better_way_card_left p {
    font-weight: 400;
    font-size: 18px;
    color: #838696;
  }
  .better_way_card_right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .better_way_section h1 {
    font-weight: 700;
  }
  
  .neat_card_new{
    background-color: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 600px) {
    .security_hero_section_left h1 {
      font-size: 35px;
    }
    .security_hero_section_right img {
      width: 100%;
      margin-top: 30px;
    }
    .better_way_section {
      padding: 60px 10px;
    }
    .gap {
      margin: 40px 0px;
    }
    .better_way_card_left {
      padding: 40px 30px 0px;
    }
  }
  