.section__team {
    padding-top:  120px;
}

.team__title {
    font-size: 42px;
    margin-bottom: 55px;
}

.team__group {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    border-bottom: solid 1px #c7c7c7;;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.team__group-left, .team__group-right {
    flex-basis: 50%;
}


.team__group-left-logo {
    margin-bottom: 36px;
}

.team__group-left-desc {
    font-size: 20px;
    color: #2d3039;
    line-height: 1.5;
}

.team__group-left-desc p {
    margin: 0;
}
.team__group-left-desc p:nth-child(2){
    margin: 15px 0 5px 0;
}

.team__group-left-desc span {
    display: inline-block;
    font-size: 16px;
    line-height: 1.88;
    margin-bottom: 40px;
}

.team__group-right {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.team__group-right-auth {
    font-size: 0;
}

.team__group__about-list {
    margin-bottom: 18px;
}

.team__group-right-about {
    margin-left: 20px;
}

.team__list-numb {
    font-family: 'PriceDidone';
    font-size: 68px;
    color: #e41f2f;
}
.team__list-numb span {
    font-size: 36px;
}
.team__list-desc {
    font-size: 16px;
    color: #2d3039;
    line-height: 1.44;
}
/* ============================= */

.expert__title {
    font-size: 37px;
    color: #4a4a4a;
    margin: 17px 0 33px 0;
}

.experts__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    column-gap: 60px;
    row-gap: 30px;
    margin-bottom: 100px;
    margin-top: 50px; }
  
.experts__elem {
    display: flex;
    flex-direction: column; }
  
.experts__elem-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%; }
  
.experts__elem-about {
    margin: 24px 0 0 0;
    font-size: 16px;
    line-height: 18px;
}

.experts__elem-about span {
    display: block;
    font-weight: 600; 
} 

.expert__show-btn{
    width: 100px;
    height: 100px;
    background-color: rgba(216, 216, 216, 0.4);
    color: #4a90e2;
    font-size: 16px;
    border-radius: 50%;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.expert__show a:hover {
    color: #fff;
    background-color: #4a90e2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
