h2 {
    font-weight: 800;
    font-size: 32px;
    color: black;
    text-align: center;
}

h4 {
    font-size: 1.2rem;
}

li {
    font-size: 0.8rem;
}

.content-header img {
    width: 350px;
}

#executive {
    background-color: white;
}

.content-item {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.content-item img {
    border-radius: 15px;
}

.content-item .content-desc {
    position: absolute;
    top: 0;
    display: block;
    width: calc(100% - 30px);
    height: 100%;
    background-color: rgb(26, 29, 36, 0.4);
    padding: 10px 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}

.content-item .content-desc span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.content-item .content-desc h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 2.75rem;
    line-height: 45px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-top: 15px;
}

.content-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #f1f1f1;
    padding-right: 25px;
    padding-left: 25px;
}