.cmpl_section {
    position: relative;
    width: 100%;
    height: 420px;
    background-image: url(https://metinvestholding.com/Content/CmsFile/en/images__325566656.png);
    background-size: cover;
    background-position: center center;
    color: rgb(255, 255, 255);
    border-radius: 18px;
}

.cmpl_header_wrap {
    position: absolute;
    bottom: -23px;
    left: 20px;
    padding: 0px 8px 4px 24px;
}

.cmpl_big_header {
    font-weight: 300 !important; 
    max-width: 480px;
    font-size: 5em !important;
    line-height: 0.9em;
}

@media (max-width: 900px) {

    .cmpl_big_header {
    font-size: 3em  !important;
}

.cmpl_header_wrap {   
    bottom: -10px;
    padding: 0px 8px 4px 0px;}

}

