
  .hero-section h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .hero-section img {
    box-shadow: 0 8px 32px rgba(0,0,0,0.07);
  }
    /* Sylosys Section */
    .sylosys-title{
        font-family: var(--font-family-proximanova);
        font-size: var(--font-size-32px);
        font-style: normal;
        letter-spacing: 0;
        line-height: 45px;
    }
    .sylosys-subtitle{
        font-family: var(--font-family-proximanova);
        font-size: var(--font-size-32px);
        color:#095AC3;
        font-style: normal;
    }

  .look-how-ourusers-a {
      color: var(--gray-color);
      font-family: var(--font-family-proxima_nova);
      font-size: var(--font-size-xxxl);
      font-weight: 400;
      height: 163px;
      letter-spacing: 0;
      line-height: 52px;
  }

  .proximanova-regular-normal-eerie-black-41px {
      color: var(--gray-color);
      font-family: var(--font-family-proximanova-regular);
      font-size: var(--font-size-xxxl);
      font-style: normal;
      font-weight: 400;
  }

  .proximanova-regular-normal-eerie-black-22px {
    color: var(--gray-color);
    font-family: var(--font-family-proximanova-regular);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 400;
  }

  .general-director-at-sakxim-group{
      color: var(--gray-color);
      font-family: var(--font-family-proximanova-medium);
      font-size: var(--font-size-l);
      font-weight: 500;
      letter-spacing: 0;
      line-height: 28px;
      opacity: 0.6;
      white-space: nowrap;
      letter-spacing: 0;
      line-height: 28px;
      opacity: 0.6;
      position: absolute;
      white-space: nowrap;
  }
  .lead {
      font-family: var(--font-family-proximanova-bold);
      font-size: var(--font-size-l);
      font-style: normal;
      font-weight: 700;
      letter-spacing: 0;
  }
  .name {
      color: var(--gray-color);
      font-weight: 700;
      line-height: 28px;
      margin-top: -0.5px;
      white-space: nowrap;
  }

  .span-1 {
    font-weight: 700;
  }

  .heading-1 {
    font-family: var(--font-family-proximanova-bold);
    font-size: var(--font-size-xxxl);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
  }

  /* Process Section */

    .process-text{
        font-family: var(--font-family-proximanova-regular);
        font-size: var(--font-size-23px);
        font-style: normal;
    }

    .process-title-step{
        font-family: var(--font-family-proximanova-regular);
        font-size: 30px;
        letter-spacing: 0;
        line-height: 28px;
    }

     .process-subtitle-step{
        font-family: var(--font-family-proximanova-regular);
        font-size: var(--font-size-24px);
        color: #1F2021;
        letter-spacing: 0;
        line-height: 36px;
    }

    .process-step-1{
      top: 80%; 
      left: 17%; 
      max-width:217px;
    }

    .process-step-2{
      top: 104%; 
      left: 45%; 
      max-width:217px;
    }

    .process-step-3{
      top: 79%; 
      left: 72%; 
      font-size: 19px; 
      max-width:217px;
    }

    .sylosys-process-title{
        font-family: var(--font-family-proximanova-regular);
        font-size: var(--font-size-41px) ;
        letter-spacing: 0;
        line-height: 52px;
    }

    /*Solution section*/
    .solution-text{
        font-family: var(--font-family-proximanova-semibold);
        font-size: var(--font-size-30px);
        font-style: normal;
        letter-spacing: 0;
        line-height: 32px;
    }

    .solution-title{
        font-family: var(--font-family-proximanova);
        font-size: 41px ;
        letter-spacing: 0;
        line-height: 52px;
    }

    .solution-description{
        font-family: var(--font-family-proximanova-regular);
        font-size: var(--font-size-23px);
        letter-spacing: 0;
        line-height: 32px;
    }


  

     /* CTA Section */
    .cta-section {
      margin-top: 32px;
      background-image: url('../../images/grainchain/rect-ngulo-23345@1x.png');
      position: relative;
      z-index: 1;
    }

    .cta-section .container {
      position: relative;
      z-index: 2; /* texto por encima de la imagen */
    }
    .cta-section .btn-success {
      background: #3bb54a;
      border: none;
      padding: 0.75rem 2.5rem;
      font-size: 1.25rem;
      border-radius: 32px;
      box-shadow: 0 2px 12px rgba(59,181,74,0.12);
      transition: background 0.2s;
    }
    .cta-section .btn-success:hover {
      background: #2e9e3e;
    }

    .bg-cta-section{
      background-color: #f4f7f3 !important;
    }

    .cta-section-bg {
      position: relative;
      background: #f4f7f3;
      overflow: visible;
      padding-bottom: 0;
    }
    

    .cta-img-mask {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 261px; /* Ajusta según lo que necesites mostrar */
      overflow: hidden;
      pointer-events: none;
      z-index: 0;
    }

    .cta-img-decor {
      width: 98vw;
      min-width: 100%;
      position: absolute;
      left: 0;
      top: -472px; /* Ajusta este valor para mostrar solo la parte superior de la imagen */
      object-fit: cover;
    }

     .call-action-title{
        color: var(--gray-color);
        font-family: var(--font-family-proximanova-bold);
        font-size: 41px ;
        letter-spacing: 0;
        line-height: 52px;
    }

    .call-action-text{
        color: var(--gray-color);
        font-family: var(--font-family-proximanova-regular);
        font-size: 26px ;
        letter-spacing: 0;
        line-height: 34px;
    }
    
  .nav-link-use-cases{
    border: 1px solid var(--gray-100) !important;
    border: 1px solid #353637 !important;
    border-radius: 28px !important;
    opacity: 1 !important;
    color: #000;
    padding: .5rem 1rem !important;
  }

  .bg-products{
    background-color: #3AAA00;
  }

  .accordion-item{
    background-color: transparent !important;
    border: none !important;
  }

  .accordion-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .accordion-content.collapse {
    max-height: 0;
  }

  .accordion-content.show {
    max-height: 200px; /* ajusta según contenido */
  }

  .accordion-toggle {
    cursor: pointer;
  }
  

    /* Challenges Section */
  .challenges-card {
    min-height: 240px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    max-width: 80%;        /* limita el ancho dentro de la columna */
    margin: 0 auto; 
  }
  
  .challenges-content {
    width: 90%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .challenges_content-wrapper {
    max-width: 100%;
    width: 75%;
    display: flex;
    flex-direction: column; /* cambia de fila a columna */
    align-items: center;    /* centra horizontalmente */
    text-align: center;     /* centra texto */
    gap: 1rem;
  }
  
  .challenges-icon {
    width: 100px;
    height: auto;
    flex-shrink: 0;
    max-width: 25%;
    object-fit: contain;
  }

    .challenges-right-image{
      width: 150px;
      right: 0;
      top: 0;
      z-index: -1; /* Asegura que quede por debajo */
      position: absolute;
    }

    /* Collection section */
    .collection-card,
    .collection-card2 {
      min-height: 220px; /* antes 240px o 300px */
      padding: 1.5rem;  /* antes 2rem */
      background-size: 75% 100%; /* para que llene más */
}
.collection-card {
  background-image: url(../../images/silosys_mobile/trazado-30477-1@1x.png);
  background-repeat: no-repeat;
  background-size: 75% 100%;
  background-position: left;
  min-height: 220px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}


.collection-card2 {
  background-image: url(../../images/silosys_mobile/trazado-30477-2@1x.png);
  background-repeat: no-repeat;
  background-size: 75% 100%;
  background-position: right;
  min-height: 220px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.collection-content {
  width: 100%;
  display: flex;
  justify-content: end;
}

.collection-content2 {
  width: 100%;
  display: flex;
  justify-content: start;
}

.content-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem; /* más compacto */
  text-align: start;
}

.collection-icon {
  width: 180px; /* antes 210px */
  max-width: 25%;
  flex-shrink: 0;
  object-fit: contain;
}

.collection-card-title{
   color: var(--gray-color);
    flex: 1;
    font-family: var(--font-family-proximanova-bold);
    font-size: 29px ;
    letter-spacing: 0;
    line-height: 36px;
}

.collection-card-description{
   color: var(--gray-color);
    flex: 1;
    font-family: var(--font-family-proximanova-regular);
    font-size: 18px ;
    letter-spacing: 0;
    line-height: 28px;
}
  /*customize and digitize mobile*/

  .digitize-customize-title{
    color: var(--gray-color);
    flex: 1;
    font-family: var(--font-family-proxima_nova);
    font-size: var(--font-size-58px) ;
    letter-spacing: 0;
    line-height: 68px;
  }

   .customize-description{
    color: var(--gray-color);
    flex: 1;
    font-family: var(--font-family-proximanova-regular);
    font-size: 23px ;
    letter-spacing: 0;
    line-height: 28px;
  }

    .customize-list{
    color: var(--gray-color);
    flex: 1;
    font-family: var(--font-family-proximanova-semibold);
    font-size: 23px ;
    letter-spacing: 0;
    line-height: 32px;
  }

  .digitize-description{
    color: var(--gray-color);
    flex: 1;
    font-family: var(--font-family-proximanova-regular);
    font-size: 23px ;
    letter-spacing: 0;
    line-height: 32px;
  }

   .custom-right-image {
      width: 210px;
      right: 0;
      bottom: 30px;
      z-index: 0; /* Asegura que quede por debajo */
      position: absolute;
    }

  /*Empower Section*/ 
  .bg-gray{
    background-color: #FAFBFB;
  }

  .card-hover-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
  }

.card-hover-wrapper img {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
  height: auto;
}

.card-hover-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-hover-wrapper:hover .card-hover-overlay {
  opacity: 1;
}

.card-hover-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.card-hover-text {
  font-size: 16px;
}

.empower-description{
  color: var(--gray-color);
  flex: 1;
  font-family: var(--font-family-proximanova-regular);
  font-size: var(--font-size-29px) ;
  letter-spacing: 0;
  line-height: 36px;
}


/*testimonial section */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #9dd580;
  border: none;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.carousel-indicators [data-bs-target] {
  background-color: #3737E2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 6px;
} 

.carousel-indicators {
  margin: 0;
  padding: 0;
}

.testimonial-title{
   font-family: var(--font-family-proxima_nova);
  font-size: var(--font-size-41px) ;
  font-style: normal;
}

.testimonial-description{
   font-family: var(--font-family-proximanova-regular);
  font-size: var(--font-size-22px) ;
  font-style: normal;
}

.testimonial-autor{
   font-family: var(--font-family-proxima_nova);
  font-size: var(--font-size-22px) ;
  font-style: normal;
}

.testimonial-profile{
   font-family: var(--font-family-proximanova-medium);
  font-size: var(--font-size-22px) ;
  font-style:normal;
  
}

.decorative-img {
  position: absolute;
  bottom: 11%;
  right: 11%;
  width: 230px;
  z-index: 1;
  transform: translate(50%, 50%);
}

/* Our clients */
.our-clients-title{
  color: var(--blue-color);
  flex: 1;
  font-family: var(--font-family-proxima_nova-bold);
  font-size: var(--font-size23px) ;
  letter-spacing: 9.2px;
  line-height: 32px;
}

.our-clients-description{
  color: var(--gray-color);
  flex: 1;
  font-family: var(--font-family-proximanova-medium);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}

/* Operating Section  */
.operating-title{
  color: var(--gray-color);
  flex: 1;
  font-family: var(--font-family-proxima_nova);
  font-size: var(--font-size-58px) ;
  letter-spacing: 0;
  line-height: 68px;
}

.operating-description{
  color: var(--gray-color);
  flex: 1;
  font-family: var(--font-family-proximanova-regular);
  font-size: 23px ;
  letter-spacing: 0;
  line-height: 28px;
}

  /* Background Gradient */
  .bg-gradient-section {  
    background-image: url('../../images/products/Gradient.svg'); 
    background-size: cover; 
    background-position: center;
  }

   .bg-gradient-section-two {  
    background-image: url('../../images/products/background-1x-png@1x.png'); 
    background-size: cover; 
    background-position: center;
  }


  .bg-pattern-wrapper {
    background: #f8faf7 url('../../images/products/Grupo 75011.svg') center top repeat;
    background-size: cover;
    min-height: 600px;
    width: 100%;
  }
  

  .hero-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  /* .text-products{
    color: #3AAA00;
    letter-spacing: 6px;
  } */

  /* Button Demo */
  .btn-demo {

    background: #9dd580;
    color: #000;
    font-weight: bold;
    border-radius: 2em;
    padding: 0.7em 1.5em;
    border: 1px solid #236600;
    box-shadow: 0 2px 8px rgba(34, 177, 0, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center; /* 👈 mantiene centrado el texto */
    text-decoration: none;
    font-size: 1rem;
    white-space: nowrap;
    transition: padding-right 0.3s ease, background 0.2s;
    position: relative;

  }

  /* Aparece en hover */
  .btn-demo:hover .btn-arrow {
    display: inline;
    animation: slideIn 0.2s ease forwards;
  }
  
  .btn-demo:hover{
   padding-right: 1em;
  }
  
  /* Aparece en hover */
  .btn-demo:hover  .btn-arrow{
    width: 1em;       /* ahora sí aparece la flecha */
    margin-left: 0.5em;
  }

  /*Btn View*/

  .btn-view:hover,
  .btn-view:focus {
    background: #dfd3fb;
    color: #000;
    box-shadow: 0 4px 16px rgba(34, 177, 0, 0.18);
  }

/* Button Demo */
  .btn-view {
    background: #dfd3fb;
    color: #000;
    font-weight: bold;
    border-radius: 2em;
    padding: 0.7em 1.5em;
    border: 1px solid #845aef;
    box-shadow: 0 2px 8px rgba(34, 177, 0, 0.08);
    transition: background 0.2s, box-shadow 0.2s, color 0.2s;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 1rem;
  }
  
  /* Oculta completamente la flecha y el espacio */
  .btn-view-arrow {
    display: none;
    margin-left: 0.5em;
    color: #845aef !important;
  }
  
  /* Aparece en hover */
  .btn-view:hover .btn-view-arrow {
    display: inline;
    animation: slideIn 0.2s ease forwards;
  }

  .title_products{
     color: var(--gray-color);
      flex: 1;
      font-family: var(--font-family-proximanova-regular);
      font-size: var(--font-size-58px) ;
      letter-spacing: 0;
      line-height: 68px;
  }

   .text-products{
        font-family: var(--font-family-proximanova-regular);
        font-size: var(--font-size-29px);
        font-style: normal;
        letter-spacing: 0;
        line-height: 36px;
    }

    .text-products-2{
        font-family: var(--font-family-proximanova-regular);
        font-size: var(--font-size-24px);
        font-style: normal;
        letter-spacing: 0;
        line-height: 36px;
    }

    .mobile-testimonial-btn {
      width: 5px;              /* ancho */
      height: 16px;             /* alto igual → círculo */
      border-radius: 50%;       /* redondo */
      border: 2px solid #000;
      background: #fff;
      color: #3737E2;
      font-weight: 600;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 3px 6px rgba(0,0,0,0.1);
      margin-left: 10px;
    }

    .mobile-testimonial-btn:hover {
      background: #3737E2;
      color: #fff;
      border: 2px solid #3737E2;
    }

    .mobile-testimonial-btn.active {
      background: #3737E2;
      color: #fff;
      border: 2px solid #3737E2;
    }
    
  @keyframes slideIn {
    0% {
      opacity: 0;
      transform: translateX(-10px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .btn-demo:hover,
  .btn-demo:focus {
    background: #3AAA00;
    color: #fff;
    box-shadow: 0 4px 16px rgba(34, 177, 0, 0.18);
  }

  /* Effects's images */

  .image-overlay {
    position: relative;
    overflow: hidden;
  }
  
  .image-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(298deg, #FDBF0F 0%, #FDBF0FA3 100%);
    opacity: 0.33;
    pointer-events: none;
    z-index: 1;
  }
  
  .image-overlay img {
    position: relative;
    z-index: 0;
  }

  .text-title{
    color: var(--gray-color);
    flex: 1;
    font-family: var(--font-family-proximanova-medium);
    font-size: 26px ;
    letter-spacing: 0;
    line-height: 36px;
  }

  .mobile-title{
    color: var(--gray-color);
    flex: 1;
    font-family: var(--font-family-proxima_nova);
    font-size: var(--font-size-74px) ;
    letter-spacing: 0;
    line-height: 80px;
  }

  .solution-font{
    font-family: var(--font-family-proximanova-bold) !important;
  }

  .responsive-video {
    width: 100%;
    max-width: 950px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

    /* Responsive tweaks */
  @media (max-width: 991px) {
    .hero-section .row {
      flex-direction: column-reverse;
      text-align: center;
    }
    .hero-section img {
      margin-bottom: 24px;
    }
    .products-section .card,
    .suite-section .card {
      min-height: 180px;
    }

    .bg-pattern-wrapper {
        min-height: 400px;
        background-size: auto 100%;
      }
  }

  @media (min-width: 991px) and (max-width: 2500px) {
    .product-wrapper {
      height: 480px !important;
    }

    .product-text{
      font-size: 18px;
    }

    .custom-left-image{
      width: 130px;
      left: -60px;
    }

    .cta-img-mask {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 99vw;
      height: 253px; /* Ajusta según lo que necesites mostrar */
      overflow: hidden;
      pointer-events: none;
      z-index: 1;
    }

    .cta-img-decor {
      width: 99vw;
      min-width: 100%;
      position: absolute;
      left: 0;
      top: -727px; /* Ajusta este valor para mostrar solo la parte superior de la imagen */
      object-fit: cover;
    }
  }

  /* @media (min-width: 1390px){
    .content-wrapper{
      width: 75%;
    }
  } */

    @media (min-width: 1769px){
       .content-wrapper{
      width: 75%;
    }

    .content-wrapper_traders{
      width: 75%;
    }

    .content-wrapper_brokers{
      width: 75%;
    }
  }

  @media (min-width: 1440px) and (max-width: 1768px){
    .content-wrapper{
      width: 85%;
    }

    .content-wrapper_traders{
      width: 85%;
    }

     .content-wrapper_brokers{
      width: 90%;
    }

  
  }

   @media (min-width: 1440px) and (max-width: 1599px){
    .works-step-1 {
      top: 30%;
      left: 2%;
      font-size: 19px;
      max-width: 217px;
    }

     .works-step-2{
      top: 30%; 
      left: 28%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-3{
      top: 30%; 
      left: 50%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-4{
      top: 46%; 
      left: 79%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-5{
      top: 76%; 
      left: 60%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-6{
      top: 76%; 
      left: 34%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-7{
      top: 91%; 
      left: 4%; 
      font-size: 19px; 
      max-width:217px;
    }
  
  }

  @media (min-width: 1600px) and (max-width: 1679px){
    .works-step-1 {
      top: 30%;
      left: 7%;
      font-size: 19px;
      max-width: 217px;
    }

     .works-step-2{
      top: 30%; 
      left: 30%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-3{
      top: 30%; 
      left: 50%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-4{
      top: 46%; 
      left: 76%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-5{
      top: 76%; 
      left: 60%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-6{
      top: 76%; 
      left: 34%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-7{
      top: 91%; 
      left: 8%; 
      font-size: 19px; 
      max-width:217px;
    }
  }

    @media (min-width: 1680px) and (max-width: 1750px){
    .works-step-1 {
      top: 30%;
      left: 9%;
      font-size: 19px;
      max-width: 217px;
    }

     .works-step-2{
      top: 30%; 
      left: 31%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-3{
      top: 30%; 
      left: 50%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-4{
      top: 46%; 
      left: 76%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-5{
      top: 76%; 
      left: 58%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-6{
      top: 76%; 
      left: 36%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-7{
      top: 91%; 
      left: 12%; 
      font-size: 19px; 
      max-width:217px;
    }
  }

      @media (min-width: 1750px) and (max-width: 1850px){
    .works-step-1 {
      top: 30%;
      left: 11%;
      font-size: 19px;
      max-width: 217px;
    }

     .works-step-2{
      top: 30%; 
      left: 31%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-3{
      top: 30%; 
      left: 50%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-4{
      top: 46%; 
      left: 73%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-5{
      top: 76%; 
      left: 58%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-6{
      top: 76%; 
      left: 36%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-7{
      top: 91%; 
      left: 13%; 
      font-size: 19px; 
      max-width:217px;
    }
  }

   @media (min-width: 1231px) and (max-width: 1439px){
    .content-wrapper_traders{
      width: 100%;
    }

     .content-wrapper_brokers{
      width: 100%;
    }

    .works-step-1 {
      top: 32%;
      left: -1%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-2{
      top: 32%; 
      left: 26%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-3 {
      top: 32%;
      left: 49%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-4 {
      top: 47%;
      left: 80%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-5 {
      top: 76%;
      left: 60%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-6 {
      top: 76%;
      left: 32%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-7 {
      top: 91%;
      left: 1%;
      font-size: 19px;
      max-width: 217px;
    }
  }

  @media (min-width:891px) and (max-width: 1230px){
    .benefits-card {
      background-image: url('../../images/products/Container-Responsive.svg');
      background-size: contain;
      aspect-ratio: unset;
      min-height: 480px;
    }
    .benefits-content{
      width: 55%;
    }

     .benefits-content_traders{
      width: 55%;
    }

    .content-wrapper{
      flex-direction: column;
      align-items:center;
    }

     .content-wrapper_traders{
      flex-direction: column;
      align-items:center;
    }

     .content-wrapper_brokers{
      flex-direction: column;
      align-items:center;
    }

    .benefit-icon{
      max-width: 45%;
    }

    .content-wrapper > div{
      text-align: center;
    }

    .content-wrapper_traders > div{
      text-align: center;
    }

    .content-wrapper_brokers > div{
      text-align: center;
    }
  }

   @media (min-width:1031px) and (max-width: 1230px){
    .benefits-content_brokers{
      width: 85%;
    }

     .works-step-1 {
      top: 33%;
      left: -2%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-2{
      top: 34%; 
      left: 24%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-3 {
      top: 35%;
      left: 45%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-4 {
      top: 48%;
      left: 81%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-5 {
      top: 71%;
      left: 58%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-6 {
      top: 71%;
      left: 30%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-7 {
      top: 85%;
      left: 0%;
      font-size: 19px;
      max-width: 217px;
    }
  }

  @media (min-width:891px) and (max-width: 1030px){
    .benefits-content_brokers{
      width: 100%;
    }

    .works-step-1 {
      top: 36%;
      left: -4%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-2{
      top: 35%; 
      left: 24%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-3 {
      top: 35%;
      left: 45%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-4 {
      top: 48%;
      left: 81%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-5 {
      top: 69%;
      left: 58%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-6 {
      top: 69%;
      left: 30%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-7 {
      top: 84%;
      left: 4%;
      font-size: 19px;
      max-width: 217px;
    }
  }

   @media (min-width: 768px) and (max-width: 890px) {
    .benefits-card {
      background-image: url('../../images/products/Container-Responsive.svg');
      background-size: contain;
      min-height: 450px;
    }

    .benefits-content{
      width: 80%;
    }

    .benefits-content_traders{
      width: 80%;
    }

     .benefits-content_brokers{
      width: 100%;
    }

    .content-wrapper{
      flex-direction: column;
      align-items:center;
    }

    .content-wrapper_traders{
      flex-direction: column;
      align-items:center;
    }

     .content-wrapper_brokers{
      flex-direction: column;
      align-items:center;
    }

    .benefit-icon{
      max-width: 45%;
    }

    .content-wrapper > div{
      text-align: center;
    }

    .content-wrapper_traders > div{
      text-align: center;
    }

    .content-wrapper_brokers > div{
      text-align: center;
    }
  }

  @media (max-width: 767px){
    .benefits-card {
      background-image: url('../../images/products/Container-Responsive.svg');
      background-size: contain;
      min-height: 450px;
    }

    .content-wrapper{
      flex-direction: column;
      align-items:center !important;
    }

     .content-wrapper_traders{
      flex-direction: column;
      align-items:center !important;
    }

    .content-wrapper_brokers{
      flex-direction: column;
      align-items:center !important;
    }

    .benefits-content{
      width: 45%;
    }

    .benefit-icon{
      max-width: 45%;
    }

    .content-wrapper > div{
      text-align: center;
    }

    .content-wrapper_traders > div{
      text-align: center;
    }

     .content-wrapper_brokers > div{
      text-align: center;
    }
  }

   @media (min-width: 1600px) and (max-width: 1800px) {

    .collection-card{
        background-size:87% 100%;
    }

    .collection-card2{
        background-size:87% 100%;
    }
  }


  @media (min-width: 1200px) and (max-width: 1599px) {

    .collection-card{
        background-size:100% 100%;
    }

    .collection-card2{
        background-size:100% 100%;
    }
  }
  

   .font-nova-bold{
      font-family: var(--font-family-proximanova-bold) !important;
    }


@media (max-width: 768px){
  .testimonial-img > .decorative-img{
    right: 35% !important;
  }
}

  .we-solve-some-of-the {
      color: var(--gray-color);
      font-family: var(--font-family-proximanova-regular);
      font-size: var(--font-size-xxl);
      font-weight: 400;
      letter-spacing: 0;
      line-height: 34px;
      /* white-space: nowrap;*/
  }
  .the-future-of-agribusiness-has-arrived {
      color: var(--gray-color);
      font-weight: 700;
      line-height: 52px;
      text-align: center;
      white-space: nowrap;
  }