.container5 {
    padding-top: 4%;
}

.container5 h3 {
    text-align: center;
    font-size: 50px;
    color: #fff;
    padding-bottom: 40px;
}

.linkhome {
    color: #fff;
    font-size: 19px;
    text-decoration-line: none;
    font-weight: 500;
}

.linkhome span {
    font-size: 18px;
    padding: 10px 10px;
}

.row {
    width: 100%;
    text-align: center;
}

.col-md-5 img, .blog-img img {
    width: 100%;
    border-radius: 10px;
    margin-top: 20%;
    height: 70%;
    box-shadow: 6px 10px #848383;
}
.col-md-5 img:hover , .blog-img img:hover{
    transform: scale(1.1);
}
.col-md-7 h2,.treading {
    margin-top: 10%;
    font-size: 35px;
    font-weight: 600;
    margin-left: 30px;
    text-align: left;
}

.col-md-7 p {
    margin-top: 30px;
    font-size: 20px;
    margin-left: 30px;
    text-align: left;
}
.conta a{
    text-decoration: none;
    color: black;
}
.conta p span{
    margin-top: 30vh;
}

.team {
    margin-top: 10%;
    text-align: center;
}

.team h2 {
    font-size: 45px;
    font-weight: 600;
}

.team p {
    font-size: 22px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}

.container-fluid1 {
    margin-left: 4%;
}

.col-md-4 img {
    margin-top: 10%;
    border-radius: 50%;
    width: 130px;
    height: 130px;
}

.col-md-4 img:hover {
    transform: scale(1.1);
}

.title1 h2 {
    font-size: 26px;
    margin-top: 5%;
}

.title1 p {
    font-size: 25px;
    margin-left: 10px;
}

.col-4 h2 {
    font-size: 27px;
    font-weight: 500;
}

.col-4 p {
    font-size: 20px;
}

.container3{
    width: 100%;
    height: 100%;
    text-align: center;
}
.testimonial{
    margin: 90px auto;
}
.testimonial h1{
    text-align: center;
    font-weight:bold ;
    color: black;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.testimonial .row{
    margin-top: 30px;
}
.col-md-4{
    margin: 40px auto;
}
.profile{
    padding: 70px 10px 10px;
    background-color: #0b0c10;
}
.profile img{
    top: 20px;
}
.user{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.profile h3{
    font-size: 20px;
    margin-top: 15px;
    color: #b700ff;
}
.profile span{
    font-size: 12px;
}
blockquote{
    font-size: 16px;
    line-height: 30px;
}
.profile:hover{
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    transform: scale(0.9);
}
