
.CIO-kv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 60vh;
    background-color: #ffac18;
    color: #FFFFFF;
    background-size: cover !important;
    background: url(../img/gathering/kvbg.jpg) no-repeat center center scroll;
}

.CIO-kv-box{
    padding: 1rem;
    text-shadow: 0.1rem 0.2rem 0.1rem #006969;
}

.CIO-kv-box h1{
    font-size: 4.2rem;
    font-weight: 900;
}

.CIO-kv-box small {
    font-weight: 900;
    font-size: 3rem;
}

@media (max-width:576px) {
    .CIO-kv-box h1{
        font-size: 3rem;
    }

    .CIO-kv-box small {       
        font-size: 2rem;
    }
}


.cio-info {
    background-color: #F1F1E6;
}

.cio-list{
    margin-bottom: 2rem;
}

.cio-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cio-list ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #006969;
    margin-right: 10px;
}

.cio-list ul li {
    padding-bottom: 10px;
}


.cio-photo{
    cursor: pointer;
    margin-bottom: 2rem;
    box-shadow: 0 0 10px #BBBBBB;
    transition: all 0.2s;
}

.cio-photo:hover {
    opacity: 0.85;
}

.cio-photo img {
    width: 100%;
}