.about__text-block ul {
    color: #29555e;
    font-family: Golos Text;
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    line-height: 160%;
    letter-spacing: -2%;
    list-style-type: disc;
    padding-left: 25px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.card1 {
        background: rgba(238, 249, 255, 1);
    border-radius: 10px
}

.find__text {
    max-width: 100%;
}

.about-section__container {
        background-image: url(../img/mission-bg.svg);
}

.work__advantages-block {
    max-width: 100%;
}


@media (max-width: 767px) {
    .grid {
        /* Принудительно устанавливаем 1 колонку */
        grid-template-columns: 1fr; 
        
        /* Или: grid-template-columns: repeat(1, 1fr); */
        
        /* Можно увеличить вертикальный отступ на мобильных устройствах */
        gap: 8px; 
    }
    
    .find__text h3 {
        font-family: Golos Text;
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 110.00000000000001%;
letter-spacing: -2%;

    }
    .find__text p {
        font-family: Golos Text;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: NONE;
line-height: 160%;
letter-spacing: -2%;
    }
    .find {
    margin-bottom: 56px;
    }
    
    .help-container {
        margin-top: 0px;
    }
}