section.banner-section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.banner-info {
    background-position: 0 20%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/shop-banner.png);
    width:100%;
    min-height: 500px;
    border-radius: 40px;
    padding-left:50px;
    padding-right:50px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.banner-text {
    width: 55%;
    position: relative;
}
.banner-text .main-btn{
    font-size:15px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
}
.banner-text h1{
color:var(--white-color);
}
.banner-text p{
    font-size:21px;
    color:var(--white-color);
}
.banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--secondary-color);
    opacity: 0.60;
}

.featured-img img{
    width:100%;
    height:322px;
    object-fit: cover;
}
.featured-img{
margin-bottom: 15px;
}
.featured-content{
    text-align: center;
}
.featured-content h4{
    font-size: 20px;
    font-weight: bold;
}
.featured-content .main-btn{
    display: inline-block;
}
section.shop-section{
    padding-top: 80px;
    padding-bottom:80px;
}
section.shop-section .row{
    gap:40px 0;
}