.company-introduction {
    padding: 60px;
    background: #ffffff;
    border-radius: 4px;
    position: absolute;
    width: 600px;
    height: 456px;
    top: 86px;
    right: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.25);
}
.about-decoration {
    margin-bottom: 60px;
}
.company-introduction p {
    margin-bottom: 40px;
}
.square-decoration {
    width: 40px;
    height: 3px;
    background-color: #eeeeee;
}
.service .h6 {
    margin-bottom: 40px;
}