﻿body {
}

#whyrunout_row_div {    
    /*border: 1px solid red;*/
    width: 100%;        
    padding: 10px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content_div {    
    /*border: 1px solid blue;*/
    padding: 5px;
    /*width: 900px;
    min-width: 900px;*/
}

.paragraph_item {
    /*border: 1px solid red;*/    
    padding-bottom: 20px;
}

.paragraph_text {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: lighter;
    color: #808080;
}


.images_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

images_container {
    display: flex;
}

.images_item {
    /*border: 1px solid blue;*/
    text-align: center;
    padding: 5px;    
}

