.about img {
    width: 100%;
    height: 100%;
    display: block;
}

.company-profile img {
    width: 100%;
    height: 100%;
    display: block;
}

.company-profile .head {
    padding-top: 5em;
    display: flex;
    align-items: center;
}

.company-profile .head .left, .company-profile .head .right {
    flex: 1;
}

.company-profile .head .more {
    margin-top: 6em;
}

.company-profile .head .right p {
    line-height: 2.5em;
    font-weight: 500;
}

.company-profile .bottom {
    padding: 2em;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-profile .bottom .data {
    color: #325ff3;
    font-weight: 900;
    font-size: 3em;
    display: flex;
    align-items: flex-end;
}

.company-profile .bottom .unit {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 3.5rem;
    margin-left: 0.2em;
}

.strength img {
    width: 100%;
    height: 100%;
    display: block;
}


.patent img {
    width: 100%;
    height: 100%;
    display: block;
}

.patent .text {
    padding-top: 5em;
}

.patent .text .data {
    margin-left: 0.2em;
    font-size: 2em;
    color: #325ff3;
    font-style: italic;
}

.patent .text .data .unit {
    font-size: 2rem;
    font-weight: 500;
    font-style: normal;
}

.worldwide img {
    width: 100%;
    height: 100%;
    display: block;
}

.worldwide .head {
    padding-top: 5em;
}

.worldwide .head p {
    line-height: 2em;
}

.worldwide .bottom {
    margin-bottom: 5em;
    padding: 3em;
    background: rgba(255, 255, 255, .9);
}

@media (max-width: 768px) {

    .company-profile {
        height: 780px;
    }

    .company-profile .head {
        padding: 30px 0;
        flex-direction: column;
    }

    .company-profile .head .left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 30px;
    }

    .company-profile .head .left .more {
        margin-top: unset;
    }

    .company-profile .bottom {
        padding: 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .company-profile .bottom .item {
        padding-left: 10px;
    }

    .company-profile .bottom .data {
        font-size: 24px;
    }

    .company-profile .bottom .unit {
        font-size: 14px;
        line-height: 24px;
    }

    .strength {
        height: 230px;
    }

    .patent .text {
        padding-top: unset;
    }

    .worldwide {
        height: 450px;
    }

    .worldwide .head {
        padding-top: 10px;
    }

    .worldwide .bottom {
        padding: 20px;
        margin-bottom: 20px;
    }
}




