
#page-container .et_pb_text_inner h1:last-child, 
#page-container .et_pb_text_inner h2:last-child, 
#page-container .et_pb_text_inner h3:last-child, 
#page-container .et_pb_text_inner h4:last-child, 
#page-container .et_pb_text_inner h5:last-child, 
#page-container .et_pb_text_inner h6:last-child {
  padding-bottom:0 !important;
}
#modal-content .et_pb_text_inner h1:last-child, 
#modal-content .et_pb_text_inner h2:last-child, 
#modal-content .et_pb_text_inner h3:last-child, 
#modal-content .et_pb_text_inner h4:last-child, 
#modal-content .et_pb_text_inner h5:last-child, 
#modal-content .et_pb_text_inner h6:last-child {
  padding-bottom:0 !important;
}

.vJust.et_pb_column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.vJustBetween.et_pb_column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.vJustAround.et_pb_column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}

.vJustCenter.et_pb_column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.vJustEnd.et_pb_column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.selfCenter {
  align-self:center;
}

.vGrow {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

@media only screen and (max-width : 980px) {
  .collapseReverse, .et_pb_section.collapseReverse .et_pb_row {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

