/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 12 2025 | 10:46:30 */
  h3.expoh3 {
    font-family: "Noto Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: black;
  }

  h5.expoh5 {
    font-family: "Noto Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: black;
  }
  
  .single-post-subheading {
	font-family: "Noto Sans";
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
	color: #000;
  }
  
  .single-post-paragraph,
   .single-post-list li {
	font-family: "Noto Sans";
	font-size: 18x;
	font-weight: 400;
	line-height: 150%;
	color: #000;
  }

	.single-post-images-with-two-cols {
		display: flex;
		justify-content: center;
	}

	.single-post-images-with-two-cols img {
    	display: flex;
    	width: 50%;
	}

  @media (max-width: 767px) {
    h3.expoh3 {
      font-size: 36px;
    }

    h5.expoh5 {
      font-size: 24px;
    }
	  
	  .single-post-images-with-two-cols {
		flex-direction: column;
	  }
	  
	  .single-post-images-with-two-cols img {
		  width: 100%;
		  margin-bottom: 2em;
	  }
  }