/* Add here all your CSS customizations */
.about{
width:100%;
padding:40px 0px;
}

.about p{
text-align:justify;
}

.about h2{
color:#62a115;
font-weight:500;

}

.pill-product{
width:100%;
padding:40px 0px;
background:#f5fceb;
}

.pill-product h2{
color:#62a115;
font-weight:500;

}
.pill-productt p{
margin-bottom:40px;
}

.pill-product-name{
width:100%;
padding:40px 0px;
background:#f4f4f4;
}

.pill-product-name h2{
color:#62a115;
font-weight:500;
}

.pill-product-name p{
text-align:justify;
}

.pill-product-name a{
margin-bottom:10px;
}


html .btn-borders.btn-primary {
    background: transparent !important;
    border-color: #62a115 !important;
    color: #62a115 !important;
    text-shadow: none !important;
}

.custom-border-radius {
    border-radius: 35px !important;
    padding: 11px 30px !important;
}

html .btn-borders.btn-primary:hover, html .btn-borders.btn-primary:focus {
    background-color: #62a115 !important;
    border-color: #62a115 #62a115 #62a115;
    border-color: #62a115 !important;
    color: #ffffff !important;
}

.box{
background:transfarent;
height:10px;
}


.box1{
width:100%;
background:#f8f8f8;
padding:20px;
}