.texr-center {
    text-align: center;
}

.master_heading {
    border-bottom: 1px solid #3a7ac1;
    margin-bottom: 30px;
}

#new-about {
    padding: 80px 0px
}


/*Philosophy*/

.align_center {
    text-align: center;
}

section#Product {
    background: #fff;
    padding: 80px 0px;
}


section#Philosophy {
    background: #f6f6f6;
    padding: 80px 0px;
}


.pentagon.center {
    position: absolute;
    bottom: 17%;
    left: 10%;
}


h1.grid_heading {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
}

/* Grid Layout */
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: center;
    justify-items: center;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

/* Card Style */
.card {
    background: #f5b400;
    color: white;
    padding: 25px;
    width: 220px;
    height: 130px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
}

/* Empty space for layout */
.empty {
    visibility: hidden;
}

/* Center Pentagon */
.pentagon {
    width: 200px;
    height: 200px;
    background: #e2c9b5;
    clip-path: polygon(50% 0%,
            100% 38%,
            82% 100%,
            18% 100%,
            0% 38%);
}

/* Position Fix */
.top {
    grid-column: 2;
}

.left {
    grid-column: 1;
}

.right {
    grid-column: 3;
}

.bottom-left {
    grid-column: 1;
}

.bottom-right {
    grid-column: 3;
}

.center {
    grid-column: 2;
}

/* Responsive */
@media(max-width: 768px) {
    .grid {
        grid-template-columns: 1fr;
    }

    .card,
    .pentagon {
        width: 90%;
    }
}

/*Philosophy*/


/*stripe*/

.section-heading h2 {
    font-size: 50px;
    color: #1a1608;
}

#stripe p {
    color: #fff;
    font-size: 18px;
}

a#more {
    background: #c0a43a;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    height: auto;
    font-size: 18px;
}

.subscribe-btn {
    float: right;
    max-width: 200px;
    margin: 15px auto;
}


#stripe {
    padding: 80px 0px;
    background-image: url(https://shaowellness.com/images/stripe.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mauto {
    margin: 0 auto;
}

/*stripe*/


.uppar_part {
    width: 100%;
    float: left;
    padding: 20px;
}

.border_around {
    width: 100%;
    display: table;

}

.left_bx_pannel {
    padding: 10px 5px;
    border: 2px solid #b89230;
    border-radius: 10px;
    min-width: 310px;
    max-width: 315px;
    text-align: center;
}

.left_bx_pannel p {
    margin: 0;
    color: #386e88;
    font-weight: 600;
    font-size: 16px;
}

.center {
    margin: 0 auto;
}

.details_part {
    display: table;
    width: 100%;
    margin: 20px 0;
}

.details_part h3 {
    color: #386e88;
    text-shadow: 0px 5px 4px rgba(56, 110, 136, 0.76);
}

.details_part p {
    margin: 19px 0;
}


/* ========= About Ayurveda */


section#about-page {
    width: 100%;
    display: block;
}

section#about-page img {
    width: 100%;

}

/* -------  About Ayurveda */