.d-flex{
    display: flex !important;
}

.flex-column{
  flex-direction: column !important;
}

.align-items-end{
  align-items: flex-end !important;
}

.align-items-center{
    align-items: center !important;
}

.justify-content-end{
  justify-content: flex-end !important;
}

.justify-content-center{
  justify-content: center !important;
}

.justify-content-between{
  justify-content: space-between !important;
}

.justify-content-around{
  justify-content: space-around !important;
}

.row{
    flex-wrap: wrap !important;
}

.mb-4{
  margin-bottom:40px !important;
}

.p-0{
  padding: 0 !important;
}

.mt-3{
  margin-top: 10px !important;
}