@media (max-width: 768px) {
 
.pt-5 {
    padding-top: 2rem !important;
}   
.mb-5 {
    margin-bottom: 2rem !important;
}
.mt-5 {
    margin-top: 1rem !important;
}
p{
    font-size: 16px !important;
}
    .bans-cont h1 {
        margin-bottom: 5px;
        font-size: 24px;
    }
    .head p {
    font-size: 16px;
    width: 100%;
    margin: auto;
}
.mlk {
    background-color: var(--primary);
    border-radius: 20px;
    padding: 8px;
}
    .about-left p {
    text-align: justify;
}
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px;
}
.about-left {
    margin-bottom: 15px;
}
div#navbarSupportedContent {
    padding: 0px !important;
    margin: 0px !important;
}
.navbar-nav {
    align-items: flex-start;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgb(255 255 255 / 10%);
    background-color: #fff;
    padding: 1px 6px;
}
.bans-cont h3,.bans-cont h6 {
   
    margin-bottom: 5px;
    font-size: 15px;
   display: none;
}
.bans-cont h5 {
    color: #dcfce7;
    margin-bottom: 5px;
    font-size: 16px;
}
.bans-cont h4 {
    color: var(--yellow);
    margin-bottom: 5px;
    font-size: 16px;
    display: none;
}
.bans-cont {
    position: absolute;
    left: 50%;
    top: 50%;
  width: 90%;
}
.head h1 {  
    font-size: 26px;
}
.btns {    
    margin-top: 0px;
}
.cont_btn1 { 
    font-size: 12px !important;
    border-radius: 37px;
    padding: 5px 13px !important;
}
.about-left h4 {
    color: var(--orange);
    font-size: 20px;
    padding-bottom: 5px !important;
}
.gals_img img {
    height: auto;
    width: 400px;
    margin-bottom: 0px;
    filter: brightness(62%);
}
.invest-block {  
    padding: 10px;
    margin-bottom: 10px;
    height: auto;   
}
.brown_div {
    padding: 20px !important;
}
.inst {
    height: auto !important;
    padding: 30px;
}
.fv-card {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: auto;
}
.fv-row {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
}
.fv-btn {
    display: block;
    width: 80%;
    padding: 10px;
    background: #e47b00;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin: 10px auto;
    text-align: center;
    font-size: 14px;
}
#foot {
    background-color: #111827;
    color: #e2e8f0;
    padding: 40px 20px;
}
.footer-box p {
    margin-bottom: 7px;
    font-size: 14px !important;
}
.footer-box h4 {
    color: #f7d464;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 20px;
}
}