.brand-view .business-card .content {
  margin-top: 32px;
}
.brand-view .expert-thumb {
  border-radius: 0;
  width: 100%;
  max-width: 64%;
  height: auto;
}
.product-opinions {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
.brand-btn {
  display: inline-block;
  border: 1px solid #234286;
  background-color: #234286;
  color: #FFF;
  padding: 11px 24px 13px 24px;
  border-radius: 50px;
}
.brand-btn-rose {
  border: 1px solid #E0537C;
  background-color: rgba(224, 83, 124, 0.15);
  color: #E0537C;
}
.brand-btn-rose:hover {
  background-color: #e0537c;
  color: #FFF;
}
.brand-btn-blue {
  border: 1px solid #234286;
  background-color: rgba(35, 66, 134, 0.11);
  color: #234286;
}
.brand-btn-blue:hover {
  background-color: #234286;
  color: #FFF;
}
.main-beam-products-brand {
  padding-bottom: 40px !important;
}
.brand-ratings {
  display: inline-block;
}
.brand-star {
  height: 24px;
  display: inline-block;
  margin-right: 10px;
}
.brand-slider-box {
  width: 100%;
  display: inline-block;
  background-color: #FAFAFA;
  border-radius: 24px;
  padding: 24px;
}
.brand-slider-box .brand-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand-slider-box .brand-header .brand-information {
  display: flex;
  align-items: center;
}
.brand-slider-box .brand-header .brand-information .brand-logo {
  max-height: 60px;
  width: auto;
  margin-right: 16px;
}
.brand-slider-box .brand-header .brand-information .brand-rate {
  display: flex;
  align-items: center;
}
.brand-slider-box .brand-header .brand-information .brand-rate .brand-value {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: inline-block;
  margin: 0 20px -3px 0;
}
.brand-slider-box .brand-header .brand-information .brand-rate .brand-count {
  color: #444;
  display: inline-block;
  margin: 0 0 -3px 0;
}
.brand-slider {
  width: 100%;
  display: inline-block;
  margin: 32px 0 0 0;
}
.brand-slider .swiper-navigation {
  width: 100px;
  display: block;
  top: auto;
  right: 0;
  bottom: 6px;
  position: absolute;
}
.brand-slider .swiper-button {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  border: 2px solid #234286;
}
.brand-slider .swiper-button:after {
  display: none;
}
.brand-slider .swiper-button.swiper-button-prev {
  transform: rotate(180deg);
}
.brand-slider .swiper-pagination {
  bottom: 0 !important;
  position: relative;
  width: fit-content !important;
  margin: 32px 0 0 32px;
}
.brand-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #234286;
}
.brand-rate-item {
  height: 272px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  padding: 20px;
}
.brand-rate-item.version-blue .brand-card .brand-value {
  color: #234286;
}
.brand-rate-item.brand-rate-item-full {
  height: auto;
  margin-bottom: 16px;
}
.brand-rate-item.brand-rate-item-full .brand-card .brand-opinion {
  display: inline-block;
  margin: 24px 0 16px 0;
}
.brand-rate-item .brand-card .brand-value {
  font-family: "Poppins", sans-serif;
  color: #E0537C;
  font-weight: 600;
}
.brand-rate-item .brand-card .brand-opinion {
  width: 100%;
  margin: 16px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.brand-rate-item .brand-signature {
  color: #234286;
  font-weight: 600;
}
/*Min width: 576*/
@media (max-width: 767px) {
  .brand-slider-box .brand-header {
    display: inline-block;
  }
  .brand-slider-box .brand-header .brand-information {
    display: inline-block;
    margin-bottom: 24px;
  }
  .brand-slider-box .brand-header .brand-information .brand-logo {
    margin-right: 0;
    margin-bottom: 22px;
  }
  .brand-slider {
    margin: 44px 0 0 0;
  }
  .brand-slider .swiper-pagination {
    margin: 32px 0 0 0;
  }
}
