.basic_grid ul {
  margin-left: 0;
}
.basic_grid ul li {
  list-style: none;
}
.basic_grid__title {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 26px !important;
  line-height: 43px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.basic_grid__title span {
  color: #DC2329;
}
@media only screen and (min-width: 992px) {
  .basic_grid__title {
    margin-bottom: 60px;
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 40px !important;
    line-height: 45px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.basic_grid__item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.basic_grid__item-image img {
  width: 100%;
  min-height: 280px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .basic_grid__item-image img {
    min-height: 320px;
  }
}
.basic_grid__item-info {
  background: url(images/bg-grid-triangle.svg) -20px 110% no-repeat;
  -webkit-background-size: 110%;
  -moz-background-size: 110%;
  -o-background-size: 110%;
  background-size: 110%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FEBC2E;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .basic_grid__item-info {
    min-height: 172px;
    padding: 30px;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}
.basic_grid__item-info-title {
  color: #FEBC2E;
  margin-top: auto;
  text-align: center;
  text-transform: capitalize;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 25px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .basic_grid__item-info-title {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 20px !important;
    line-height: 25px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}
.basic_grid__item-info-sub {
  text-transform: capitalize;
  padding-bottom: 15px;
  max-width: 175px;
}
