
.p_page_main_team h1 {
    font-size: 3em;
}

.team__textTitle {
    font-size: 2.5em;
    margin: .5em 0;
}

.team__textSubtitle {
    font-size: 16px;
    margin: 1em 0;
    display: grid;
}

.first_paragraph {
    font-size: 16px;
}

/*
.about__items {
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
}

.about__itemsBlock {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
    align-items: start;
    align-content: start;
}

h3.about__textTitle {
    margin: .5em 0;
}

.about__itemsBlock .about__textTitle {
    font-size: 1.5em;
}

.about__textTitle {
    font-weight: 600;
    font-size: 1.1em;
}

.about__textSubtitle {
    font-size: .95em;
    margin-bottom: 1em;
}


.about__textTitle {
    margin-top: -1.5em;
    background-color: #fff;
    width: fit-content;
    padding: 0 10px;
}

 */