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

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 8%;
  padding-bottom: 100px;
}

p,
ul > li {
  font-size: 16px;
  line-height: 1.6;
  color: #707070;
  padding: 10px 0 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: normal;
  list-style-type: disc;
}
ul {
  margin-left: 20px;
  padding-left: 20px;
  list-style-type: disc;
}

h6 {
  margin: 10px 0;
  font-size: 1.6rem;
  line-height: 1.11;
  letter-spacing: -0.03em;
  color: #101820;
  font-family: 'GT Super Display';
  font-weight: bold;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.11;
  color: #000;
  font-weight: bold;
  /* height: calc(20px * 1.33 * 3); */
  font-family: 'GT Super Display';
  font-weight: bold;
  /* padding: 20px 0; */
  text-align: left;
  margin: 0;
}
h4.primary-head {
  font-size: 3.4rem;
}
h4 span.primary-color {
  font-size: 2.4rem;
}
.m-auto {
  margin: 0 auto;
}
.primary-color {
  color: #db2c1d;
  font-size: 22px;
  font-weight: bold;
}

.secondary-color {
  background-color: #fff4cd;
}
.color-box {
  padding: 20px 10px;
  margin-top: 20px;
  background-color: #fff4cd;
}
.small-hd {
  color: #db2c1d;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
}
.tanj p {margin: 0; margin-bottom: -11px;}
.small-hd-black{
  color: #000;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
}
.qoute {
  font-size: 20px;
  font-weight: bold;
}

.qoute::before,
.qoute::after {
  content: url(../images/quote.png);
  position: relative;
  display: inline-block;
}

.qoute::after {
  transform: rotate(180deg);
}

.big-txt {
  font-size: 2rem;
  font-weight: bold;
}

.box-layout {
  display: flex;
  padding: 1rem 0;
}

.italic-txt {
  font-style: italic;
  color: #19286e;
}

img {
  max-width: 100%;
}

.box-layout > div {
  padding: 20px;
  font-size: 30px;
  flex-basis: 25%;
}

.flex-d {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.flex-d p {
  padding: 10px;
}
.txt-div {
  padding: 0 0;
}
.txt-div-inner {
  flex: 1;
}
.blog-copyright {
  background-color: #db2c1d;
  text-align: center;
}
.blog-copyright p {
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
}

@media (max-width: 821px) {
  .container {
    padding: 0 1%;
  }
  .flex-d,
  .box-layout {
    flex-wrap: wrap;
  }
  .txt-div-inner {
    flex: inherit;
  }
  .reverse-mobile {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .box-layout > div {
    flex-basis: 100%;
  }
}
.peanut_pride {padding: 30px 0;}
.peanut_pride p {
margin-top: 0px;
margin-bottom: 0px;
line-height: 1.2;
padding-top: 5px;
padding-bottom: 5px;
}

.peanut_pride .secondary-color {
  color: #012840;
}


h1.blog-title
{
    font-size: 2.4rem;
    line-height: 1.11;
    color: #000;
    font-weight: bold;
    font-family: 'GT Super Display';
    font-weight: bold;
    text-align: left;
    margin: 0;
}
h1 span.primary-color{
    font-size: 2.4rem;
}