.custom-cause-details__top {
    display: flex;
    align-items: unset; /* Vertically center items */
}

.custom-cause-details__img-box {
    flex-shrink: 0; /* Prevent image from shrinking */
    margin-right: 20px; /* Adjust margin as needed */
}

.custom-cause-details__text {
    flex-grow: 1; /* Allow text to grow and take up remaining space */
}

.custom-header-text h2 {
    margin: 0; /* Remove default margin for <h2> */
    font-size: 40px;
    font-weight: bold;
}
