.product-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 30px 0;
}

.Image-left {
    width: 48%;
    /* background-color: red; */
}

.Image-right {
    width: 48%;
    /* background-color: blue; */
}

.Top-right {
    display: flex;
    justify-content: center;
    background-color: white;
}

.main-img {
    margin: 10px 0;
}

.show-img {
    height: 350px;
}

.Top-Down-outer {
    margin-bottom: 20px;
}

.Top-Down {
    display: flex;
    align-items: center;
    /* margin: 0 35px; */
    width: 100%;
    /* background-color: cadetblue; */
}

.Top-Down li {
    list-style-type: none;
    width: 25%;
    margin: 9px;
}

.detail-list {
    margin: 20px;
}

.text {
    margin: 10px 0;
}

.main-text {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 14px;
}

.left p {
    margin-top: 10px;
    color: #0066FF;
}

.right p {
    margin-top: 10px;
    color: #0066FF;
}

.notetxt p {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
}
.Top-Down-container{
    margin: 0 80px;
}

.main-text .right {
    margin-left: 25px;
}

.main-text .right p {
    text-transform: capitalize;
}