﻿.text-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom:  1px #f2f2f2 solid;
    padding: 20px;
  }
  .text-header p{
    margin-top: 20px;
	font-size:14px;
	color:#999;
  }
  .text-content{
    margin-top: 20px;
  }
  .text-content div{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .text-content img{
    margin: 40px auto;
	max-width:100%;
  }
  
  .text-content p{
    font-size: 14px;
  }
  .fhlb{
    display: flex;
    justify-content: center;
    margin: 50px 0;
  }