
.accounting-hero {
    text-align: center;
    background-color: #fff;
    font-family: "Manrope", sans-serif;
    width: 100%;
   
}
.parent {
    display: flex;
    width: 100%;
    background-color: #EFF6FF;
    border-radius: 40px;
  }

  .child {
    padding: 0px;
  }

  .child1 {
    width: 60%;
 
    padding:60px;
  }

  .child2 {
    width: 40%;
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center;     /* vertical center */
   
  }
  .child2 img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .title-text {
    font-weight: 700;
    font-size: 56px;
    margin: 0;
    white-space: normal;
    word-wrap: break-word;
  }
  .highlight {
    color: #2563EB;
  }

  .description-text {
    font-weight: 400;
    font-size: 22px;
    color: #525252;
    margin-top: 16px;
    white-space: normal;
    word-wrap: break-word;
  }