.prod-detail-wrap {
    padding: 60px 0;
}
.prod-detail-wrap .row {
    margin: 0 -15px;
}
.prod-detail-wrap .row .cover {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26.0417vw;
    border-right: 1px solid #efefef;
}
.prod-detail-wrap .row .cover img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}
.prod-detail-wrap .row .desc {
    padding-left: 40px;
}
.prod-detail-wrap .row .desc h2 {
    font-size: 36px;
    color: #222;
}
.prod-detail-wrap .row .desc .rich-text {
    margin-top: 40px;
    color: #333;
}
.prod-detail-wrap .row .desc .rich-text p {
    margin: unset;
    font-size: 16px;
    line-height: 1.8;
}
.prod-detail-wrap .row .desc .rich-text p + p {
    margin-top: 20px;
}
