@media (max-width: 767px) {
	.footer_bg {
	  text-align: center;
	}
  
	.footer_address,
	.facebookSection,
	.address_sylhet {
	  margin-bottom: 20px;
	}
	.footer_address h3, .facebookSection h3, .address_sylhet h3 {
		font-size: 18px;
		margin: 15px 0px;
		color: #ffb55b;
	}
	.facebookSection {
	  margin: 0 auto;
	  width: 100%;
	  max-width: 250px; /* Set a max-width to control the iframe's width */
	}
  
	.facebookSection iframe {
	  width: 100%;
	  height: 250px; /* Adjust the height as necessary */
	}
  
	.social-icons {
	  text-align: center;
	}
  
	.social-icons li {
	  display: inline-block;
	  margin: 0 10px;
	}
  }
  
  
  @media (min-width: 768px) and (max-width: 991px) {
	.footer_bg {
	  padding: 0px;
	}
  }
  
  @media (min-width: 992px) {
	.footer_bg {
	  padding: 30px 0;
	}
  }
  


  /* Center the .facebookSection in mobile view */
/*
---------------------------------------------
About Us page
---------------------------------------------
*/
@media (max-width: 767px) {
    #team .card {
        margin-bottom: 30px;
    }
	#team .ceo {
		width:100%;
		padding: 0px 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    #team .card {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    #team .card {
        margin-bottom: 30px;
    }
}