*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.message{
    margin-top: 66px;
    padding-top: 46px;
    border-top: 1px solid #ccc;}
.message p{
    font-size: 13px;
    color: #1b1f20;
    margin-bottom: 22px;
    text-align: center;}

.statement_main{
    display: flex;
    justify-content: center;
}
.statement{
    margin-right: 30px;
}

.statement img, .supplement img{
    width: 100%;
}

.statement_new {
    margin-right: 30px;
    width: 50%;
}

.certificate_details
{
    margin-top: 20px;
    margin-bottom: 60px;
}
.certificate_details p
{
    font-family: 'Bree Serif', serif;
    font-size: 13px;
    color: #000;
    line-height: 17px;
}

img.sign_txt
{
    display: block;
    width: 51%;
    float: right;
}

.supplement_new{
    width: 100%;
}

.ingredients-table {
    width: 100%;
}

.ingredients-info h6{  
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;

}

.blankborder{
    height: 10px;
    background-color: #fff;
    width: 100%;
    margin: 10px 0;
}
.ingredients-info h5 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 800;
    text-align: center;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 8px solid#fff;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.servings_all {
    display: flex;
    width: 100%;
}
.ingredients-info .serving-size {
    float: left;
    width: 33.33333%;
    text-align: left;
}
.ingredients-info .servings {
    width: 33.33333%;
    text-align: left;
    border-bottom: 8px solid #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: 5%;
}

.ingredients-info .servings.big_box_col{
    width: 50%;
}

.ingredients-info .servings span.weight_light_font{
    font-weight: 300;
    padding: 0;
}

.ingredients-info .servings.narrow_border {
    border-bottom: 1px solid #fff;  
}

.ingredients-info .servings.narrow_medium_border {
    border-bottom: 5px solid #fff;  
}

.ingredients-info .servings.narrow_border h6{
    font-family: 'Roboto Condensed', sans-serif;
}
.ingredients-info .servings.no_border {
    border-bottom: 0;  
}

.ingredients-info .servings span{
    padding-left: 15%;
}

.ingredients-info .servings:last-child{
    margin-right: 0;
}
.ingredients-table .table-headers {
    border-bottom: 1px solid #e6e6e6;
}
.ingredients-info .ingredients-table tr td {
    font-size: 14px;
    padding: 6px 0;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border-bottom: 1px solid #424242;
    padding-right: 2%;
}
.ingredients-info .ingredients-table tr td.noborder
{
    border-bottom: 0px;
}
.ingredients-info .ingredients-table tr th {
    width: 36%;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding: 6px 0;
    border-bottom: 4px solid #fff;
}

.text_left{
    text-align: left !important;
}

.text_right
{
    text-align: right !important;
}

.text_center
{
    text-align: center !important;
}

.width_fiftyfive
{
    width: 33.33333%;
}
.width_seventeen
{
width: 17%;
}
.ingredients-info {
    padding: 1% 3%;
    background: #2a2a2a;
    border: 5px solid #fff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    outline: 5px solid #2a2a2a;
}
.ingredients-info .ingredients-table tr td p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}
.ingredients-right p
{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}
.home-section3
  {
    margin: auto;
    margin-top: 0;
    max-width: 850px;
    width: 100%;
    padding: 10px;
  }
@media only screen and (max-width: 991px){
  .home-section3
  {
    margin-top: 50px;
  }
  .statement_main {
    display: flex !important;
}
.ingredients-info h5 {
  font-size: 31px;
}
}
@media only screen and (max-width: 767px){
  
  .statement_main {
    display: block !important;
}
.statement_new {
  margin-right: 0;
  width: 100%;
}
.supplement_new {
  width: 100%;
  margin-bottom: 0;
}
.ingredients-info .ingredients-table tr td, .ingredients-info h6, .ingredients-right p {
  font-size: 16px;
}
.certificate_details {
  margin-bottom: 30px;
}
.certificate_details p {
  font-size: 15px;
  line-height: 23px;
}
img.sign_txt {
  width: 75%;
}
}