.user-icon-account {
  object-fit: cover;
  padding: 10px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  right: 1;
  border: 2px solid #3b5a9b;
}
.accounts-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-label {
  font-size: 13px;
  font-family: "DM Sans", sans-serif;
}
.sub-title-label {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: "DM Sans", sans-serif;
}
.sub-title-label .bx {
  font-size: 22px;
  margin-right: 13px;
  margin-left: -13px;
  font-family: "DM Sans", sans-serif;
}
.title-qoute {
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
}
.be-a-provider-card {
  background-color: black;
}

.be-a-provider {
  font-size: 15px;
  font-weight: bold;
  color: white;
}

.be-a-provider-sub {
  color: white;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin: 5px 0;
}

.be-a-provider-icon {
  width: 100px;
  height: auto;
}

.sub-title-label {
  padding: 10px 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #3b5a9b;
  font-size: 15px;
  font-weight: bold;
}
