.carousel-project-item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  min-width: 380px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .carousel-project-item {
    border-radius: 20px;
    min-width: 360px;
  }
}
@media (max-width: 480px) {
  .carousel-project-item {
    border-radius: 20px;
    min-width: 320px;
  }
}

.PM {
  background: url(../new-media/maugli1.jpeg) 50% 50% / 102% no-repeat;
}

.mxt {
  background: url(../new-media/C02.jpg) 50% 50% / 102% no-repeat;
}

.BG {
  background: url(../new-media/BG.jpg) 50% 50% / 102% no-repeat;
}
