﻿/* Place Your Custom Styles Here */


/* this is for last page(sadp.php) Doulsab Dodamani 13-05-2022 */

.flexcontainer {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.item {
    flex: 1 1 500px;
}

.e2 {
    border: 1.7px solid #7DB742;
    justify-content: center;
}