
  .container img {
	max-width: 100%;
  }
  .top-heading{
	padding-top: 30px;
  }
  .flex {
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  .faq-b {text-decoration:underline;}
  .faq-b:Hover {cursor:pointer;
	color:#009160;}
  .enlarge {text-align:center;font-style:italic}
  h3 {font-size:16px;}
  .bold-lg {font-size: 16px; font-weight:bold; color:#000;}
  
  
   .video-section {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
  }

  .video-wrapper {
    position: relative;
    width: 100%;
    max-width: 960px; /* limits size on large screens */
    padding-top: 50%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
  }

  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  
