img {
  object-fit: contain !important;
}

img[role='svg'] {
  height: 2rem;
}

.arrears-reminder > div:nth-of-type(2) {
  flex: 1;
  height: 100px;
  background: url('/mfiles/images/lenghao/section-3_5.png') no-repeat center center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--primary-color);
}

.arrears-reminder > div:not(:nth-of-type(2)) {
  width: 6.4rem;
}

.decoration-dots {
  display: flex;
  margin: 0.4rem 0;
}

.decoration-dots span {
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  margin-right: 5px;
}

.apportion-center {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px dashed var(--border-color);
}

.apportion-center p {
  font-size: 0.9rem;
}

.carousel-img-container {
  height: 300px;
  background: none;
}
