﻿.first-section {
    background-image: url('/img/aboutimg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end; /* Align child to bottom */
}

    .first-section h1 {
        color: white;
        margin: 20px;
        padding: 20px; /* Optional spacing from bottom */
    }

/*     .btntext {
            background-color: #01962E;
            width: 200px;
            height: 50px;
            border-top-right-radius: 25px;
            border-bottom-right-radius: 25px;
            color: white;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        } */

.namerole-box {
    background-color: #BAE3C7;
    width: 300px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto; /* centers horizontally */
    text-align: center;
    border-radius: 10px;
}
