.top-info {
    padding: 30px 0 40px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.top-info .row-main {
    z-index: 2;
    position: relative;
}
.top-info .big-number {
    font-size: 84px;
    font-weight: bold;
}
.top-info .medium-number {
    font-size: 96px;
    font-weight: 300;
    font-family: "iCiel Pony";
    color: var(--orange);
}
.top-info .small-number {
    font-size: 32px;
    font-weight: 300;
}
.top-info .line {
    font-size: 22px;
}
.top-info .line-medium {
    font-size: 20px;
}
.top-info .text-center {
    text-align: center;
    margin-bottom: 40px;
}
.categories {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--orange);
    padding-bottom: 30px;
}
.category {
    width: 22%;
}

.category .category__title {
    font-size: 32px;
    font-family: "iCiel Pony";
    margin: 15px 0;
    height: 65px;
    line-height: 32px;
}
.category .category__description {
    font-size: 18px;
    text-align: justify;
    line-height: 21px;
    font-weight: bold;
}
.top-info-child .line {
    font-size: 24px;
    font-weight: 600;
}
.category__img {
    width: 100%;
    border-radius: 10px;
}
