.guide-product{
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: white;
    width: 170px;
    height: 60px;
    font-size: 24px;
    background-color: rgb(51, 102, 204);
}
.divider-style{
    width: 100%;
    border-bottom: 1px solid rgb(226, 226, 226);
    margin-bottom: 46px;
}
.product-desc-detail-img>img{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 710px;
    max-height: 510px;
}

.product-detail-title{
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 48px;
}
.product-detail-desc{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 14px;
}
.product-detail-content{
    font-size: 16px;
}
.product-detail-desc-content{
    padding-left: 99px;
}
.product-detail-desc-all{
    margin-top: 72px;
    margin-bottom: 40pz;
}
.product-view2{
    margin-bottom: 87px;
}
@media screen and (max-width:1000px) {
    .product-detail-desc-content {
        padding-left: 10px;
    }
}
.about-prev{

    top: 40%;
    width: 5em;
    height: 5em;
    transform: scale(0.6);
    border-radius: 180px 180px;
    background-color: rgb(171, 171, 171);
    color: white;
 
}
.about-next{
    top: 40%;
    width: 5em;
    height: 5em;
    transform: scale(0.6);
    border-radius: 180px 180px;
    background-color: rgb(171, 171, 171);
    color: white;
   
}
@media screen and (max-width:1187px){
    .about-next{
        right: 0%;
    }
    .about-prev{
        left: 0%;
    }
}