.service_matte {
    padding: 4em;
}

.service_row {
    display: flex;
}

.service_item {
    width: 50%;
}

#service_icon_1 {
    fill: #5db4bd;
}

#service_icon_2 {
    fill: #eb6852;
}

#service_icon_3 {
    fill: #eb6852;
}

#service_icon_4 {
    fill: #5db4bd;
}

#service_icon_5 {
    fill: #5db4bd;
}

#service_icon_6 {
    fill: #eb6852;
}

.split_list {
    column-count: 2;
}


.approach {
    display: flex;
}

.quote {
    margin-bottom: 4em;
}

.quote .citation {
    text-align: right;
    margin-right: 8em;
}

.approach_imagery {
    padding-top: 0;
}

.approach_text {
    margin-left: 2em;
}

.spark_matte_top_left {
    max-width: calc(100% - 200px);
    margin-left: calc(342px * 0.48);
}

.spark_matte_bottom_right {
    max-width: calc(100% - 200px);
    margin-right: calc(342px * 0.48);
}

.spark_matte_bottom_right.home {
    margin-right: 20%;
}



.split {
    width: 50%;
}

.desktop_only {
    display: block;
}


.home_flex {
    flex-direction: row;
    display: inline-flex;
}

.home_flex_item {
    /* width: 50%; */
}

.home_text {
    padding: 2em;
    /* padding-left: calc(342px * 0.48); */
    padding-left: 55%;
}

.home_image {
    padding-top: 0;
    /* padding-left: calc(342px * 0.48); */
    text-align: right;

    width: 319px;
}