.scores-3-boxes-container {
  margin-top: 5%;
  display: flex;
  justify-content: space-around;
  width: 100%;
  font-size: 12px;
  gap: 10px;
  display: flex;
  border: none;
}

.scores-3-boxes {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 10px 10px;
  font-weight: 500;
  color: #3E4A56;
  flex: 1;
  min-height: 90px;
  justify-content: space-around;
}


.scores-3-boxes-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 10px;
  color: #3E4A56;
  min-height: 90px;
  text-align: center;
}


.scores-3-boxes-right p {
  font-size: 14px;
  margin: 0;
  font-weight: 700;

}

.score-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.score-item img {
  margin-right: 10px;
  height: 15px;
  object-fit: contain;

}

.score-item p {
  margin: 0;
}


.number-score {
  font-size: 35px !important;
  font-weight: 500;


}