
.batter_dipshikha{
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.batter_dipshikha .best{
    height: auto;
    display: flex;
    width: 1050px;
    flex-wrap: wrap;
    justify-content: space-between;

}

.batter_dipshikha .best .good1{
    height: auto;
    width: 500px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.batter_dipshikha .best .good1 .img1{
    height: 250px;
    width: 50%;
}

.batter_dipshikha .best .good1 .img2{
    height: 250px;
    width: 50%;
    align-content: center;
}

.batter_dipshikha .best .good1 .img2 .row1{
    height: auto;
    width: 100%;
    color: #F3BE57;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

.batter_dipshikha .best .good1 .img2 .row2{
    height: auto;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    width: 100%;
    font-weight: bold;
    line-height: 40px;
    margin-top: 20px;
}

.batter_dipshikha .best .good1 .img2 .more{
    width: 143px;
    height: 49px;
    margin-top: 20px;
    border-radius: 6px;
}

.batter_dipshikha .best .good1 .img2 .more button{
    border: none;
    width: 143px;
    height: 49px;
    /* background-color: var(--headercolor); */
    background-color: rgba(0, 0, 255, 0.938);
    border-radius: 6px;
    text-align: center;
    align-content: center;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: bold;
    /* color: var(--whitecolor); */
    color: rgba(255, 255, 255, 0.932);
    transition: 0.5s all ease;
    cursor: pointer;
}

.batter_dipshikha .best .good1 .img2 .more button:hover{
    background-color: rgb(26, 26, 155);
}

.batter_dipshikha .best .good2{
    border-top: 5px solid #F3BE57;
    height: auto;
    width: 500px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 0px 1px 0px;
}

.batter_dipshikha .best .good2 .img{
    height: 245px;
    width: 50%;
}

.batter_dipshikha .best .good2 .img .row1{
    height: 60px;
    width: 60px;
    color: white;
    text-align: center;
    align-content: center;
    font-size: 23px;
    border-radius: 8px;
    margin-left: 20px;
    margin-top: 30px;
    background: #F3BE57;
}

.batter_dipshikha .best .good2 .img .row2{
    height: auto;
    width: auto;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 35px;
}

.batter_dipshikha .best .good2 .img .row3{
    height: auto;
    width: 82%;
    margin-left: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin-top: 20px;
    line-height: 23px;
}
