  .Versus_choose_only_hcx_section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 15px;

    display: flex;
    align-items: center;
  }

  .Versus_choose_only_hcx_container {
    width: 100%;
  }

  .Versus_choose_only_hcx_title {
   
  
   
    text-align: center;
    margin-bottom: 40px;
   
        font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .Versus_choose_only_hcx_card {
     background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    width: min(100%, 500px);
    margin: 0 auto;
   
  }

  .Versus_choose_only_hcx_header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 20px;
    background-color: #ffffff;
  }

  .Versus_choose_only_hcx_bottle {
       width: 75px;
    object-fit: contain;
    height: auto;
  }

  .Versus_choose_only_hcx_vs {
       font-size: 49px;
    font-weight: 700;
    line-height: 52px;
    color: #000000;
  }

  .Versus_choose_only_hcx_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 30px;
  }

  .Versus_choose_only_hcx_row_alt {
    background-color: #ffb8a3;
  }

  .Versus_choose_only_hcx_feature {
    font-size: 20px;
  
    font-weight: 400;
    text-align: center;
    flex-grow: 1;
    margin: 0 15px;
  }

  .Versus_choose_only_hcx_icon {
    width: 28px;
    height: 28px;
    border: 1.5px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .Versus_choose_only_hcx_icon svg {
    width: 16px;
    height: 16px;
    stroke: #000000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
  }

  @media (max-width: 767px) {
    .Versus_choose_only_hcx_section {
      padding: 50px 15px;
    }
    .Versus_choose_only_hcx_title {
      font-size: 26px;
      margin-bottom: 30px;
    }
    .Versus_choose_only_hcx_bottle {
      max-height: 100px;
    }
    .Versus_choose_only_hcx_vs {
      font-size: 32px;
    }
    .Versus_choose_only_hcx_row {
      padding: 15px 20px;
    }
    .Versus_choose_only_hcx_feature {
      font-size: 15px;
    }
    .Versus_choose_only_hcx_icon {
      width: 24px;
      height: 24px;
    }
    .Versus_choose_only_hcx_icon svg {
      width: 14px;
      height: 14px;
    }
    .Versus_choose_only_hcx_header {
      padding: 30px 15px;
    }
  }