.mega-item-container {
  display: flex;
  padding: 10px;
  align-items: flex-start;
  width: fit-content;
  border-radius: 5px;
}

.mega-item-container:hover {
  background: #fcb040;
}

.mega-item-wrapper {
  width: 50%;
  margin-bottom: 18px;
}

.mega-item-wrapper .img-col {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-right: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.mega-item-container:hover .img-col {
  background: #f7941d;
}

.mega-item-wrapper .img-col img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.mega-item-wrapper .title-col .mega-item-heading {
  font: normal normal 900 18px/24px Roboto;
  letter-spacing: -0.18px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.mega-item-wrapper .title-col .mega-item-text {
  font: normal normal normal 16px/28px Roboto;
  letter-spacing: -0.32px;
  color: #474a50;
  margin-bottom: 0 !important;
}
