.title_color{
  color: #FFFFFF;
}
.description_color {
  color: #ADADC2;
}
.header_color {
  color: #21A929;
}
.dark_bg{
  background: #131520;
}
.grey_bg {
  background: #1E2132;
}
.tooltip_stuff {
  color: #181B29;
}
.mt_15 {
  margin-top: 15px;
}
.position_relative {
  position: relative;
}
.height_auto {
  height: auto;
}
.z_index_1 {
  z-index: 1;
}
.pointer {
  cursor: pointer;
}
.h_100p{
  height: 100%;
}
.max_h_100p {
  max-height: 100%;
}
.min_h_270 {
  min-height: 270px;
}
.flex_column_space_between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.border_radius_16 {
  border-radius: 16px;
}
.mb_20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .pre_mobbile_min_height_400 {
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .mobile_min_h_270 {
    min-height: 270px;
  }
}