.MODAL .profile.more-details{
    padding-left: 0 !important;
}

.MODAL .profile.more-details .b-image{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 240px;
    background: #fff;
}

.MODAL .profile.more-details .info{
    display: flex;
    flex-direction: column;
    padding: 80px;
}

.MODAL .profile.more-details .info img {
  align-self: center;
  height: 100%;
  max-width: 280px;
  max-height: 180px;
  margin-bottom: 40px;
  background: #fff;
}

.MODAL .profile.more-details .b-image img {
  height: auto;
  object-fit: contain;
}
