/*---------------------------------------
 *                                      *
 *       Add Your Custom CSS Here       *
 *                                      *
 ---------------------------------------*/
#more-info .values-holder .row {
  display: flex;

  justify-content: end;
}
#more-info .info-header {
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 50px;
  color: #f7bb1c !important;
  font-weight: 700;
}
.dcms-holder {
  display: flex;
  justify-content: space-between;
}
.dcms-holder > div {
  width: 120px;
}
.dcms-holder .img-holder {
  width: 70%;
  margin: 0 auto;
}
.dcms-holder .img-holder img {
  width: 100%;
}
.dcms-holder h3 {
  font-size: 12px;
  text-align: center;
}
