#know_us{
    font-size: 16px;
    font-style: italic;
}

.newsletter {
    margin-top: 30px;
}


/* Style the overlay */
.placeholder-overlay {
    position: absolute;
    pointer-events: none;
    color: #999; /* Change the color to your preference */
    font-size: 14px; /* Change the font size to your preference */
    font-style: italic; /* Optionally, you can make it italic */
    top: 10px; /* Adjust the top position to align with your input */
    left: 35px; /* Adjust the left position to align with your input */
}


.apply_form {
    width: 70%;
}

.levents li{
    list-style: circle;

}

.policiz {
    display: flex;
    text-align: right;

}

.policiz li{
    list-style: none;
    padding-left: 15px;
    text-align: right;
}

.policiz a{
    text-decoration: none;
    color: #999;
    text-align: right;
}


