
	
    

    body {
      font-family: "Times New Roman", serif;
      background-color: #fff;
    }

    







    



/* Animation when "open" class is applied */







    

    .red-section {
      background-color: #b21615; /* Light red background */
    border-radius: 12px; /* Rounded edges */
    padding: 2rem; /* Internal spacing */
    box-shadow: 0 2px 8px rgb(0, 0, 0); /* Subtle shadow for depth */
    margin: 1rem 0; /* External spacing */
    color: white

    }

    

    

    

    

    .main-content {
      padding: 2rem;
      max-width: 1200px;
      margin: auto;
    }

    .section {
      margin-bottom: 3rem;
    }

    .flex-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 2rem;
    }

    .flex-row img {
      max-width: 48%;
      height: auto;
    }

    .text-block {
      flex: 1;
      min-width: 250px;
      font-size: 1.25rem;
      line-height: 1.6;
    }

    h1 {
      font-family: "ParangoOTW01Bold-Regular", sans-serif;
      font-size: 48px;
      text-align: center;
      margin-bottom: 1rem;
    }
    h2 {
      font-family: "ParangoOTW01Bold-Regular", sans-serif;
      font-size: 36px;
      margin-bottom: 1rem;
    }

    @media (max-width: 768px) {
      .flex-row {
        flex-direction: column;
        align-items: center;
      }

      .flex-row img,
      .text-block {
        max-width: 100%;
      }
	  .GalleryText {
		display: none !important;
	  }
    }
	.GalleryText {
		font-family: "ParangoOtw01Bold-Regular", sans-serif;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 4.5rem);
  margin-top: 0.5rem;
  margin-left: auto;
}
  