.r_content {
    background-image: url('/assests/images/nhm_bg.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh; /* Full viewport height */
    display: flex; /* Enable flexbox */
    flex-direction: column; /* Stack elements vertically */
    justify-content: flex-end; /* Align content to the bottom */
    align-items: flex-end; /* Align items (buttons) to the right */
    padding: 20px; /* Optional padding */
 
}

.form-row {
    display: flex; /* Flex container */
    justify-content: flex-end; /* Align buttons to the right */
    width: 100%; /* Ensure buttons span across the section width */
}

.col-md-2 {
    margin: 10px; /* Add spacing between buttons */
}
