.sobre-tc-fs-box .venera{
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    overflow: hidden;
}
.sobre-tc-fs-box .venera img{
}
.sobre-tc-fs-box p:first-child{
    font-size: 20px;
    line-height: 1.6;
    text-align: justify;
}
.sobre-tc-fs-box p:first-child i{
    color: #c8a165;
}
.sobre-tc-fs-box p:last-child{
    color: #a6a6a6;
}

/*second box*/
.sobre-tc-sec-box{
    background-image: url(../images/sobre-tc-bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    position: relative;
}
.sobre-tc-sec-box .row-title-center{
    color: #fff;
}
.sobre-tc-sec-box .sub{
    text-align: center;
    color: #a6a6a6;
    display: block;
}
.sobre-tc-sec-box-bx{
    margin-top: 20px;
    text-align: center;
    padding: 15px 30px;
}
.sobre-tc-sec-box-bx img{
    width: 100px;
    height: 100px;
    padding: 15px;
    border-radius: 50%;
    border: 2px solid #c8a165;
    margin-bottom: 20px;
}
.sobre-tc-sec-box-bx p{
    color: #fff;
    font-size: 18px;
}
/*third box*/
.sobre-tc-ter-box p{
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
.sobre-tc-ter-box h4{
    margin-top: 0;
    font-weight: 900;
    color:  #c8a165;
}
.sobre-tc-ter-box ul{
    list-style-type: none;
    padding-left: 0;
}
.sobre-tc-ter-box ul li{
    margin-bottom: 5px;
}
.sobre-tc-ter-box ul li::before{
    content: '\f061';
    font-family: FontAwesome;
    margin-right: 5px;
    color:  #c8a165;
}
/*quarta box*/
.sobre-tc-quar-box{
    background-color: #f2f2f2;
    overflow: hidden;
}
.sobre-tc-quar-box span{
    text-align: center;
    display: block;
}
.sobre-tc-quar-box .compte-box{
    margin-top: 40px;
    overflow: hidden;
    width: 100%;
}
.sobre-tc-quar-box .compte-box-top{
    padding: 10px 20px;
    background-color: #444;
    color: #fff;
}
.sobre-tc-quar-box .compte-box-top h4{
    margin: 0;
}
.sobre-tc-quar-box .compte-box-top h4 i{
    margin-right: 10px;
    color: #c8a165;
}

.sobre-tc-quar-box .compte-box-content{
    background-color: #fff;
    padding: 20px 30px;
}
.sobre-tc-quar-box .compte-box-content ul{
    list-style: none;
    padding-left: 0;
}
.sobre-tc-quar-box .compte-box-content ul li{
    margin-bottom: 10px;
}
.sobre-tc-quar-box .compte-box-content ul li::before{
    content: '\f00c';
    font-family: FontAwesome;
    margin-right: 10px;
}
