.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.text-xl {
  font-size: 1.25rem;
}
.text-3xl {
  font-size: 1.875rem;
}

.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.pb-10 {
  padding-bottom: 40px;
}
.w-\[174px\] {
  width: 174px;
}
.w-\[186px\] {
  width: 186px;
}

@media only screen and (min-width: 576px) {
  .md\:w-\[400px\] {
    width: 400px;
  }
}