

.content .list_fea li{ line-height:1.6em; list-style-position: outside; margin-left:-20px;}


.container_price {
    display: flex;
    width: 90%; /* Adjust based on your design preference */
    background: white;
 
}

.laptop-image img {
    width: 70%; /* Adjust the width as needed */
    height: auto;
    display: block;
}
.content {
  width: 100%;
 

}

.content h1 {
    color: #333;
    font-size: 34px;
}


.license-info {
    font-size: 14px;
    margin-bottom: 5px;
}

.price {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.price .amount {
    color: red;
    font-size: 24px;
    font-weight: bold;
}

.buy-now {
    background-color: #ff0000;
    color: white;
    border: none;
    padding: 15px 40px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}


.buy-now-win {
    background-color: #00CC99;
    color: white;
    border: none;
    padding: 15px 40px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}


.payment_img img {
  
    margin-top: 20px;
}

@media (max-width: 768px) {
    .container_price {
        flex-direction: column;
        width: 90%;
    }

    .laptop-image img {
        width: 100%;
    }

    .content {
        width: 100%;
    }
}
