.review-tab-section-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  gap: 20px;
  flex-wrap: wrap;
  text-align: start;
  background: white;
}

.review-tab-info-box{
   background-color: #f1f6ff;
  border-radius: 12px;
  flex: 1 1 320px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  height:280px;
  padding-top: 30px;
  padding-bottom: 30px; padding-left: 30px;
  padding-right: 100px;
}
.review-tab-platforms-box{
  padding: 23px 20px;
  flex: 1 1 320px;
}

.review-tab-info-box h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.review-tab-info-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 12px;
}
.review-tab-info-box h3+p{
    margin-top: 30px;
}

.review-tab-info-box a {
  color: #3758f9;
  text-decoration: none;
  font-weight: 500;
}
.reviewapp_tab_wrapper
.pro_tab_wraper .row {
    height: auto;
    border-radius: 28px;
    overflow: hidden;
}


/* Responsive */
@media (max-width: 768px) {
 .review-tab-section-wrapper {
    flex-direction: row;
    align-items: stretch;
    padding: 15px;
  }

  .review-tab-info-box,
  .review-tab-platforms-box {
    flex: 1 1 100%;
    padding: 20px;
    height: auto;
  }

  .review-tab-info-box {
    padding: 20px;
  }

  .review-tab-info-box h3 {
    font-size: 16px;
  }

  .review-tab-info-box p {
    font-size: 13px;
  }
}


@media (max-width: 480px) {
  .review-tab-info-box {
    padding: 16px;
  }

  .review-tab-info-box h3 {
    font-size: 15px;
  }

  .review-tab-info-box p {
    font-size: 12.5px;
  }

  .review-tab-section-wrapper {
    gap: 15px;
  }
}
