.body-box {
    width: 100%;
    height: 100vh;
    /* background: red; */
    position: relative;
}
.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 1200px;
    clear: both;
}
.about-title {
    font-size: 28px;
    text-align: center;
}
.text-danger, .text-danger a:link, .text-danger a:visited, a.text-danger:link, a.text-danger:visited {
    color: #E22627;
}
.about-text {
    width: 1200px;
    margin-top: 55px;
    margin-bottom: 10px;
    background-color: #f3f3f3;
}
.about-text>div {
    padding: 30px 120px 80px 120px;
}
.logo-big {
    /* border: #bd000f 1px solid; */
    height: 168px;
    background: url(../img/logo.png) no-repeat center center;
    background-size: 168px 168px;
    /* -webkit-animation: rot 13s linear infinite; */
}
.about-text h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #D10011;
}
.about-text p {
    line-height: 28px;
    font-size: 16px;
}
.about-text a {
    font-size: 18px;
    color: #D10011;
}

