* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#title {
    position: relative;
    background-image: url('../images/invest-plan.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

.banner-content-area {
    text-align: center;
}

.banner-title {
    color: #fff;
}

.titleBox {
    margin-top: 30px;
}

.subtitleBox {
    margin: 10px auto 25px;
    padding: 10px 15px;
    background-color: #0c0d52;
    color: #fff;
}

.dropdown {
    float: right;
}

.logo {
    margin-right: 8px;
    height: 23px;
    width: auto;
}

#dropdownMenuLink {
    margin-bottom: 5px;
    padding: 3px 10px;
    border: solid 1px rgb(197, 196, 196);
    color: rgb(7, 7, 7);
    border-radius: 0;
}

#dropdownMenuLink:hover {
    cursor: pointer;
}

.table {
    font-size: 1.3vw;
}

@media(max-width:1000px) {
    .subtitle-2 {
        font-size: 3vw;
    }
}