.title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.img_logo {
  padding-top: 10px;
}
.line_height_top {
  margin-top: 50px;
}
.line_height {
  margin-bottom: 15px;
}
.whole_padding {
  padding: 0px 8% 0px 8%;
}
.cursorPointer {
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  /* .fs-24 {
    font-size: 20px;
  }
  .fs-20 {
    font-size: 16px;
  } */
}
