.card {
  padding: 10px;
  background-color: rgb(246, 246, 249);
}

.modal-content {
  background-color: transparent !important;
}

.modal .modal-content .card {
  height: 450px !important;
  overflow-y: auto;
}

.user-avator {
  position: relative;
  width: 40px;
  height: 40px;
  box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.grid-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding: 10px;
  height: 100%;
}
.grid-photos img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: 100% !important;
  width: 100% !important;
  border-radius: 5px !important;
}

.card-text {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 18px !important;
  line-height: 26px !important;
  color: rgb(17, 17, 17);
  text-align: center;
  padding: 0 10px;
}

.overlay::after {
  content: "+2";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: rgb(255, 255, 255);
  background-color: rgba(17, 17, 17, 0.5);
}

.logo-img-2 img {
  height: 30px !important;
  width: 92px !important;
}/*# sourceMappingURL=coustomer-story-with-photos.css.map */