.about-style-five-info .form-group {
      margin-bottom: 20px;
      /* Add space between form fields */
    }

    .btn.btn-primary {
      background-color: #57B33E;
      /* Change submit button color to #57B33E */
    }

    /* CSS to ensure equal height for all service boxes */
    .feature-style-five-area {
      padding-bottom: 30px;
      /* Add padding at the bottom of the section */
    }

    .site-heading h2.title {
      text-align: center;
      /* Center align the heading */
    }

    .feature-style-five {
      display: flex;
      flex-direction: column;
      height: 100%;
      /* Ensures the boxes take up the full height of their parent */
    }

    .feature-style-five .thumb {
      flex: 1;
      /* Makes sure the image takes up as much space as it needs */
    }

    .feature-style-five .item-title,
    .feature-style-five .item-description {
      flex: 0 0 auto;
      /* Ensures the text content doesn't grow and stays within the container */
    }