.base {
    position: relative;
    width: 100%;
    height: 100%;
    background: #194d78;
}

.col-1 {
    width: 22%;
    float: left;
    background: #194d78;
}

.col-2 {
    width: 78%;
    height: 79.2vh;
    float: right;
    background: #194d78;
    overflow: hidden;
}

p {
    font-size: 2vh;
}


.col-sec {
    height: 26.4vh;
}

.col-sec-image {
    height: 100%;
    width: auto;
    float: left;
    overflow: hidden;
}

.content-text {
    height: 75%;
    padding-top: 5%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 5%;
    overflow-y: scroll;
}

.content-selector {
    height: 23.7%;
    width: 100%;
    background: #e98f14;
}

.content-selector-items {
    width: 100%;
}

.content-selector-items-image {
    border-radius: 50%;
    width:20%;
}

.panel-collapse {
    background: #2e6da491;
}
