<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ours-team {
    clear: both;
    padding: 60px 0;
    text-align: center;
    background: #fff;
}
.ours-team .title1 {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
}
.ours-team .title2, .testimonial .title2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}
.ours-team .item { cursor: pointer; }
.ours-team .name {
    padding: 10px 0;
    font-weight: 700;
    font-size: 18px;
}
.ours-team .position {
    color: #00b0ff;
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.ours-team .avatar {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    height: 292px;
    overflow: hidden;
}
.ours-team .avatar img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    height: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ours-team .item:hover .avatar {
    outline: rgba(255, 255, 255, 0.4) solid 10px;
    outline-offset: -10px;
}
.ours-team .item:hover .avatar img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.testimonial {
    background-color: #f1f4f7;
    padding: 60px 0;
    text-align: center;
}
.testimonial .title2 {
    font-size: 26px;
    text-transform: uppercase;
}
.testimonial .item { 
    background: #fff; 
    padding: 20px; 
    border-radius: 6px;
}
.testimonial .content {
    text-align: center;
    margin-bottom: 25px;
}
.testimonial .avatar {
    margin: 0 auto;
    margin-bottom: 15px;
}
.testimonial .avatar img {
    width: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 5px solid #f8f8f8;
    margin: 0 auto;
}
.testimonial .name {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.testimonial .position {
    color: #00b0ff;
    font-size: 16px;
    font-weight: 500;
}
.testimonial .content p {
    font-size: 16px;
    color: #333;
    font-style: italic;
    line-height: 1.8;
    letter-spacing: 1px;
}
.rating-box {
    margin-bottom: 10px;
}
.rating-box ul li {
    display: inline-block;
    margin-right: 0px;
}
.rating-box ul li i {
    color: #ffce39;
    font-size: 16px;
}</pre></body></html>