
:root {
  --purple: #781178; 
  --dark: #080808;
}

.contain-depart-f {
  color: #fff;
}

.contain-depart-f {
  background: linear-gradient(to bottom right , #000000,  #3a073a);
}

.img-depart-f img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 14px;
}

.himatif-proker-f {
  columns: 2;
  gap: .3rem;
  padding-top: 1rem;
}

.himatif-proker-f img {
  display: block;
  width: 100%;
  margin-bottom: .3rem;
}

.mt-f {
  margin-top: 20rem;
}