*{
    margin: 0;
}

.container{
    background-color: #c2e6ff;
    height: 120vh;
}

.headerr{
    background-color: #79bbea;
    height: 5rem;
    width: 100%;
    display: flex;
}

.headingg{
    height: 3rem;
    width: 60%;
    display: flex;

}

div > h3{
    margin-left: 40px;
    font-size: 25px;
    margin-top: 20px;
}

.subheadingg{
    height: 3rem;
    display: flex;
    justify-content: end;
    width: 37%;
}

.itembox{
    display: flex;
    background-color: white;
    width: 55rem;
    margin-left: 1%;
    border-radius: 30px;
}

.itembox1 > p{
    margin-left: 2.6rem;
    margin-top: 30px;
    font-size: 2rem;
}

.itembox1 > h3{
    font-size: 30px;
}

.itembox1 > h5{
    font-size: 29px;
    margin: 40px;
}

.itembox > img{
    border-right: 1px solid lightgray;
}

.medicart{
    font-size: 3rem;
    margin: 20px;
}

.itembox2{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 60%;
}

.buybuttn{
    background-color: orange;
    height: 4rem;
    font-size: 30px;
    width: 15rem;
    margin-left: 70%;
    position: absolute;
    top: 25rem;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}