

.religious-sec2-para {
    color: #F67C64;
    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-shadow: none;
  }
  
  .color-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%; /* Make the overlay take up the full height of its parent */
  }
  
  /* Media Query for Mobile Devices */
  @media (max-width: 768px) {
    .religious-sec2-para {
      font-size: 20px;
      padding: 10px;
      margin: 0 15px 0 15px;
    }
    
  }
  /* section3 section-3-religious */
  .section-3-religious-heading{
    color: #FFF;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: normal;
  }
  .section-3-religious-paragraph{
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
   
  }
  
  /* **********************************
   */
 