p {
    font-family: Helvetica Neue, Helvetica, sans-serif;
}

body {
    background: white;
}

.item-wrap {
    height: calc(100vh);
    padding-top: 1.55rem;
}

.title {
    font-size: 30px;
    font-weight: 600;
}

.product-show-content p {
    font-size: 14px;
    text-indent: 24px;
    margin-top: 10px;
    text-decoration: none;
    color: rgb(64, 78, 96);
    line-height: 1.8;
}

.product-show-content p.target_1{
    background: linear-gradient(44.11deg, rgba(124, 177, 235, 0.6) 8.94%, rgba(255, 255, 255, 0) 86.73%);
    margin-top: 20px;
    padding: 15px 10px;
}

ul {
    margin-top: 20px;
    font-size: 14px;
}

li {
    margin-top: 10px;
    color: rgb(64, 78, 96);
}

.text-inherit {
    color: inherit;
}

.text-center {
    text-align: center;
}

.margin-top {
    margin-top: 20px;
}

.technological-main {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.technological-main img.ver {
    width: 20%;
    padding: 15px;
}

.about-item-wrap {
    padding-top: 1.55rem;
    display: flex;
    align-items: center;
}

.technological-main .base {
    position: relative;
    width: 25%;
    padding: 15px;
    height: 300px
}

.technological-main img.hor {
    height: 300px;
    padding: 15px;
    position: absolute;
}

@media (max-width: 768px) {
    .technological-main img.ver {
        width: 19%;
        padding: 5px;
    }

    .technological-main .base {
        height: 150px
    }

    .technological-main img.hor {
        height: 100px;
        padding: 5px;
        position: absolute;
    }
}
