: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: 80%;
}

.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;
}




.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 screen and (min-width: 1600px), (max-width: 2300px) { }

@media screen and (max-width: 2100px) { }

@media screen and (min-width: 1801px), (max-width: 2099px) { }

@media screen and (max-width: 1800px) { }

@media screen and (max-width: 1650px) { }

@media screen and (max-width: 1500px) { }

@media screen and (max-width: 1400px) { }

@media screen and (max-width: 1200px) {
    .split-container .text-wrapper {
        width: 90%;
    }
    .split-container .text-wrapper h2{
        font-size: 1.8rem;
    }
    .split-container .text-wrapper p {
        font-size: 1.2rem;
    }
 }

@media (max-width: 992px) {
    .content-block { padding: 60px 30px; }
}

@media (max-width: 950px) { 
    .split-container .text-wrapper h2{
        font-size: 1.5rem;
    }
    .split-container .text-wrapper p {
        font-size: 1rem;
    }
}

@media (max-width: 760px) {
    .split-container {
        flex-direction: column;
    }
    .image-block {
        height: 350px;
    }
}
@media (max-width: 550px) { }

@media (max-width: 420px) {
    .split-container .text-wrapper h2{
        font-size: 1.2rem;
    }
    a.btn-outline {
        font-size: 1rem;
    }
}