.go-proscons-wrap {
  text-align: left;
  flex-direction: row;
  display: flex;
  width: 100%;
  clear: both;
  overflow: hidden;
  gap: 2.5rem;
}

.go-review-wrap {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  flex-direction: column;
  display: flex;
  width: 100%;
  gap: 2.5rem;
  clear: both;
  padding: 30px;
  overflow: hidden;
}

.go-pros-col,
.go-cons-col {
  width: 50%;
}

.go-score {
  width: 12.5%;
  min-width: 90px;
  text-align: center;
  float: left;
}

.go-overall {
  font-size: 52px;
  color: #fff;
  padding: 8px 0;
  display: block;
  line-height: 52px;
}

.go-overall-text {
  background: #000;
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 6px 0;
  text-transform: uppercase;
  font-size: 11px;
}

@media (max-width: 991px) {
  .go-proscons-wrap {
    flex-direction: column;
    display: flex;
  }

  .go-pros-col,
  .go-cons-col {
    width: 100%;
  }
}

.go-title-pros,
.go-title-cons {
  margin: 0 0 15px;
  font-size: 19px;
  font-weight: 700;
}

.go-title-pros {
  color: #58c649;
}

.go-title-cons {
  color: #f06d1e;
}

.go-proscons-wrap ul {
  margin: 0;
  padding: 0;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}

.go-pro svg,
.go-con svg {
  width: 19px;
  height: 18px;
  min-width: 30px;
}

.go-pro svg {
  fill: #58c649;
}

.go-con svg {
  fill: #f06d1e;
}

.go-pros ul li,
.go-cons ul li {
  list-style: none;
}

.go-pro,
.go-con {
  width: 100%;
  text-align: left;
  flex-direction: row;
  display: flex !important;
  align-items: center;
  gap: 0.2rem;
  line-height: 1.2rem;
}
