/*startup india css*/
.text{
    line-height: 1.5;
}
.text a{
    
}
.logo {
    display: flex;
    flex-direction: column;
    align-items: center; /* centers items vertically */
    justify-content: center; /* centers items horizontally */
    font-size: 20px;
    margin: 10px 0px;
    text-align: center; /* Ensures text aligns properly */
}

.logo img {
    max-width: 200px; /* Ensures the image fits inside */
    height: auto;
    margin-bottom: 5px;
}

.subheading {
    font-size: 20px;
    margin: 10px 0;
}

.subheading a {
    color: #000;
}

.text {
    line-height: 1.5;
    margin-top: 10px;
}

/* .text a {
    color: #000;
} */



/*resources css*/