.header-image {
    position: relative;
}
.header-image-background {
    position: relative;
    min-height: 43vw;
    padding-right: 145px;
    padding-bottom: 145px;
    display: flex;
    flex-flow: column;
}
.header-image .sk-carousel .item,
.header-image .sk.single-header {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.header-over {
    color: white;
    background-color: rgba(2,49,117,0.3);
    position: relative;
    flex: 1;
    padding-top: 400px;
    padding-left: calc((100vw - 1517px) / 2);
    display: flex;
    align-items: flex-end;
}
.header-over-text {
    padding-left: 50px;
    position: relative;
    min-height: 225px;
}
.header-over-text:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -215px;
    left: 0;
    display: block;
    width: 6px;
    border-radius: 3px;
    background-color: #00aadd;
}
.header-over h1 {
    font-size: 80px;
    font-weight: 600;
    position: relative;
    margin: -10px 0 20px;
    line-height: 1.15;
}
.header-over-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}
/*Responsive*/
@media only screen and (min-width: 1025px) {
    .header-over-text p a:hover {
        color: #00aadd;
    }
}
@media only screen and (max-width: 1600px) {
    .header-over {
        padding-left: calc((100vw - 1217px) / 2);
    }
    .header-over h1 {
        font-size: 65px;
        margin: -5px 0 20px;
    }
}
@media only screen and (max-width: 1300px) {
    .header-over {
        padding-top: 275px;
        padding-left: calc((100vw - 917px) / 2);
    }
    .header-over h1 {
        font-size: 50px;
    }
    .header-over-text::before {
        bottom: -190px;
    }
    .header-over-text p {
        font-size: 17px;
    }
}
@media only screen and (max-width: 1024px) {
    .header-image .sk-grid-right {
        padding-right: 0;
    }
    .header-image-background {
        padding-right: 75px;
        padding-bottom: 75px;
    }
    .header-over {
        padding-left: 20px;
    }
    .header-over-text::before {
        bottom: -125px;
    }
}
@media only screen and (max-width: 769px) {
    .header-image-background {
        padding-right: 55px;
        padding-bottom: 55px;
    }
    .header-over {
        padding-top: 185px;
    }
    .header-over h1 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .header-over-text {
        padding-left: 25px;
        min-height: 125px;
    }
    .header-over-text::before {
        bottom: -80px;
    }
    .header-over-text p {
        font-size: 14px;
    }
}