.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: #60a2cc;
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.cbot {
  padding-top: 0;
  padding-bottom: 1.5rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  flex: auto;
  color: var(--bs-card-color);
}

.cft {
  min-height: 15rem;
  background-image: url("../../assets/img/teamandpartners.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.ctop23 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: overlay;
  padding-bottom: 0;
  padding-top: 1.5rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  flex: auto;
  color: var(--bs-card-color);
}

.ctop {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: overlay;
  padding-bottom: 0;
  padding-top: 1.5rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  flex: auto;
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: #000000;
}

.ctop.ctopfull {
  min-height: 200px;
  min-width: 100%;
  align-content: flex-end;
}

.cbot.cbotful {
  min-width: 300px;
  min-height: 280px;
}

.fit-cover23 {
  border-width: 1px;
  border-style: solid;
}

@media (max-width: 347px) {
  .shrinked {
    font-size: 3vw;
  }
}

.imgdisp {
  object-fit: contain;
  height: 700px;
}

.herodiv {
  margin-left: 5%;
}

.herodiv {
  background: rgba(233,236,239,0.51);
  border-radius: 1rem;
}

.H1-2 {
  margin-bottom: 0px;
  padding-top: 1rem;
  color: #3b5d74;
}

