.housepoints__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px; }
  .housepoints__list .housepoints__item {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    position: relative;
    z-index: 0;
    color: #fff;
    width: 100%; }
    .housepoints__list .housepoints__item::after {
      content: "";
      position: absolute;
      inset: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 33, 82, 0)), to(#020610));
      background: -webkit-linear-gradient(top, rgba(14, 33, 82, 0) 0%, #020610 100%);
      background: -o-linear-gradient(top, rgba(14, 33, 82, 0) 0%, #020610 100%);
      background: linear-gradient(180deg, rgba(14, 33, 82, 0) 0%, #020610 100%);
      z-index: -1; }
    .housepoints__list .housepoints__item__emblem {
      height: 105px;
      width: 70px; }
    .housepoints__list .housepoints__item__name {
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 1.1px;
      margin: 0; }
    .housepoints__list .housepoints__item__points {
      font-size: 40px;
      letter-spacing: 2px;
      margin: 0;
      font-weight: 500; }

@media all and (min-width: 600px) {
  .housepoints__item {
    width: calc(50% - 7.5px) !important; } }

@media all and (min-width: 1000px) {
  .housepoints__item {
    width: calc(33.33333333333% - 10px) !important; } }

@media all and (min-width: 1300px) {
  .housepoints__item {
    width: calc(25% - 12px) !important; } }
