.product-introduce .wrapper .image img {
    border-radius: 20px;
}
.product-introduce .wrapper .content-inner {
    width: 53.097%;
    padding-left: 204px;
    padding-top: 31px;
    padding-right: 55px;
}
.product-introduce .wrapper .content {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #4D4D4D;
}
.product-introduce .wrapper .title {
    font-family: 'Poppins';
    font-size: 64px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0.01em;
    margin-top: 112px;
    margin: 0 0 112px;
    color: #4D4D4D;
}
.product-introduce .wrapper .image {
    width: 46.903%;
}
.product-introduce .wrapper {
    display: flex;
    gap: 0;
}
.product-introduce {
    display: flex;
}
@media(max-width: 1440px) {
    .product-introduce .wrapper .content-inner {
        width: 53.097%;
        padding-left: 80px;
        padding-top: 15px;
        padding-right: 0;
    }
    .product-introduce .wrapper .title {
        margin: 0 0 50px;
    }
}
@media(max-width: 1024px) {
    .product-introduce .wrapper .title {
        font-size: 48px;
        line-height: 58px;
        margin: 0 0 40px;
    }
    .product-introduce .wrapper .content-inner {
        padding-left: 40px;
    }
}
@media(max-width: 767.98px) {
    .product-introduce .wrapper {
        display: block;
    }
    .product-introduce .wrapper .image {
        width: 100%;
    }
    .product-introduce .wrapper .content-inner {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        margin-top: 40px;
    }
    .product-introduce .wrapper .title {
        font-size: 36px;
        line-height: 46px;
        margin: 0 0 30px;
    }
    .product-introduce .wrapper .content {
        font-size: 14px;
        line-height: 26px;
    }
}