.tab:nth-child(2){
    border-radius: 0px 900px 900px 0px;
}

.tab{
    background-color: #fff;
    width: 240px;
    text-align: center;
}

.main__people__blocks{
    width: 280px;
    height: 345px;
    background-color: #fff;
    box-shadow: 0px 30px 46px rgba(0, 0, 0, 0.08);
    border-radius: 16px;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.main__people__text {
    text-align: left;
    width: 100%;
}

.main__people__img{
    margin-top: 20px;
}

.main__people__title{
    margin-top: 26px;
    font-weight: 700;
    font-size: 19px;
    line-height: 130%;
    width: 100%;
    text-align: center;
}

.main__people__grid{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.main__people__text li{
    font-size: 15px;
    line-height: 130%;
    padding-bottom: 4px;
}