@import url('./base.css');

.introTwo {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    /* height: 450px; */
    padding: 45px 120px;
}

.introTwo .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.introTwo .text p {
    margin-top: 10px;
}

.introTwo img {
    flex: 1;
    max-width: 630px;
}

.floor {
    position: relative;
    min-height: 430px;
    overflow: clip;
    color: #fff;
    background: url('/img/601.jpg') no-repeat 0 0/cover;
}

.floor p {
    margin-bottom: 10px;
}

.floor .text {
    margin: 0 20px;
    text-align: left;
}
.floor .text ul {
    margin-left: 40px;
    margin-bottom: 30px;
}

.links {
    font-size: 0.9rem;
    margin: 15px 0;
    color: #fff!important;
}
.links a {
    color: #fff;
}