.item-icon {
    position: flex;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #FF2F0F
}

p.title {
    margin-bottom: 0;
    font-weight: bold;
}

p.text {
    margin-bottom: 0;
}

.header {
    color: #292DA3
}

p>a {
    color: black;
    font-weight: 400;
}