.circle {
  align-items: center;
  background-color: #005299;
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  flex-shrink: 0;
  height: 30px;
  justify-content: center;
  line-height: 0;
  width: 30px;
}

.cstm-width {
    width: 100%;
}

.wpx-24 {
  width: 24px !important;
}

@media (min-width: 992px) {
  .circle {
    height: 35px;
    width: 35px;
  }

  .wpx-24 {
    width: 17px !important;
  }
}

@media (max-width: 576px) {
  .circle {
    /* align-items: center;
    background-color: #005299;
    border-radius: 50%;
    color: var(--white);
    display: inline-flex;
    flex-shrink: 0; */
    height: 20px;
    /* justify-content: center;
    line-height: 0; */
    width: 20px;
  }
}
