.khwarizmi .type-name {
  left: 50%;
  bottom: 14%;
  color: white;
  transform: translateX(-50%);
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 2vw;
}

/* .khwarizmi .bg-type {
  width: 350px;
} */
@media (max-width: 767px) {
  .khwarizmi .type-name {
    font-size: 4vw;
  }
}
