.imagreso{
      max-width: min(500px, 100%) !important;
    margin: auto !important;
}

.titlefointegeration {
    justify-items: center;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 34px;
    line-height: 54px;
    color: #070626;
}

.parent-cards .container{
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.parent-cards{
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.auth-card {

  height: 160px;

  transition: transform 0.2s, box-shadow 0.2s;

  cursor: pointer;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  padding: 20px;

  border-radius: 8px;

  border: 1px solid #e0e0e0;

}

.auth-card:hover {

  transform: translateY(-3px);

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;

}
.card-image-container {

  height: 60px;

  width: 60px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 15px;

}

.card-image-container img {

  max-width: 100%;

  max-height: 100%;

  object-fit: contain;

}
.auth-card-title {

  font-size: 16px;

  font-weight: 500;

  text-align: center;

  white-space: nowrap;

  line-height: 160%;

  overflow: hidden;

  text-overflow: ellipsis;

  width: 100%;

  color: #070626;

}

.integerationsection{
      margin-top: 0px;
         padding: 24px 72px;
     }

.imagres{
      max-width: min(420px, 90%) !important;
    margin: auto !important;
}

      .featurestitlessec3{
      
      text-align: left;
      font-size: 40px;
      font-weight: 600;
      line-height: 46px;
      color: #0d0b41;
     }

        .text-section{
      font-weight: 500;
      font-size: 18px;
      line-height: 160%;
      color: #6b6b6b;
    }
 .demo-button1 {
      
      padding: 12px 32px;
      background-color: #0d0b41;
      color:#ffffff;
      border: none;
      border-radius: 30px;
      font-weight: bold;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    
   .section-cta-end{
        display: flex;
        align-items: center;
        justify-content: center;
      
        background-color: #070626;;
        background-repeat: no-repeat;
        
        
       padding-top: 68px ;
       padding-bottom: 68px;
        margin-bottom: 20px;
    }
   
       .cta-text h2  {
      color: #ffffff;
    
      
      text-align: center;
      font-weight: 600;
      font-size: 34px;
      line-height: 54px;
    }

    .cta-text p {
      color: #ffffff;
      padding: 0px 40px 15px 40px;
      text-align: center;
      font-weight: 500;
      font-size: 18px;
      line-height: 32px;
      margin: 0px;
      margin-bottom: 32px !important;
    }

    .cta-btn-3{

  padding: 12px 30px;
  background-color: #ffffff;
  color: #0d0b41 ;
  border: 1px solid #ffffff;
  border-radius: 120px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  cursor: pointer;
  transition: background-color 0.3s;
text-decoration: none;
}

@media (max-width: 575.98px) {
   

    .sectionarrangeI {
        display: flex;
        flex-direction: column;
        gap: 48px;
    }
}
