/* Add custom CSS styles below */ 
body {
   background-color: #10acc91a !important;
}
header.store-header {
    background: #80b9c4;
}
.navs {
    background: transparent !important;
}
h2.section-title {
    text-align: center;
    margin: auto;
    font-weight: bold !important;
    font-size: 25px !important;
    color: #ce0f19 !important;
}
.section-head.style1 {
    display: flex;
    justify-content: center;
}
.s-slider-block__title-right {
    text-align: center;
    margin: auto;
    color: #ce0f19;
    font-weight: bold !important;
}
h3.text-lg.font-bold.leading-12 {
    color: #ce0f19;
    text-align: center;
    background: #e7f7f9;
    border-radius: 41px;
    font-size: 23px;
    box-shadow: -4px 1px 10px #e7f7f9;
}
.parent-img.banner.banner-1 {
    margin-top: 50px;
}
span {
    color: black;
}
.main-content.md\:overflow-hidden.top-24.w-full.md\:w-2\/4 {
    background: white;
    padding: 19px;
    border-radius: 14px;
}