.fw-700 {
  font-weight: 700;
}

.fs-16 {
  font-size: 16px;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-blend{
  background-blend-mode: multiply !important;
}

.bg-blue-light {
  background-color: #0842981a !important;
}
.text-underline{
  text-decoration: underline;
}
.mt-10{
  margin-top: 10px;
}
.mr-10{
  margin-right: 10px;
}
.text-shadow-none{
  text-shadow: none !important;
}

.h-500{
  height: 500px;
  object-fit: cover;
}

.border{
  border: 1px solid black;
}

.mh-280{
  min-height: 280px;
}
