#kesseboehmer-intro h2 {
    font-size: 3em;
    font-weight: 700;
    color: rgba(0, 41, 37, .9);
}

#kesseboehmer-intro p {
    line-height: 1.6;
}

.img-box {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    margin-bottom: 2em;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-box .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.img-box .img-overlay h3 {
    font-size: calc(1.6rem + 1vw);
}

.img-box .img-overlay:hover {
    background: rgba(0, 0, 0, 0.4);
}
