.blog-content-container {
  border: 0px solid black;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.blog-content-container > img {
  height: 450px;
  object-fit: cover;
}

#c3 > p > a {
  color: silver;
  text-decoration: none;
}

.blog-container-title {
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.backToTop {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #e13737;
  position: fixed;
  color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  right: 25px;
  bottom: 25px;
  text-align: center;
  padding-top: 17px;
  z-index: 999;
  cursor: pointer;
  /* display: none; */
}

.blog-container-para {
  font-size: 16.6px;
  text-align: justify;
  font-family: sans-serif;
  margin-top: 20px;
}

.content-container > h4 {
  font-size: 22px;
  font-weight: bold;
}

.blockquote {
  padding: 25px;
  padding-left: 30px;
  border-left: 5px solid #e13737;
  background-color: #f5f5f5;
  font-style: italic;
}

.curryLeaves {
  margin-bottom: 20px;
  margin-top: 20px;
  height: 350px;
}

.curryLeaves > img {
  height: 350px;
  object-fit: cover;
}

.tableContainer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

td,
th {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid black;
}

#ingredientTable {
  border: 1px solid black;
}

/* Mobile Device */
@media (min-width: 360px) and (max-width: 767px) {
  body {
    background-color: #f5f5f5;
  }
  .blog-content-container > img {
    height: 280px;
  }

  .curryLeaves {
    height: 230px;
  }

  .curryLeaves > img {
    height: 230px;
  }

  #blogContainer {
    margin-top: -50px;
  }

  .blog-content-container {
    background-color: white;
  }

  .bio_inner {
    margin-top: 30px;
    background-color: white;
    margin-bottom: 0px;
  }

  .blockquote {
    font-size: 1rem;
  }

  #footer-container {
    padding-right: var(--bs-gutter-x, 0rem);
    padding-left: var(--bs-gutter-x, 0rem);
  }
}
