.section-inner-page
{
    background: #064869;
    height: 290px;
    width: 100%;        
    position: absolute;
    top: 0;
    left: 0;
}

.lower-box-section
{
    /* position: relative;
    top: -285px; */
    z-index: 9;
}

.section-page .section-bg
{
    background-color:#fff0;
    padding: 0;
    margin-top: 20px;
    padding-bottom: 40px;
}

.section-page .section-title h2 ,.section-page .section-title p
{
    color:#dad8d8;
}

.section-page .section-title p
{
    margin-bottom: 20px;
    margin-top: 0px;
}



.main-inner-section
{
    position: relative;
    padding: 40px 0 0;
}

.team-img
{
    height: 150px;
    width: 150px;
    border-radius: 6px;
}

.team-section h4
{
    color:#007bff;
    margin-bottom: 20px;
}

.inline-section ul
{
    padding-inline-start: 20px;
}

/* #content {
    overflow: hidden; 
    height: 15em;
  } */

.readmore
{
    color:blue;
    cursor: pointer;
}

#more {display: none;}