/* 
Theme Name: Fildisi Child
Template: fildisi
*/

.header {
    background:#004566 url(img/homepage-banner-clean2.jpg) 50% 20% no-repeat;
    background-size: cover;
    padding: 20px 0 90px;
    width: 100vw; 
    margin-left: calc(50% - 50vw);
    color:#fff;
}

.header.home {
    padding: 140px 0 130px;
    margin-bottom: 100px;
}

/* .header.analysis  .col-image img {
    position: relative;
    display: block;
    margin: 0 -20%;
} */

.header .col-content,
.header .col-image {
    width: 50%;
}

.header .col-content {
    position: relative;
    z-index: 2;
}

.header .col-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .col-image.align-bottom {
    align-items: flex-end;
    position: relative;
    margin-bottom: -90px;
}

.header .col-image img {
    max-width: 100%;
}

.header .eut-container {
    display: flex;
    justify-content: space-between;
    gap:30px;
    max-width: 1000px;
    align-items: stretch;
}

.header .eut-container::after {
    content: none;
}

.header .title {
    color: #fff;
    font-size: 33px;
    line-height: 1.25;
    max-width: 370px;
}

.header .text {
    margin-bottom: 25px;
    font-size: 16px;
    max-width: 410px;
}

@media (max-width:1024px) {
    
    .section-with-separator  {
        padding-top: 0 !important;
    }

    .section-with-separator .eut-separator-top {
        display: none;
    }

    .header .eut-container {
        flex-direction: column;
        max-width: 600px !important;
    }

    .header .col-content,
    .header .col-image {
        width: 100%;
    }

    .header.home {
        padding: 70px 0 70px;
        margin-bottom: 60px;
    }
}

@media (max-width:768px) {
    .header .title {
        font-size: 27px;
    }

}
