.ta-container {
  border-radius: 8px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 18px 24px 24px;
  background-color: rgba(17, 17, 17, 0.05);
}

.ta-container__title {
  font-size: 20px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.ta-icon {
  margin-right: 8px;
  height: 40px;
}

.ta-container__rating {
  display: flex;
  align-items: center;
}

.ta-rating__value {
  margin-right: 13px;
  font-weight: 700;
  font-size: 20px;
  color: rgb(17, 17, 17);
}

.ta-rating__bar {
  display: flex;
}

.star-icon--filled {
  width: 20px;
  height: 20px;
  fill: rgb(252, 191, 2);
}

.ta-container__review-button {
  border-radius: 4px;
  border: none;
  color: rgb(255, 255, 255);
  background-color: rgb(25, 123, 255);
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
}
