.about-page-treasure {
    margin: 40px 0;
}

.about-page-treasure-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}

.about-page-treasure-item {
    width: calc(25% - 30px);
    display: flex;
    flex-direction: column;
    color: #22262A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-page-treasure-item__icon {
    margin-bottom: 5px;
}

.about-page-treasure-item__icon img {
    display: block;
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
}

.about-page-treasure-item__name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 14px;
}

.about-page-treasure-item__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-page-treasure-item__text p {
    margin: 0;
}

@media (max-width: 991px) {
    .about-page-treasure-wrap {
        gap: 20px;
    }

    .about-page-treasure-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 600px) {
    .about-page-treasure-item {
        width: 100%;
    }
}
