
/* Yeo Team */



.yeo-do {
    padding: 3rem 0 4rem 0;
    text-align: center;
}

.yeo-team {
    text-align: center;
    padding: 3rem 0;
    background: #262431;
}


.yeo-team .team-title {
    font-size: 2rem;
    font-weight: 700;
    padding: 1rem 0;
}

.yeo-team .name {
    font-size: 1rem;
    font-weight: 700;
    padding: .6rem 0 .2rem 0;
    display: block;
}


.yeo-team .title {
    font-size: .8rem;
    opacity: .5;
}


.yeo-team img {
    max-width: 250px;
}

.yeo-team .s-circle {
    border-radius: 4px;

}




.yeo-team .team-title {
    font-size: 2rem;
    font-weight: 700;
    padding: 1rem 0;
}

.yeo-team .name {
    font-size: 1rem;
    font-weight: 700;
    padding: .6rem 0 .2rem 0;
    display: block;
}


.yeo-team .title {
    font-size: .8rem;
    opacity: .5;
}


.yeo-team img {
    max-width: 250px;
}

.yeo-team .s-circle {
    border-radius: 4px;
}


/* What We Do */


/* price */

.yeo-price {
    padding: 0 0 4rem 0;
    background: #2d293d;
}

.yeo-price .panel {
    text-align: center;
    background: #fff;
    border: none;
}

.yeo-price .panel ul {
    list-style: none;
    margin: 0 1rem;
}

.yeo-price .panel .panel-title {
    font-size: .8rem;
    font-weight: 400;
    padding: .5rem 0 0 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.yeo-price .panel p {
    margin: 0;
}

.yeo-price .panel .price {
    font-size: 2rem;
    font-weight: 700;
}

.yeo-price .btn-price {
    padding: .6rem 1rem;
    background: #1f1f23;
    color: #fff;
    height: auto;
    min-width: 220px;
    font-size: .9rem;
}

.yeo-price .panel .panel-footer {
    padding-bottom: 2rem;
}



.yeo-price .panel {
    text-align: center;
    background: #1e1d27;
    margin-bottom: 1rem;
}

