#contentDiv {
    background: white;
    min-height: 550px;
}

/* --------------- MAIN PAGE -------------- */
h1.main_title {
    margin-bottom: 30px;
    background-image: url("../images/cut_v3.jpg");
    background-size: cover;
    height: 220px;
    color: white;
    padding-top: 80px;
    border-bottom: 0px;
    font-size: 3rem;
}

.content_text_box {
    margin-bottom: 40px;
}