
.section-about {
    padding: 240px 0 220px;
    background: url("../images/clinical/circle_bg_gray_white.jpg") left bottom no-repeat;
    background-size: cover;
}

.brand-logo {
    margin-right: 3%;
    width: 23.5%;
    -webkit-transform: rotate(0deg) scale(2) translateX(-50px) translateY(-20px);
    -moz-transform: rotate(0deg) scale(2) translateX(-50px) translateY(-20px);
    -ms-transform: rotate(0deg) scale(2) translateX(-50px) translateY(-20px);
    -o-transform: rotate(0deg) scale(2) translateX(-50px) translateY(-20px);
    transform: rotate(0deg) scale(2) translateX(-50px) translateY(-20px);
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
}

.about-text {
    width: 74.5%;
}

.about-text h2 {
    margin: 30px auto;
    font-size: 26px;
    color: #3E3A39;
}

.about-text p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    color: #3E3A39;
}

.section-text h2 {
    margin: 30px auto;
    font-size: 26px;
    color: #3E3A39;
}

.section-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #3E3A39;
}

.project-list {
    margin: 30px auto;
}

.project-item {
    width: 240px;
    height: 240px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.project-item:hover,
.project-item.active {
    background-color: #00A6A8;
}

.project-item a {
    width: 100%;
    height: 100%;
}

.project-pic {
    width: 92px;
    height: 92px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.project-item:hover .project-pic,
.project-item.active .project-pic {
    background-position: bottom center;
}

.project-name {
    margin-top: 15px;
    font-size: 18px;
    color: #73919F;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.project-item:hover .project-name,
.project-item.active .project-name {
    color: #fff;
}

.project-swiper {
    width: 100%;
    height: 100%;
}


/*********************************************************
 @media
 */
@media screen and (max-width: 768px) {
    .section-text h2 {
        margin: 0.4rem /* 15/37.5 */ auto;
        font-size: 18px;
        text-align: justify;
    }

    .section-text p {
        font-size: 14px;
        text-align: justify;
    }

    .project-list {
        margin: 0.4rem /* 15/37.5 */ auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .project-item {
        width: 4rem /* 150/37.5 */;
        height: 4rem /* 150/37.5 */;
    }

    .project-pic {
        width: 1.333rem /* 50/37.5 */;
        height: 1.333rem /* 50/37.5 */;
    }

    .project-name {
        font-size: 0.427rem /* 16/37.5 */;
    }
}