.section, section {
    padding: 50px 0;
    
}
.content-div h1 {
    color: #454545;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 800;   
    font-family: 'General Sans';
}
.content-div {
    padding-top: 8px;
    z-index: 2;
    position: relative;
    text-align: center;
}
.box{
        background: white;
    padding: 13px;
    box-shadow: -1px 11px 15px #4fbeed1f;
    border-radius: 10px;
    margin-bottom: 20px;
        height: 94%;
}
/*---------------------pritee-26sep----*/
.grey-bg {
    background: #f3fffe;
}
.bottommenu ul{
    
padding-left: 20px;
    
margin: 6px 0;
}
    
.bottommenu ul li{
    
list-style: square;
}
.bottommenu ul li a{
    text-decoration: none;
    color:#1153ff
}
@media (max-width: 768px) {
    .content-div h1 {
        font-size: 1.7rem;
    }
}

/*-----*/
.copyinfo {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.copyinfo li:after{content: '|'; padding-left:10px;}
.copyinfo li a{color:#999; text-decoration: none;}