body{
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
.announcement_bar {
    background: #597280;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.announcement_bar p {
    margin: 0;
}
.banner_section {
    text-align: center;
    padding: 5rem 1rem;
}
.banner_section img {
    margin-bottom: 20px;
    max-width: 280px;
}
.banner_section h1 {
    color: #488363;
    text-transform: uppercase;
    font-weight: 700;
}
.grey-btn {
    background: #597280;
    padding: 15px 50px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    margin-top: 20px;
}
.products_area .product_img {
/*    background: #92ACB7;*/
    text-align: center;
    border-radius: 15px;
/*        padding: 15px;*/
    border: solid 1px #ddd;
}
.product_content {
    background: #F2FBFF;
    padding: 30px 50px;
    border-radius: 12px;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.products_area {
	margin-bottom: 80px;
}
.leaf_area {
	background: url(../images/leaf_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 6rem 1rem;
	text-align: center;
    color: #fff;
}
.leaf_area .container {
    max-width: 800px;
}
.leaf_area h2 {
    margin-bottom: 18px;
}
.outline_btn {
    border: solid 1px #fff;
    padding: 12px 45px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
    margin-top: 20px;
}
.try_ananda {
	background: url(../images/try_ananda_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 6rem 1rem;
	text-align: center;
    color: #fff;
}
footer {
    background: #597280;
    text-align: center;
    color: #fff;
    padding: 3rem 1rem;
}
.contact_detail {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}
.contact_detail a {
    color: #fff;
    text-decoration: none;
}
.contact_detail a:hover {
    text-decoration: underline;
}
body .yotpo-reviews-carousel {
    padding: 5px 0 65px;
}

@media (max-width: 575px) {
	.product_img img {
	    width: 100%;
	}
	.banner_section {
	    padding: 3rem 1rem;
	}
	.product_content {
	    padding: 25px;
	}
	.products_area {
	    margin-bottom: 40px;
	}
	.leaf_area,
	.try_ananda  {
	    padding: 3rem 1rem;
	}
	footer {
	    padding: 2rem 1rem;
	}
	.contact_detail {
	    gap: 6px;
	    flex-wrap: wrap;
	}
}