.about-company {
    height: 2.604167rem;

    background-color: #e4ecf9;

    padding-left: 1.875rem;
    padding-right: 1.875rem;

    flex-direction: row;
    justify-content: space-between;
}

.about-company img {
    width: 3.614583rem;
    height: 2.53125rem;
}

.about-company-title {
    flex-direction: column;

    width: 2.364583rem;
    margin-left: 0.104167rem;
}

.about-company-title span {
    width: 0.416667rem;
    text-align: center;
    margin-top: 0.364583rem;
    font-size: 0.09375rem;
    color: black;

    border-bottom: solid 1px #11c89b;
}

.about-company-title p {
    margin-top: 0.104167rem;

    font-size: 0.072917rem;
    color: #666666;

    line-height: 0.145833rem;

    margin-bottom: 0;
}

.about-product {
    height: 2.604167rem;

    margin-top: 0.3125rem;

    margin-left: 1.875rem;
    margin-right: 1.875rem;
    margin-bottom: 0.260417rem;

    flex-direction: row;
    justify-content: space-between;

    -moz-box-shadow:0px 0px 0.03125rem rgba(89, 93, 215, 0.2);
    -webkit-box-shadow:0px 0px 0.03125rem rgba(89, 93, 215, 0.2);
    box-shadow:0px 0px 0.03125rem rgba(89, 93, 215, 0.2);
}


.about-product img {
    width: 2.286458rem;
    height: 1.692708rem;
    margin-right: 0.104167rem;
    margin-top: 0.460938rem;
}