.title-header {
    padding-left: 50px !important;
}

.image {
    width: 100%;
    height: 100%;

    padding: 0 20px;

    position: relative;
}

.image img {
    border: 5px solid white;
}

.panel-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.panel-holder-vert {
    flex-direction: column;
}


.main {
    margin-bottom: 0 !important;
    padding: 20px 5% 20px 5%;
    /*height: 100%;*/
    background: linear-gradient(90deg, rgb(168, 191, 225) 58.33%, rgb(209, 56, 62) 58.33%);
}

.description {
    color: white;
    font-size: 1.2em;
    text-align: justify;
}

.subtitle {
    color: white;
    font-size: 1.2em;
}

.description p, .subtitle p {
    margin-right: 30px;
}


.col-1 {
    padding-right: 50px !important;
}

.col-2 {
    padding-left: 50px !important;
}

.infobox {
    background-color: white;
    border: 5px solid black;
    border-radius: 5px;
    font-size: 1.2em;
    color: black;

    padding: 0 20px;
    margin: 20px 0;
}

.link {
    color: rgb(209, 56, 62);
    font-weight: bold;
}

.link:hover {
    text-decoration: underline;
}

.overlay-bg {
    position: relative;
    z-index: 5;
}

.overlay-fg {
    position: relative;
    z-index: 10;
}

.bg-rect {
    position: absolute;
}

.bg-rect-1 {
    right: 10%;
    top: 50%;
    width: 31.66%;
    height: 50%;

    background-color: rgb(250, 150, 150);
}

.bg-rect-2 {
    right: 10%;
    top: 0;
    width: 31.66%;
    height: 50%;

    background-color: rgb(247, 176, 130);
}

@media only screen and (max-width: 992px) {    
}