body {
    color: #fff;
    background-color: #1d1d1d;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-family: 'Sora', sans-serif;
    overflow-x: hidden !important;
  }

h2{
    font-size: 40px;
    font-family: sans-serif;
  }
  h5{
    font-size: 30px;
    font-family: sans-serif;
  }
  h6{
    font-size: 14px;
    font-family: sans-serif;
    text-transform: uppercase;
  }
  p{
    font-size: 14px;
    font-family: sans-serif;
    line-height: 1.5;
    
  }
  li{
    font-size: 20px;
    font-family: sans-serif;
  }
  .custom-section {
    display: flex;
    align-items: center;
}

img {
    max-width: 100%;
    /* Make sure the image doesn't exceed the container width */
    margin-right: 20px;
    /* Adjust the margin as needed for spacing between the image and text */
}

  footer p{
    font-size: 16px;
  }