body {
    font-family: Arial, sans-serif;
    color: white;
    margin: 0;
    padding: 0;
}
.raveshia-section {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-color: #001F70; /* Ensuring background color applies properly */
}
.raveshia-container {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
}
.raveshia-heading {
    text-align: calc(200,100);
    margin-left: 0%; /* Adjusted to move slightly to the right */
    font-size: 28px;
    color: white;
margin-bottom: 5pc;
    font-weight: bold;
}
.raveshia-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
    text-align: left;
}
.raveshia-content img {
    max-width: 90%;
    border-radius: 10px;
}
.raveshia-text {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.raveshia-paragraph {
    font-size: 16px;
    line-height: 1.5;
    color: white;
}
.raveshia-footer {
    font-weight: bold;
    color: white;

    margin-top: 20px;
    border-top: 1px solid white;
    padding-top: 10px;
}
