.w-i-5 {
  width: 15px;
  margin-right: -15px;
  margin-bottom: -2px;
  margin-left: 7px;
}

.letter-spacing {
  letter-spacing: -1px;
}

.rounded-new {
  border-radius: 10px;
}

.rounded-new-t {
  border-radius: 10px 10px 0px 0px;
}

.w-i-50 {
  width: 100%;
}

.text-justify {
  text-align: justify;
}

.border-bottom-new {
  border-bottom: 1px solid #363016;
}

.text-pink {
  color: #d56e90;
}

.bg-pink {
  background-color: #eaac5b;
}

.h-i-1 {
  height: 290px;
}

.font-title {
  font-size: 20px;
  letter-spacing: -1px;
}

.border-new {
  border: 2px solid white;
}

.sosmed:hover {
  background-color: rgb(212, 212, 212);
  border-radius: 5px;
  transition: all 300ms ease-in-out;
}

.cursor-pointer {
  cursor: pointer;
}

.left {
  left: 5px;
  top: 5px;
}
