#uspora {
    font-weight: 600;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #002878;
    padding: 0 1rem 2rem 1rem;
}

#uspora a {
    color: #2878c8 !important;

}

#uspora .title {
    width: 500px;
    margin:0 auto;
    text-align: center;
}

#uspora .list {
    width: 450px;
    margin:0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-size: 18px;
}

#uspora .list>div {
    width: 33.333%;
}

#uspora .obsah {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#uspora .left {
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#uspora .right {
    width:45%;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#uspora .right>div {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}
#uspora .right>div div:last-child {
   padding-left: .5rem;
}