.mr-5 {
  margin-right: 5px;
}
.mv-10 {
  margin: 10px 0;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-200 {
  margin-top: 200px;
}
@media screen and (max-width: 1120px) {
  .flip {
    flex-direction: column-reverse;
  }
  .mtu {
    margin-top: 90px !important;
  }
  .mt-50 {
    margin-top: 25px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mt-150 {
    margin-top: 75px;
  }
}

.fs-48 {
  font-size: 48px;
}
.fs-36 {
  font-size: 36px;
}
.fs-20 {
  font-size: 20px;
}
.fs-14 {
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}
