.card-profile {
  background-color: transparent;
}

.card-profile .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}

@media (max-width: 1600px) {
  .card-profile .card-wrapper {
    padding: 0;
  }
}

.card-profile img {
  width: 100%;
}

.card-profile .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #55b4d4, #5758e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-profile .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #5758e0);
}

.card-profile .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}

.card-profile h4 {
  margin: 0;
}

.card-profile .card-text {
  color: #999999;
}

.card-profile .mbr-text {
  color: #000000;
}

.card-profile .card-title {
  color: #ffffff;
}

@media (min-width: 1200px) {
  .card-profile .mbr-text {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .card-profile .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .card-profile .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .card-profile .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}

.card-profile H3 {
  color: #787324;
}

.card-profile .mbr-section-title, .card-profile .title-wrapper {
  color: #ffffff;
}

.card-profile .mbr-text, .card-profile .mbr-section-btn {
  color: #999999;
}

