
.agency-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
  }
  .agency-section img {
    max-width: 100%;
  }
 
  .agency-text p {
    color: var(--text-color);
  }
  

  #about img {
    border-radius: 5px;
  }