.service {
  background: #e1e6f1;
  padding-bottom: 50px;
  padding: 0px 50px;
}
.service__title {
  font-family: 'Poppins';
font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  color: #000000;
}

.service__subtitle {
  font-family: 'Poppins';
font-style: normal;
  font-size: 22px;
  line-height: 176%;
  /* identical to box height, or 39px */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  color: #000000;
}

.service__heading {
  font-family: 'Poppins';
font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  color: #000000;
}
.service__heading span {
  color: #3b5998;
}

.reviews {
  background: rgb(244, 244, 244);
  padding: 0 50px;
  padding-bottom: 50px;
}
.reviews__item {
  cursor: pointer;
  border: 2px solid #ffffff; /* tạo border đen */
  box-shadow: -5px -9px 0px 2px #3b5998;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  background: #f4f5f5;
  padding: 0px 30px;
}
.reviews__item:hover{
  opacity: 0.6;
  background: #ffffff;
}

.reviews__item p {
  font-family: 'Poppins';
font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 126%;
  /* or 35px */

  text-align: center;
  letter-spacing: 2px;
  color: #000000;
}

.reviews__title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 176%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3b5998;
}
.reviews__end {
  background: #ffffff;
  border: 3px solid #3b5998;
  border-radius: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.reviews__end::before{
  content: url(../images/warning1.png);
  left:-20px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;

}
.reviews__end h5 {
  padding: 20px 30px;
  font-family: 'Poppins';
font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 126%;
  /* identical to box height, or 23px */

  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #3b5998;
}
