
body
{
	font-family: 'Manrope', sans-serif;
}

@media(min-width:1026px)
{


.press-header-section {
  position: relative;
  min-height: 700px;
  background-image: url("../images/press/press-hero.jpg");
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
}

.press-header-overlay {
  position: absolute;
  inset: 0;
  /*
  background: linear-gradient(
    90deg,
    rgba(4, 18, 44, 0.9) 0%,
    rgba(4, 18, 44, 0.7) 45%,
    rgba(4, 18, 44, 0.3) 100%
  );
  */
}

.press-header-container {
  position: relative;
  z-index: 2;
  margin-top:250px;
}

.press-header-content {
 /* display: flex;
  align-items: center;
  */
  gap: 16px;
  
}

.press-header-icon {
  width: 170px;
  height: auto;
}

.press-header-title {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}



.press-section {
  padding: 60px 0;
}

.press-card {
  margin-bottom: 40px;
}

.press-card-img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 15px;
}

.press-card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 6px;
  text-decoration:none;
  color:#000;
}

.press-card-date {
  font-size: 13px;
  color: #888;
}

.press-sidebar {
  padding-left: 30px;
}

.press-widget {
  margin-bottom: 40px;
}

.press-widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.press-search-input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 20px;
  outline: none;
}

.press-recent-item {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.press-recent-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

.press-recent-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.press-recent-date {
  font-size: 12px;
  color: #888;
}





.gallery-header-section {
  position: relative;
  min-height: 700px;
  background-image: url("../images/gallery/gallery-hero.jpg");
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
}
.gallery-section {
  padding: 60px 0;
  background: #ffffff;
}

.gallery-col {
  margin-bottom: 24px;
}

.gallery-card {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.gallery-img {
  width: calc( 100% - 10px );
  height: calc( 100% - 10px );
  object-fit: cover;
  border-radius: 14px;
  transition: transform 0.3s ease;
  padding:5px 5px;
}

.gallery-card:hover .gallery-img {
  transform: scale(1.05);
}

/* Optional equal height feel */
.gallery-card {
  aspect-ratio: 4 / 3;
}




.parliament-section
{
	position: relative;
  min-height: 700px;
  background-image: url("../images/parliament/parliamentary-hero-img.jpg");
  background-size: cover;
  background-position: center left;
  display: flex;
  align-items: center;
}

.parliament-section-1 {
  min-height: 100vh;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("parliament-bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.parliament-row {
  width: 100%;
}

.parliament-left {
  text-align: center;
}

.parliament-leader-img {
  max-width: 100%;
  height: auto;
}

.parliament-right {
  text-align: center;
}

.parliament-content {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 16px;
  margin-top:160px;
}

.parliament-icon {
  width: 170px;
margin-left:30px;
}

.parliament-title {
  color: #ffffff;
  font-size: 60px;
  font-weight: 600;
  text-align:left;
	margin-left:30px;
}



.ardent-header-overlay {
  position: absolute;
  inset: 0;
/*
   background: linear-gradient(
    90deg,
    rgba(4, 18, 44, 0.9) 0%,
    rgba(4, 18, 44, 0.7) 45%,
    rgba(4, 18, 44, 0.3) 100%
  );
*/
  
}
.ardent-header-content {
  /*display: flex;*/
  align-items: center;
  gap: 16px;
}


.parliament-dropdown-section {
  padding: 50px 0;
}

.parliament-dropdown-sidebar {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}

.parliament-dropdown-link {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.parliament-dropdown-link:hover {
  background-color: #f5f5f5;
}

.parliament-dropdown-active {
  background-color: #0b1d3a;
  color: #fff;
}

.parliament-dropdown-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
}

.parliament-dropdown-item {
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 16px;
  overflow: hidden;
}

.parliament-dropdown-button {
  font-size: 18px;
  line-height: 28px;
  font-weight:700;
  background-color: #fff;
}
.parliament-dropdown-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.accordion-button::after 
{
    position: absolute;
  right: 16px;
  top: 52%;
  transform: translateY(-50%);
  margin-left: 0;
	
}
.accordion-button p
{
	width:100%;
}

.parliament-dropdown-button:not(.collapsed) {
  background-color: #f9f9f9;
  box-shadow: none;
}

.parliament-dropdown-date {
	width:100%;
  display: block;
  font-size: 12px;
  color: #777;
  margin-bottom: 6px;
}

.parliament-dropdown-body {
  font-size: 14px;
  color: #555;
}



























.international-header-section {
  position: relative;
  min-height: 700px;
  background-image: url("../images/international-affairs/international-hero.jpg");
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
}

.international-affairs-section {
  padding: 40px 0;
  background-color: #ffffff;
}

/* LEFT MENU */
.international-affairs-menu {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 12px;
}

.international-affairs-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
  text-decoration: none;
  color: #111;
  border-radius: 8px;
  font-size: 17px;
  transition: all 0.3s ease;
}

.international-affairs-link span {
  font-size: 18px;
}

/* Hover */
.international-affairs-link:hover {
  background-color: #f3f6fb;
  color: #111;
}

/* ACTIVE STATE */
.international-affairs-active {
  background-color: #0d1b3d;
  color: #ffffff;
}

.international-affairs-active span {
  color: #ffffff;
}

/* IMAGE */
.international-affairs-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.international-affairs-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}



.international-affairs-footprint {
  padding: 60px 0;
  background: #ffffff;
}

.international-affairs-title {
  font-weight: 600;
  margin-bottom: 30px;
}

/* Stats container */
.international-affairs-stats {
  background: #0b1635;
  border-radius: 6px;
  overflow: hidden;
}

/* Stat item */
.international-affairs-stat {
  padding: 30px 20px;
  color: #ffffff;
}

.international-affairs-stat h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 6px;
}

.international-affairs-stat p {
  font-size: 14px;
  margin: 0;
}

/* Vertical divider */
.international-affairs-border {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* Countries strip */
.international-affairs-countries {
  background: #e9e9e9;
  color: #222;
  padding: 14px 20px;
  text-align: center;
  font-size: 14px;
  position: relative;
}

/* Notch arrow */
.international-affairs-countries::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 15%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e9e9e9;
}



.international-affairs-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.international-affairs-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.international-affairs-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.international-affairs-content {
  padding-left: 10px;
}

.international-affairs-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.international-affairs-flag {
  font-size: 22px;
}

.international-affairs-list {
  padding-left: 18px;
}

.international-affairs-list li {
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 28px;
  font-weight:600;
}




.international-affairs-award-section {
  padding: 0px 0;
  background-color: #f9f9f9;
}

.international-affairs-award-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.international-affairs-award-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
}


.international-affairs-meetup-section {
  padding: 70px 0;
  background-color: #ffffff;
}

.international-affairs-meetup-heading h2 {
  font-size: 28px;
  font-weight: 700;
}

.international-affairs-meetup-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
  text-align: center;
  height: 100%;
}

.international-affairs-meetup-image {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

.international-affairs-meetup-text {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  line-height: 1.5;
}


.international-affairs-segments-section {
  padding: 80px 0;
  background: linear-gradient(120deg, #07172e, #020a18);
  color: #ffffff;
}

.international-affairs-segments-heading h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.international-affairs-segments-list {
  list-style: none;
  padding: 0;
}

.international-affairs-segments-item {
  position: relative;
  padding-left: 34px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/* Green Icon Bullet */
.international-affairs-segments-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background-color: #1dd3a7;
  clip-path: polygon(
    50% 0%, 61% 35%, 98% 35%,
    68% 57%, 79% 91%, 50% 70%,
    21% 91%, 32% 57%, 2% 35%, 39% 35%
  );
}


.international-affair-accordian-section
{
	padding:40px 0px;
}
.international-affair-container {
  /* max-width: 1100px; */
}

.international-affair-item {
  border: none;
  border-top: 1px solid #e0e0e0;
}

.international-affair-header {
  background: transparent;
  padding: 30px 0;
  box-shadow: none;
  align-items: center;
}

.international-affair-header:not(.collapsed) {
  background: transparent;
}

.international-affair-number {
  font-size: 52px;
  font-weight: 300;
  color: #cfcfcf;
  margin-right: 25px;
  min-width: 80px;
}

.international-affair-title-wrap {
  text-align: left;
}

.international-affair-date {
  font-size: 14px;
  color: #999;
  display: block;
}

.international-affair-title {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  margin: 5px 0 0;
}

.international-affair-body {
  padding: 30px 0 50px 105px;
}

.international-affair-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.international-affair-image {
  border-radius: 6px;
  width: 100%;
  object-fit: cover;
}

/* Remove default arrow */
.accordion-button::after {
  /* display: none; */
}
.accordion-button {
  background-color: transparent;
  border: none;
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion-item:not(:first-of-type) {
            border-top: 1px solid #e0e0e0;
}












.award-page-section {
  padding: 80px 0;
  background: #ffffff;
}

.award-page-header h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.award-page-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.award-page-timeline::before {
  content: "";
  position: absolute;
  left: 140px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e5e5e5;
}

.award-page-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.award-page-year {
  width: 120px;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
}

.award-page-icon {
  width: 22px;
  height: 22px;
  background: #e31b23;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
}

.award-page-icon::after {
	/*
  content: "";
  position: absolute;
  bottom: -10px;
  left: -5px;
  width: 12px;
  height: 10px;
  background: #e31b23;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  */
}

.award-page-content {
  font-size: 15px;
  color: #333;
  max-width: 600px;
}













.torchbear-header-content {
 /* display: flex; */
  align-items: center;
  gap: 16px;
}

	.torchbear-interfaith-header-section 
	{
        position: relative;
        min-height: 700px;
        background-image: url(../images/interfaith-solidarity/hero-bg.jpg);
        background-size: cover;
        background-position: center right;
        display: flex;
        align-items: center;
    }
	.torchbear-interfaith-section 
	{
			position: relative;
		  background-image: url(../images/interfaith-solidarity/snapshot-bg.jpg);
		  background-size: cover;
		  background-position: center;
		  background-repeat: no-repeat;
		  min-height: 400px;
		  display: flex;
		  align-items: center;
		  justify-content: center;
	}
	.torchbear-interfaith-section::before {
	  content: "";
	  position: absolute;
	  inset: 0;
	  background-color: rgba(255, 255, 255, 0.9); /* white opacity filter */
	  z-index: 1;
	}

	.torchbear-interfaith-heading h2 
	{
	  font-size: 26px;
	  font-weight: 600;
	  display: inline-flex;
	  align-items: center;
	  gap: 10px;
	  color:#000;
	  position:relative;
	  z-index:10;
	}

	.torchbear-interfaith-flag-x {
		width: 40px;
		height: 24px;
		background: linear-gradient(
		to bottom,
		#ff9933 0%,
		#ff9933 33%,
		#ffffff 33%,
		#ffffff 66%,
		#138808 66%,
		#138808 100%
		);
		display: inline-block;
	}

	.torchbear-interfaith-slider {
		position: relative;
		z-index:4;
	}

	.torchbear-interfaith-card {
		height: 100%;
		flex-direction: column;
		justify-content: center;
		border: 1px solid #e6e6e6;
		padding: 40px 30px;
		text-align: center;
		background: #112551;
	}

	.torchbear-interfaith-card h4 {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 15px;
		color:#FFF;
	}

	.torchbear-interfaith-card p {
		font-size: 15px;
		color: #555;
		line-height: 1.6;
		color:#FFF;
	}

	.torchbear-interfaith-icon {
		margin-bottom: 20px;
	}

	.torchbear-interfaith-icon img {
		width: 48px;
	}

	/* Arrows */
	.torchbear-interfaith-arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 44px;
		height: 44px;
		border: none;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-color: transparent;
		z-index: 2;
	}

	.torchbear-interfaith-arrow-left {
		left: -40px !important;
		background-image: url("../images/interfaith-solidarity/arrow-left.png") !important;
	}

	.torchbear-interfaith-arrow-right {
		right: -40px !important;
		background-image: url("../images/interfaith-solidarity/arrow-right.png") !important;
		
	}
	.blaze-track 
	{
		display: flex;
	}

	/* Each slide full height */
	.blaze-track > * 
	{
		height: auto;
	  
	}


	.torchbear-affairs-award-card 
	{
		  border-radius: 0px;
		  overflow: hidden;
		  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
	}





	.venerable-philanthropist-header-section 
	{
        position: relative;
        min-height: 700px;
        background-image: url(../images/venerable-philanthropist/hero-bg.jpg);
        background-size: cover;
        background-position: center left;
        display: flex;
        align-items: center;
    }
	.venerable-philanthropist-heading-h2 
	{
        font-size: 26px;
        font-weight: 600;
        display: inline-flex;
        align-items: start;
        gap: 10px;
        color: #000;
        position: relative;
        z-index: 10;
    }
	.venerable-philanthropist-heading-h2::before
	{
		content: "";
        position: absolute;
        width: 80px;
        height: 80px;
        margin-top: -20px;
        margin-left: -10px;
        opacity: 0.9;
        z-index: -1;
        background-image: linear-gradient(rgba(235, 235, 235, 0.1), rgba(235, 235, 235, 0.1)), url(../images/tri-col.png);
        background-image: url(../images/tri-col.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
	}

		/* Section Background */
	.venerable-philanthropist-section 
	{
		padding: 80px 0;
		background-image:
		linear-gradient(  rgba(0, 0, 0, 0.55),  rgba(0, 0, 0, 0.55)  ),
		url("../images/venerable-philanthropist/record-bg.png");

		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	/* Heading */
	.venerable-philanthropist-heading2-h2 
	{
		font-size: 26px;
        font-weight: 600;
        display: inline-flex;
        align-items: start;
        gap: 10px;
        color: #FFF;
        position: relative;
        z-index: 10;
	}
	.venerable-philanthropist-heading2-h2::before
	{
		content: "";
        position: absolute;
        width: 60px;
        height: 60px;
        margin-top: -15px;
        margin-left: -10px;
        opacity: 0.9;
        z-index: -1;
        background-image: linear-gradient(rgba(235, 235, 235, 0.1), rgba(235, 235, 235, 0.1)), url(../images/tri-col.png);
        background-image: url(../images/tri-col.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
	}

.venerable-philanthropist-heading p {
  color: #cfd8e3;
  font-size: 20px;
  margin-left: 40px;
}



/* Card */
.venerable-philanthropist-card 
{
  background: #07123a;
  border-radius: 18px;
  padding: 30px;
  height: 100%;
}

.venerable-philanthropist-card h4 
{
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* Image */
.venerable-philanthropist-image-wrap {
  border-radius: 12px;
  overflow: hidden;
}

.venerable-philanthropist-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}



	.venerable-philanthropist-health-section 
	{
		padding: 80px 0;
		background-image:
		
		url("../images/venerable-philanthropist/health-bg.png");

		background-size: cover;
		background-position: left center;
		background-repeat: no-repeat;
	}


/* LEFT CONTENT */
.venerable-philanthropist-health-content {
  padding-left: 80px;
}

.venerable-philanthropist-health-title {
  font-size: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

	.venerable-philanthropist-health-title::before
	{
		content: "";
        position: absolute;
        width: 60px;
        height: 60px;
        margin-top: -15px;
        margin-left: -10px;
        opacity: 0.9;
        z-index: -1;
        background-image: linear-gradient(rgba(235, 235, 235, 0.1), rgba(235, 235, 235, 0.1)), url(../images/tri-col.png);
        background-image: url(../images/tri-col.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
	}

.venerable-philanthropist-health-subtitle {
  font-size: 18px;
  color: #111;
  margin-bottom: 35px;
}

/* STATS CARDS */
.venerable-philanthropist-health-card {
  background: #122c5b;
  color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
}

.venerable-philanthropist-health-card h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 8px;
}

.venerable-philanthropist-health-card p {
  font-size: 16px;
  margin: 0;
}

/* NOTE */
.venerable-philanthropist-health-note {
  margin-top: 30px;
  font-size: 15px;
  color: #222;
}

/* RIGHT IMAGE */
.venerable-philanthropist-health-image-wrap {
  padding-right: 60px;
  padding-left: 20px;
}

.venerable-philanthropist-health-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}













.new-aboutus-s1-section {
  margin:50px 0px;
}

/* Left Image */
.new-aboutus-s1-image-large img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

/* Content */
.new-aboutus-s1-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 16px;
}

/* Right Image */
.new-aboutus-s1-image-small {
  margin-top: 30px;
}

.new-aboutus-s1-image-small img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}















}


/* Responsive */
@media (max-width: 991px) {
  .new-aboutus-s1-right {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .new-aboutus-s1-section {
    padding: 40px 0;
  }

  .new-aboutus-s1-content {
    margin-top: 25px;
  }
}



/* RESPONSIVE */
@media (max-width: 991px) {
  .international-affairs-menu {
    margin-bottom: 20px;
  }
  
   .international-affairs-stat {
    padding: 20px 10px;
  }

  .international-affairs-border {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .international-affairs-content {
    padding-left: 0;
  }

  .international-affairs-title {
    font-size: 22px;
  }
  .international-affairs-award-section {
    padding: 40px 15px;
  }
  .international-affairs-meetup-card {
    margin: 0 10px;
  }
  .international-affairs-segments-heading h2 {
    font-size: 24px;
  }

  .international-affairs-segments-item {
    font-size: 15px;
  }
  
   .international-affair-body {
    padding-left: 0;
  }

  .international-affair-number {
    font-size: 36px;
    min-width: 60px;
  }
  
  .award-page-timeline::before {
    left: 20px;
  }

  .award-page-item {
    flex-direction: column;
    padding-left: 40px;
  }

  .award-page-year {
    width: auto;
    text-align: left;
    margin-bottom: 8px;
  }

  .award-page-icon {
    position: absolute;
    left: 9px;
    margin: 0;
  }
  
  /*
  .torchbear-interfaith-arrow-left {
    left: -10px;
  }
  */

  .torchbear-interfaith-arrow-right {
    right: -10px;
  }
  
  .venerable-philanthropist-heading h2 {
    font-size: 26px;
  }

  .venerable-philanthropist-heading p {
    margin-left: 0;
    font-size: 18px;
  }
  /*
  .venerable-philanthropist-health-content {
    padding: 0 20px;
    max-width: 100%;
  }
  */

  .venerable-philanthropist-health-image-wrap {
    padding: 30px 20px 0;
  }
  
  
}



/* Responsive */
@media (max-width: 768px) {
  .press-header-title {
    font-size: 28px;
  }

  .press-header-icon {
    width: 40px;
  }
  .press-sidebar {
    padding-left: 0;
    margin-top: 40px;
  }
  .parliament-left {
    margin-bottom: 30px;
  }

  .parliament-title {
    font-size: 22px;
  }
}

