.natours-u-center-text{
  text-align: center !important;
}

.natours-u-margin-bottom-huge{
  margin-bottom: 10rem !important;
}

.natours-u-margin-bottom-big{
  margin-bottom: 8rem !important;

  @include respond(tab-port){
    margin-bottom: 5rem !important;
  }
}

.natours-u-margin-bottom-medium{
  margin-bottom: 4rem !important;

  @include respond(tab-port){
    margin-bottom: 3rem !important;
  }
}

.natours-u-margin-bottom-small{
  margin-bottom: 1.5rem !important;
}

.natours-u-margin-top-huge{
  margin-top: 10rem !important;
}

.natours-u-margin-top-big{
  margin-top: 8rem !important;

  @include respond(tab-port){
    margin-top: 5rem !important;
  }
}

.natours-u-margin-top-medium{
  margin-top: 4rem !important;

  @include respond(tab-port){
    margin-top: 3rem !important;
  }
}

.natours-u-margin-top-small{
  margin-top: 1.5rem !important;
}
