p{

    text-align: left;

    font: Regular 18px Tahoma;

    letter-spacing: 0.05px;

    color: #5A9DC7;

    opacity: 1;

}

#present{

    padding-bottom: 5px;

    background: transparent url('../assets/Images/Rectangle 4.png') 0% 100% no-repeat padding-box;

    opacity: 1;

}

ul.sub-nav {
    list-style: none;
    padding: 10px 20px;
    background: #fff;
    position: absolute;
    /* width: 100%; */
    text-align: center;
    box-shadow: 1px 1px 5px 5px #0000000a;
    z-index: 99;
    display: none;
}
a.nav-link {
    position: relative;
}
.nav-item:hover .sub-nav {
    display: block;
}
a.sub-nav-link {
    color: #5a9dc7;
}