/* Chairman message starts here  */

#presidentvoice-content-title {
    color: #80ffc8;
    font-family: 'Special Gothic Condensed One', sans-serif;
    font-size: 50px;
}
	.presidentvoice-parent {
    margin: 0 auto;
    width: 100%;
    background-color: #0956a4;
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}
  .presidentvoice-image-parent {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
  }
  .presidentvoice-image {
    width: 400px;
  }
  .presidentvoice-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .presidentvoice-content {
    color: var(--business-white);
    width: 50%;
    padding: 20px 0px;
    text-align: justify;
  
  }
	#presidentvoice-content-name {
    font-family: 'Special Gothic Condensed One';
    font-size: 24px;
    color: #80ffc8;
}

  @media only screen and (max-width: 768px) {
    .presidentvoice-content {
        color: #0956a4;
        border-bottom: 2px solid var(--business-blue);
    }
    #presidentvoice-content-name{
        font-size: 40px;
        color: #80ffc8;
      }

  }
  .presidentvoice-content h3 {
    font-size: 40px;
  }
	.presidentvoice-content p {
    color: #fff;
    font-family: 'Manrope';
    margin-top: 20px;
    font-size: 16px;
}
  .presidentvoice-content h4 {
    margin-top: 30px;
    font-size: 30px;
    color: #345d99;
  }
  .presidentvoice-content h5 {
    margin-top: 10px;
  }
  @media screen and (max-width: 767px) {
    .presidentvoice-parent {
      display: flex;
      flex-direction: column;
      background: #0956a4;
      margin: 20px auto;
    }
    .presidentvoice-image-parent {
      width: 250px;
	  margin:auto;
      padding-top: 20px;
    }
	
	.presidentvoice-image img {
    border-radius: 100%;
}
    .presidentvoice-content {
      width: 90%;
      padding: 10px 0px;
      margin: auto;
      text-align: center;
    }
    .presidentvoice-content h3 {
      font-size: 35px;
    }
  }
  
   /* Chairman Code ends here  */