.divandin_banner_img img{
    display: block;
    width: 100%;
}
.cntnt{
    display: flex;
    align-items: center;
    justify-content: center;
}
a{
    color:black;
}

.checklist {
    list-style: none; /* Remove default bullet points */
    padding: 0;
}

.checklist li {
    position: relative; /* Position relative to contain the pseudo-element */
    padding-left: 25px; /* Space for the check mark */
}

.checklist li::before {
    content: "✔"; /* Check mark */
    position: absolute; /* Position absolute relative to the li */
    left: 0; /* Position the check mark to the left */
    color: green; /* Color of the check mark */
}
.photo{
    display: block;
    width:100%;
}
