.category__item {
    padding: 20px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #eef0f6;
}
.category__icon svg {
    width: 40px;
    height: 40px;
}
.category__title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}
.category__content p {
    font-weight: 500;
    margin-bottom: 0;
}
.category__icon svg .st0 {
    fill: #CEE1F2;
}
.mr-30 {
    margin-right: 30px;
}
.category__icon svg .st1 {
    fill: #121246;
}
.category__icon svg .st2 {
    fill: #FFB31F;
}
.category__icon svg .st4 {
    fill: #121246;
}
.category__icon svg .st5 {
    fill: #FFB31F;
}
.about-bg-3 {
    background-image: url(../img/about/about-4.svg);
}