.header {
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
}

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

    .header h1 {
        z-index: 5;
        position: relative;
        color: #eee;
        font-size: 4rem;
        line-height: 1.1;
        font-weight: 700
    }

.content-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
}

.content-item h3 {
    font-weight: bold;
    color: #1d1d1d;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #1d1d1d;
}

h3 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #161616;
    font-weight: bold;
}

.photos .item {
    margin-bottom: 1rem;
}

.photos img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}