.generations-conv-into-wrapper {
  
}

.generations-conv-into-wrapper h1 {
  text-align: center;
    margin-top: 5rem;
  
}

.generations-conv-into-wrapper p.lead {
    text-align: center;
}

.short-line {
  
  padding-top:3rem;
  padding-bottom:3rem;
}

.conv-reminders h2 {
    text-align: center;
      padding-bottom: 20px !important;
}

.reminder-intro > .column:first-child:first-child {
    padding-left: 0em !important;
}

.reminder-intro > .column:last-child {
    padding-right: 0em !important;
}



.acct-num-wrapper {
  display: flex;
  gap: 5rem;
  flex-direction: row;  
}

.acct-num-item {
  flex: 1;
}



.welcome-container {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 2em;
    background: #e8ebee;
    margin-bottom: 60px;
}

.welcome-item {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.welcome-item img {
    max-width: 100%;
    min-width: 0; 
    height: auto;
}

.welcome-thumb {
   max-width: 50%;
}



@media (max-width: 758px) {
  
  .generations-conv-into-wrapper h1 {
  text-align: left;
  
}
  
  .generations-conv-into-wrapper p.lead {
    text-align: left;
  }
  
  .smidge-top {
      padding-top: 3rem;
      
  }
  
  .generations-intro-item h1 {
    font-size: 3.2rem !important;
  }
  
    .conv-reminders h2 {
       text-align: left;
  }
  
   .reminder-intro > .column:first-child {
      padding-left: 0em !important;
      padding-right: 0em !important;
    }
    
    .reminder-intro > .column:last-child {
      padding-right: 0em !important;
      padding-left: 0em !important;
    }
    .acct-num-wrapper {
    flex-direction: column;  
      gap: 1rem;
  }

  
    .welcome-container {
     flex-direction: column; 
}

  
}