.com-values{

}
.com-values .-item{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.com-values .-item b{
    margin-bottom: 25px;
    width: 100%;
    text-align: right;
}
.com-values .-item img{
    margin-bottom: 30px;
}
.com-values .-item a{
    display: flex;
    width: 170px;
    height: 45px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #0079C2;
    color: white;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 30px;
    font-family: 'HeliosCond',sans-serif;
}
.com-values .-item:last-child {
    margin-bottom: -30px;
}
@media (max-width: 500px) {
    .com-values .-item b{
        text-align: left;
    }
}