 .text-justify {
        text-align: justify;
    }
    
    .col-section {
        margin-bottom: 20px; /* Adjust as needed */
    }
    
    .feature-box {
        border: 10px solid #eaeaea; /* Border color */
        border-radius: 10px; /* Border radius */
        padding: 40px; /* Padding inside the box */
        margin-bottom: 10px; /* Spacing between boxes */
        background-color: #f9f9f9; /* Background color */
        text-align: center; /* Center text */
    }
    
    .feature-box h3 {
        margin-top: 10px; /* Adjust as needed */
        margin-bottom: 10px; /* Adjust as needed */
    }
    
    .feature-box p {
        margin-top: 5px; /* Adjust as needed */
        margin-bottom: 20px; /* Adjust as needed */
    }

    /* Remove border for header */
    #features header.major {
        border-bottom: none;
    }
