  .a2024_title {
    flex: 1 1 0;
    text-align: center;
    color: #1D1D1B;
    font-size: 43px;
    font-family: Playfair Display;
    font-weight: 400;
    line-height: 52px;
    word-wrap: break-word;
  }

  .a2024_title_md{
  font-size: 35px; 
  font-family: Playfair Display; 
  font-weight: 400; 
  text-transform: uppercase; 
  line-height: 51px;
  }

  .a2024_title_normal{
    color: black; 
  font-size: 30px; 
  font-family: Playfair Display; 
  font-weight: 400; 
  line-height: 30px; 
  word-wrap: break-word
  }
  
  .a2024_text_lg{
  color: black; 
  font-size: 20px;
   font-family: PT Serif;
    font-weight: 400; 
    line-height: 30px;
  }

  .a2024_text_normal{

  color: black;
  font-size: 18px;
  font-family: PT Serif;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
  }


    .btn-pink, .btn-pink-dark {
    display: inline-block;
    padding: 20px 40px;
    background: #F56EB6;
   
    cursor: pointer !important;
  
    text-align: center !important;
    color: white;
    font-size: 18px;
    font-family: Oxygen;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;

    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;



    }

    .btn-pink-dark:hover{
    color:#3f3d3d !important;
    background: white !important;
  }

  .btn-pink:hover{
    color:white !important;
    background: #3f3d3d !important;
  }


  .bg-pink{
  background-color: #F56EB6;
  }

  .text-pink{

  color: #F56EB6 !important;
  }



  .box_text{
  font-size: 17.80px; font-family: Oxygen; font-weight: 400; line-height: 28px;
  }





      .collapsible_new {
        background-color: #fff;
        color: #000;
        cursor: pointer;
        padding: 6px;
        width: 100%;
 
        text-align: left;
        outline: none;
        font-size: 25px !important;
        font-weight: 600;
        border: none;
        transition: 0.4s;
        
    }

    .active_new{
       color: #F56EB6 !important;
       

    }
.collapsible_new #img-btn{
    transition: 0.2s;
}
    .collapsible_new.active_new #img-btn {
        rotate: 180deg;
    }