.abst-img {
    left: 0;
    width: 95%;
}
#eggrange{
    background: var(--light-grey);
}
.brown-eggsec {
    padding-top: 0px;
    margin-top: -10px;
}
.eggs-sec-details{
    background-color: #feeee5;
padding-top: 4.5rem;
padding-bottom: 2.5rem;
}
.eggs-sec-details .row .col-md-6 img{
    max-width: 95%;
}

.brown-eggsec h3:after{
    background-color: #571c25 !important;
}
.btn-buy{
    background-color: #F1960B;
    padding: 6px 19px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    height: 45px;
}
.banner-text h3{
    font-size: 46px;
    color: #87be3c;
    font-family: var(--Exo-black);
    margin-bottom: 1.5rem;
    position: relative;
}
.banner-text h3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #87be3c;
    bottom: -10px;
    left: 0;
}
.banner-text.eggrange-style ul li{
    color: #0f5347;
}
.banner-text.eggrange-style ul li::before{
    background-image: url(../images/li-symbol.png);
}
.vitad h3{
    color: var(--primary-color);
}
.vitad h3::after{
    background-color: var(--primary-color);
}
.anda-star-ttx{
    color: var(--blue-text);
}
.natural-eggs-sec img{
   transition: .5s;
}
.natural-eggs-sec img:hover{
    transform: scale(1.1);
    transition: .5s;
}
@media(max-width: 600px){
    .abst-img{
        max-width: 100%;
    }
}