#content {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  padding: 8rem 0 4rem 0;
}

#content > div {
  background-color: #fff;
  box-shadow: 0px 0px 20px #00000029;
  border-radius: 13px;
  padding: 2rem;
}

#otherideas {
  background-color: #f2f2f2;
}

.sug-title {
  font-family: "dei-bold";
  color: #030f1d;
}

.author-name {
  font-family: "dei-bold";
  color: #49a1db;
}

.sug-content {
  color: #616161;
  text-align: center;
}

.likebtn-single {
  max-width: 140px;
}

#idea-hero {
  min-height: 80vh;
  background-image: url("../img/deitemplate_1.png");
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}

#idea-hero h2 {
  font-family: "dei-bold";
  color: #fff;
}

.sug-contents {
  font-size: 18px;
}

.catinfos p {
  margin-bottom: 0 !important;
}

.all-suggestions-single-desk {
  position: absolute;
  right: 0;
  top: -20px;
}

.suggestion-box {
  min-height: unset !important;
}

#page404 {
  color: #fff;
}

#page404 .container-fluid {
  padding: 12rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#page404 h3 {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .all-suggestions-single-desk {
    display: none;
  }
  hr {
    display: none;
  }
  .container {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .sec-title::before {
    top: 49px;
  }
}

@media screen and (min-width: 1001px) {
  .sec-title::before {
    top: 50px;
  }
}

@media screen and (min-width: 769px) {
  .all-suggestions-single-mob {
    display: none;
  }
  .sec-title {
    position: relative;
  }

  .sec-title::before {
    content: "";
    height: 1px;
    width: 200px;
    background-color: #49a1db;
    position: absolute;
    left: 0px;
  }
}
