.strong {
    font-weight: bold;
    color: #212529;
  }
  
  .how-it-works-section {
    background-color: #f9f9f9;
    padding: 10px 20px;
  }
  
  .how-it-works-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
  }
  
  .process {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  
  .process .content-col {
    flex: 1 1 250px;
  }
  
  .circle-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 auto 1rem auto;
    color: #212529;
  }
  
  .circle-icon-container i {
    font-size: 2rem;
    color: #212529 !important;
  }
  
  .arrow-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: bolder;
    color: #212529;
    text-shadow: 1px 1px 0 #212529;
    flex: 0 0 auto;
  }
  
  .arrow-col i {
    font-size: 3rem;
    font-weight: 900;
    color: #212529;
    text-shadow: 1px 1px 0 #212529;
  }
  
  /* Desktop view - >=1024px */
  @media (min-width: 1024px) {
    .process {
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
    }
  
    .process .content-col,
    .process .arrow-col {
      max-width: none;
    }
  
    .arrow-col {
      flex-direction: row;
      align-items: center;
      height: 110px;
    }
  
    .arrow-col .fa-arrow-right {
      display: block;
    }
  
    .arrow-col .fa-arrow-down {
      display: none;
    }
  
    .how-it-works-section {
      width: 100vw;
      height: auto;
    }
  }
  
  /* Mobile & tablet view - up to 1023px */
  @media (max-width: 1023px) {
    .process-row {
      flex-direction: column;
      align-items: center;
    }
  
    .process .content-col,
    .process .arrow-col {
      width: 100%;
      max-width: 500px;
      margin-bottom: 1rem;
    }
  
    .arrow-col {
      margin-bottom: 24px !important;
    }
  
    .arrow-col .fa-arrow-right {
      display: none !important;
    }
  
    .arrow-col .fa-arrow-down {
      display: block !important;
    }
  }
  .process-row + .process-row {
    margin-top: 2rem;
  }
  .py-5{
    margin-bottom: 0px !important;
  }

  .mb-5{
    margin-bottom: 0px !important;
  }
  
  