ul.post-meta {
      display: none;
  }
 .img-sec {
        max-width: 100%; /* Ensure images don't exceed container width */
        height: 105px !important; /* Set height to 65px */
        width: 105px !important; /* Set width to 60px */
        margin: 0 auto; /* Center the images horizontally */
        display: block; /* Ensure images are displayed as blocks */
    }
    .text-sec {
        font-size: 14px; /* Adjust font size */
        margin-top: 5px; /* Add space between image and text */
        color: #000;
        text-align: center;
    }
 
  .about_us_widget img{
      margin-left:35%;
  }
  .footer-widget .widget-ul-wrapper ul li {
      padding-top: 10px;
  }
section.call-to-action-area {
    display: none;
}