.sleep_advices {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.sleep_advices .sleep_advicePanel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sleep_advices .sleep_advicePanel .sleep_adviceItem {
  display: block;
  padding: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.sleep_advices .sleep_advicePanel .sleep_adviceItem .card {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.sleep_advices .sleep_advicePanel .sleep_adviceItem .card .card-img-container {
  overflow: hidden;
  min-height:auto;
}

.sleep_advices
  .sleep_advicePanel
  .sleep_adviceItem
  .card
  .card-img-container
  .sleep_adviceimg {
  width: 100%;
  max-width: 100%;
}
    .sleep_advices
    .sleep_advicePanel
    .sleep_adviceItem
    .card
    .card-img-container .sa_category {
        position: absolute;
        bottom: 10px;
        left: 0px;
        background: #08518f;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
        .sleep_advices
        .sleep_advicePanel
        .sleep_adviceItem
        .card
        .card-img-container .sa_category span {
            padding: 5px 20px;
            color: #fff;
            display: block;
        }
        .sleep_advices .sleep_advicePanel .sleep_adviceItem .card .card-body {
            padding: 0px;
        }
            .sleep_advices .sleep_advicePanel .sleep_adviceItem .card .card-body p{
                text-align:justify;
            }
            .sleep_advices .sleep_advicePanel .sleep_adviceItem .card .card-body .title {
                display: block;
                padding: 15px 15px 0 15px;
            }
.sleep_advices .sleep_advicePanel .sleep_adviceItem .card .card-body .title a {
  text-decoration: none;
}
.sleep_advices .sleep_advicePanel .sleep_adviceItem .card .card-body .title h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-decoration: none;
  color: #333;
}
.card_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #000000;
  padding: 10px;
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
}
.card_date1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #000000;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.card_date1 .bi::before,
.card_date .bi::before {
  margin-right: 3px;
  color: #0084ff !important;
  font-size: 14px;
}
.sleep_adviceDetails_Section {
  width: 100%;
  padding: 60px 0;
}
.sleep_adviceDetails_Section .sleep_adviceDetails {
  width: 100%;
}
.sleep_adviceDetails_Section .sleep_advice_card .sleep_adviceHead {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0px;
}
.sleep_adviceDetails_Section .sleep_adviceDetails .sleep_advice_card {
  width: 100%;
}
.sleep_adviceDetails_Section
  .sleep_adviceDetails
  .sleep_advice_card
  .sleep_adviceimg {
  width: 100%;
  height: auto;
}
    .sleep_adviceDetails_Section
    .sleep_adviceDetails
    .sleep_advice_card
    .sleep_adviceimg
    img {
        width: 50%;
        max-width: 100%;
        height: auto;
        margin: auto;
        display: block;
    }
.sleep_adviceDetails_Section
  .sleep_adviceDetails
  .sleep_advice_card
  .sleep_advice_cardTitle {
  width: 100%;
  height: auto;
  padding: 20px 10px;
}
.sleep_adviceDetails_Section
  .sleep_adviceDetails
  .sleep_advice_card
  .sleep_advice_cardTitle
  h3 {
  font-weight: 600;
  font-size: 30px;
  height: auto;
  text-align:center;
  margin-bottom:35px;
}
.sleep_adviceDetails_Section
  .sleep_adviceDetails
  .sleep_advice_card
  .sleep_advice_cardTitle
  p {
  font-weight: 600;
  font-size: 16px;
  height: auto;
  font-style: italic;
  text-align: left;
  margin-bottom: 0;
  text-decoration: double;
}
.sleep_adviceDetails_Section
  .sleep_adviceDetails
  .sleep_advice_card
  .sleep_advice_cardTitle
  p
  q {
  quotes: "“" "”" "‘" "’";
  font-size: 18px;
}
.sleep_adviceDetails_Section
  .sleep_adviceDetails
  .sleep_advice_card
  .sleep_advice_cardBody
  p {
  width: 100%;
  height: auto;
  padding: 0px 10px;
  font-size: 16px;
  text-align: left;
  line-height: 25px;
}

.sleep_adviceDetails_Section
  .sleep_adviceDetails
  .sleep_advice_card
  .sleep_advice_cardBody
  ul {
  margin-left: 30px;
  list-style-type: none;
}
.sleep_adviceDetails_Section
  .sleep_adviceDetails
  .sleep_advice_card
  .sleep_advice_cardBody
  ul
  li {
  font-weight: 500;
}
