
.defaultTextSection {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  width: auto;
}

.regDiv {
  width: 50%

}

.regDiv:last-child {
  margin-bottom: 50px;
}

.registerSteps {
  padding-bottom: 1.3rem;
}


.registerAddress {
  padding-top: 0.5rem;
  margin-left: 1rem;
}

.registerAddlInfo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  margin: 0px 20px;
  line-height: 1.70em;
  margin-bottom: 40px;
}

.registerText {
  display: block;
  text-align: center;
}


.regImage {
  width: 75%;
  height: auto;
}



@media only screen and (max-width: 1300px) {

  .defaultTextSection {
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .regDiv {
    width: 80%
  }

  .regImage{
    width: 80%;
    height: auto;
  }

}

@media only screen and (max-width: 730px) {

  .defaultTextSection {
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .regDiv {
    width: 100%
  }

  .regImage{
    width: 100%;
  }

}