.app-private-dashboard .banner-item-wrapper #banner-item-1 {
  background-position: 50% 35%;
}

.app-private-dashboard .banner-item-wrapper #banner-item-1 .banner-text {
  padding: 30px 30px 30px 60px !important;
}

.app-private-dashboard .banner-item-wrapper #banner-item-1 .banner-text h2 {
  margin-bottom: 8px !important;
  font-weight: 400 !important;
  margin-top: -70px;
}

.app-private-dashboard .banner-item-wrapper #banner-item-1 .banner-text p {
  margin-bottom: 5px !important;
}

.app-private-dashboard .banner-item-wrapper #banner-item-1 .banner-text:before {
  content: "{ ";
  font-size: 46px;
  color: #d62598;
  position: relative;
  left: -30px;
  top: -20px;
}

.app-private-dashboard .banner-item:after {
  content: "}";
  text-align: left;
  padding-left: 10px;
  font-weight: normal;
  font-size: 34px;
  height: 50px;
  width: 50px;
  color: #ffffff;
  background-color: #d62598;
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.app-private-dashboard .panel h2 {
  font-size: 22px !important;
  font-weight: 400 !important;
}