.how-it-works-section {
  background-color: #e5fcf1;
  padding: 80px 210px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  overflow: hidden; }
  .how-it-works-section .header-content {
    margin-bottom: 30px; }
    .how-it-works-section .header-content .section-title {
      margin: 0 0 10px;
      font-family: proxima_nova_rgbold;
      font-size: 50px;
      font-weight: 700;
      line-height: 1.24;
      text-align: center;
      color: #373737; }
    .how-it-works-section .header-content .section-subtitle {
      margin: 10px 28px 0;
      font-family: ProximaNova-Regular;
      font-size: 22px;
      line-height: 1.5;
      text-align: center;
      color: #373737; }
  .how-it-works-section .steps-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    max-width: 712px;
    margin: 0 auto;
    gap: 0; }
    @media (max-width: 768px) {
      .how-it-works-section .steps-container {
        flex-direction: column;
        align-items: center;
        gap: 20px; } }
  .how-it-works-section .step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 300px; }
    @media (max-width: 768px) {
      .how-it-works-section .step-item {
        width: 100%;
        max-width: 320px; } }
  .how-it-works-section .desktop-connector {
    display: block;
    margin-top: 100px;
    width: 144px;
    flex-shrink: 0; }
    @media (max-width: 768px) {
      .how-it-works-section .desktop-connector {
        display: none; } }
    .how-it-works-section .desktop-connector .connector-img {
      width: 100%;
      height: auto;
      display: block; }
  .how-it-works-section .connector-2nd {
    margin-top: 120px; }
  .how-it-works-section .mobile-connector {
    display: none; }
    @media (max-width: 768px) {
      .how-it-works-section .mobile-connector {
        transform: rotate(90deg);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
        margin: 10px 0;
        width: 100%; }
        .how-it-works-section .mobile-connector svg {
          height: 100%;
          width: 2px; } }
  .how-it-works-section .step-image-wrapper {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    z-index: 2; }
    .how-it-works-section .step-image-wrapper img.step-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  @media (max-width: 768px) {
    .how-it-works-section .step-item {
      flex-direction: column; }
      .how-it-works-section .step-item .step-content {
        order: -1;
        margin-bottom: 20px; }
      .how-it-works-section .step-item .step-image-wrapper {
        margin-bottom: 0; } }
  .how-it-works-section .step-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: transparent; }
  .how-it-works-section .step-number {
    background-color: #61D15C;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; }
  .how-it-works-section .step-title {
    flex: none;
    font-family: proxima_nova_rgbold;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.58;
    color: #373737;
    flex-grow: 0; }
  .how-it-works-section .button-prices-cta {
    margin-top: 43px; }
    .how-it-works-section .button-prices-cta .button-see-prices {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      background-image: linear-gradient(0deg, #ff6f00 0%, #ff9b00 100%);
      color: white;
      font-size: 20px;
      font-weight: 700;
      padding: 15px 40px;
      border-radius: 50px;
      text-decoration: none;
      width: 254px;
      height: 57px; }
      .how-it-works-section .button-prices-cta .button-see-prices img {
        position: relative;
        transition: all 0.5s; }
      .how-it-works-section .button-prices-cta .button-see-prices:hover {
        background: #f67106; }
        .how-it-works-section .button-prices-cta .button-see-prices:hover img {
          left: 5px; }
      .how-it-works-section .button-prices-cta .button-see-prices .arrow-forward {
        width: 8px;
        filter: brightness(0) invert(1); }
  @media only screen and (max-width: 768px) {
    .how-it-works-section {
      padding: 50px 20px;
      height: auto; }
      .how-it-works-section .header-content .section-title {
        font-size: 38px; }
      .how-it-works-section .header-content .section-subtitle {
        font-size: 19.2px;
        line-height: 28.8px; }
      .how-it-works-section .button-prices-cta {
        margin-top: 40px; }
        .how-it-works-section .button-prices-cta .button-see-prices {
          width: 100%; } }
  @media screen and (min-width: 425px) and (max-width: 768px) {
    .how-it-works-section .button-prices-cta .button-see-prices {
      width: 335px; } }
  @media only screen and (min-width: 769px) and (max-width: 1080px) {
    .how-it-works-section {
      padding: 50px 20px; }
      .how-it-works-section .step-title {
        font-size: 20px; }
      .how-it-works-section .desktop-connector {
        width: 12%; }
      .how-it-works-section .step-image-wrapper {
        width: 180px;
        height: 180px; } }
