.custom-section {
    background-color: #021635b3; /* Match background color */
    color: white;
    padding: 50px 0;
    margin-bottom: 60px;
  }
  .custom-section img {
    max-width: 100%;
    height: auto;
  }
  .custom-section .icon {
    font-size: 1.5rem;
    margin-right: 10px;
  }