:root {
    --ut-orange: #FF8200; 
    --ut-blue: #00263E;   
    --ut-light-blue: #004b7a;
    --ut-green: #4a773c;
    --text-dark: #333;
    --bg-light: #f4f4f4;
    --ut-smokey: #58595B; 
    --ut-light-grey: #F6F6F6;
    --text-main: #333333;
    --border: #E0E0E0;
    --light-bg: #F9F7F2;
    --slate: #333d47;
    --subText: #4f4f4fda;
}


.problem-solution-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #2D3741;
    overflow: hidden; 
}

.split-container {
    display: flex;
    min-height: 500px; 
}


.content-block {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    color: #FFFFFF;
    text-align: center;
}

.text-wrapper {
    max-width: 1040px;
    width: 75%;
}

.main-tagline {
    font-size: 2.2rem;
    
    line-height: 1.2;
    
}

.mission-text {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 40px 0; 
    color: #ffffffc9;
    /* text-align-last: justify; */
    margin: 0 auto;
    font-weight: 400;
}


.image-block {
    flex: 1;
    position: relative;
}

.split-img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}


@media (max-width: 992px) {
    .split-container {
        flex-direction: column;
    }
    .image-block {
        height: 350px;
    }
}

.news-block {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: white;
    overflow: hidden; 
}

.news-block .container-narrow {
    max-width: 100vw;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    justify-items: unset;
    overflow: hidden;
    width: 100%;
}

.image-block {
    width: 100%;
    height: auto;
    justify-items: center;
}

.full-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


.image-block.full-width { display: none; }
.image-block.small-screen { display: block; }


@media (min-width: 1801px) {
  .image-block.full-width { display: block; }
  .image-block.small-screen { display: none; }
}
