.my-company {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 30px;
}
.my-company div:first-child {
  font-weight: 600;
}
.my-company > button {
  background-color: #b22222;
  border: none;
  padding: 14px 25px;
  color: white;
  font-weight: 500;
}

.review-head {
  font-size: 14px;
  padding-bottom: 17px;
}

.review-box-one div:first-child,
.review-box-two div:first-child {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 4px;
}

.review-box-one > p,
.review-box-two > p {
  font-size: 14px;
  font-weight: 400;
  padding-top: 4px;
  padding-bottom: 3px;
}

.review-box-two > button,
.review-box-one > button {
  background-color: #b22222;
  color: white;
  padding: 15px 35px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .my-company {
    flex-direction: column;
    padding: 20px 15px;
  }
  .my-company div:first-child {
    padding-bottom: 11px;
  }
  .my-company {
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.075);
  }
}
