@font-face {
  font-family: "Effra";
  src: url("../fonts/font/TrialStaticFonts/Effra_Trial_Lt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: "Effra", sans-serif !important;
}


  .blog_section {
    padding: 60px 0;
    background-color: #f7f8fa;
  }
  .myth_list {
    margin-top: 30px;
  }
  .myth_item {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  .myth_item h5 {
    font-weight: bold;
    color: #e91e63;
  }
  .closing_message {
    background: #fff3f6;
    border-left: 5px solid #e91e63;
    padding: 25px;
    margin-top: 40px;
    border-radius: 8px;
    font-size: 1.1rem;
  }

  .blog_section {
    padding: 60px 0;
    background-color: #f9f9f9;
  }
  .blog_section h4, .blog_section h5 {
    color: #e91e63;
    margin-top: 25px;
  }
  .blog_section ul {
    list-style: disc;
    padding-left: 20px;
  }
  .blog_section li {
    margin-bottom: 8px;
  }
  .blog_content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .text-back a{
    text-align: left;
    font-weight: bold;
    color:#e91e63 ;
    cursor: pointer;
    padding-bottom: 14rem;
  }