.page {
    padding-bottom: 100px;
}
.home-section {
    margin-top: 70px;
}
img {
    width: 100%;
}
.section {
    padding-top: 10px;
    padding-bottom: 40px;
}
.about-text,.about-text:hover {
    color: #131415;
}
.about-text p {
    font-size: 18px;
}
.text {
    font-size: 18px;
    line-height: 2;
}
h3 {
    font-size: 25px;
}
.bule {
    color: #003E9B;
}
h3:after {
    content: '';
    display: block;
    width: 52px;
    height: 4px;
    background-color: #ED7A1F;
    margin-top: 10px;
}
.big-title {
    text-align: center;
    font-size: 55px;
    color: #003E9B;
    font-weight: bold;
    margin-top: 40px;
}
.big-title:after {
    content: '';
    display: block;
    width: 52px;
    height: 4px;
    background-color: #ED7A1F;
    margin: 10px auto 0;
}
.title {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 45px 0 5px;
}
.sub-title {
    text-align: center;
}
.about-item {
    background-color: #F8F8F8;
    display: block;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.about-list .about-item:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.detail {
    padding: 10px;
    height: 170px;
}
.desc {
    font-size: 15px;
    color: #979797;
    margin: 5px 0;
}
.name {
    font-size: 20px;
    color: #131415;
    font-weight: 700;
}
.name span {
    font-size: 15px;
    color: #979797;
    margin-left: 5px;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .about-item {
        margin-bottom: 20px;
    }
}