.james{
    width: 15% !important;
}
div.bottom{
    margin-top: 15px !important;
}
.servtitle{
    min-height: 60px;
}
.servpara{
    margin-top: 10px;
    background-color: #eee;
    padding: 0.5em;
    border-radius: 6px;
    text-align: left;
    justify-content: center;
}
.investment-plan-container {
    box-shadow: 0px 0px 20px 0px #44444457;
    border-radius: 10px;
}

.investment-plan-container ul {
    list-style: none;
    margin: 40px 0 30px 0;
    padding: 0;
}
.investment-plan-container li {
    margin: 10px 0;
    font-size: .9rem;
}
.bottom{
    padding: 1em;
}
a.jackie{
    color: #ff2500;
}
@media screen and (max-width: 960px){
    .james{
        width: 35% !important;
    }
}