.head-title {
  font-family: "ubuntu-medium" !important;
  font-size: 24px;

  text-align: start;
  word-wrap: break-word;
  text-decoration: none;
  line-height: 32px;
  display: flex;
  letter-spacing: 0;
  color: #004990;
  width: 100%;
}


.content p a {
  font-family: "ubuntu-medium" !important;
  background: transparent;
  width: 100%;
  color: #004990;
  line-height: 22px;
  margin: 0;
  padding: 0;
  font-size: 16px;

  text-decoration: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #212121;
}

.content h3 {
  font-family: "ubuntu-medium" !important;
  background: transparent;
  width: 100%;
  color: #212121;
  line-height: 28px;
  margin: 0;
  padding: 0;
  font-size: 20px;

  text-decoration: none;
}
.bold-link a {
  letter-spacing: 0;
  font-family: "ubuntu-medium" !important;
  color: #212121;
  line-height: 22px;
  align-items: center;
  font-size: 16px;

  text-decoration: none;
  display: flex;
  gap: 8px;
}

.app-route-banner {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #003971;
  gap: 24px;
  border-radius: 8px;
  width: 100%;
  height: fit-content;
}
.img-wrapper {
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.app-route-wrapper {
  display: flex;
  flex-direction: column;
  font-family: "ubuntu-regular" !important;
  font-size: 20px;
  line-height: 28px;
  padding: 24px;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: fit-content;
}
.app-route-wrapper h4 {
  color: #ffffff !important;
}

.app-route-wrapper .web {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: fit-content;
  gap: 8px;
}
.app-route-wrapper .web p {
  color: white;
}
.app-route-wrapper .web a {
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #004990;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-family: "ubuntu-medium" !important;
  letter-spacing: 0;
  border-radius: 8px;
  word-wrap: break-word;
  white-space: nowrap;
  padding: 13px 16px;
  gap: 8px;
}
.app-route-wrapper .app {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: fit-content;
  gap: 8px;
}
.app-route-wrapper .app p {
  color: white;
}
.app-route-wrapper .app .store-row {
  display: flex;
  width: fit-content;
  height: fit-content;
  justify-content: center;
  align-items: center;

  gap: 16px;
}
