.accout-list {
  width: 30px;
  height: 30px;
  background-color: #210F60;
  color: #ffffff;
  text-align: center;
  font-family: var(--font-cs-bold);
  letter-spacing: -1px;
  line-height: 30px;
  border-radius: 50%;
}
.accout-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 30px;
}
.accout-text-h5 {
  font-family: var(--font-cs-book);
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  margin: 0 8px 0 16px;
  line-height: 30px;
}
.accout-li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.image-down {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto 30px;
}
.image-right {
  display: none;
}
@media (min-width: 1199px) { 
  .accout-imgs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .image-width {
    width: 60%;
  }
  .image-down {
    display: none;
  }
  .image-right {
    display: block;
    width: 24px;
    height: 24px;
  }
  .container-card {
    box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (max-width: 1199px) {
  .accout-list {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .accout-text h5 {
    font-size: 14px;
  }
    
  .accout-text,
  .accout-text-h5,
  .accout-list {
    line-height: 20px;
  }
  .accout-text-h5 {
    margin-left: 8px;
  }
  .p-b-130 {
    padding-bottom: 0px
  }
  .container-card .portfolio-details-content {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
    padding: 0 10px;
  }
  .m-b-70 {
    margin-bottom: 0px
  }
}