.about-section {
    padding: 50px;
    text-align: center;
    background-color: #f4ecf7;
    color: black;
  }
  .cool
  {
    padding-left: 90px;
    padding-right: 100px;
    text-align: center;
  }
  .title{
    display: block;
    position:absolute;
    margin-top: -30px;
    margin-left: -350px;
  }
  
  .logo img {
    width: 40px; 
    height: 40px; /* Adjust as needed */
    height: auto;
    display: block;
    position:absolute;
    margin-top: -20px;
    margin-left: -400px;
  }
  
  /* Responsive logo for smaller screens */
  @media only screen and (max-width: 768px) {
    .logo img {
      width: 50px; /* Smaller logo for mobile */
    }
  }
  
  @media only screen and (max-width: 480px) {
    .logo img {
      width: 50px; /* Further reduce size on very small screens */
    }
  }
  