#single-segment img {
    min-width: 200px;
    width: 100%;
    min-height: 200px;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    display: block;
    float: left;
}

#single-segment {
   float: left;
    margin-top: 0px;
    display: block;
    min-height: 200px;
    min-width: 200px;
    height: auto;
    width: 100%;
    background-color: #fff;
    margin-bottom: 200px;
   
}

#segments h2 {
 
    width: 200px;
    height: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}


#single-segment h4 {
    height: auto;
        min-width: 100px;
    width: auto;
    float: left;
    font-size: 28px;
font-family: sans-serif;
margin-left:15px;
}

#single-segment p {
    font-size: 25px;
    margin-left: 20px;
    width: auto;
    float: left;
    display: block;
    margin-right: 20px;
    margin-top: 20px;

}
#single-segment h5 {
    height: auto;
        min-width: 100px;
    width: auto;
    float: right;
    font-size: 28px;
    text-align: right;
font-family: sans-serif;
margin-left:10px;
margin-right: 10px;
text-transform: uppercase;
}