.award-certifications .container {
  max-width: 100%;
}
.award-certifications .col-lg-3 {
  padding-left: 0;
}
.col-lg-9 .text {
  max-width: 90%;
}
.award-certifications .col-lg-3 img {
  border-radius: 0 6rem 6rem 0;
  border: 1px solid #f0f0f0;
  width: auto;
  height: 100%;
}
.statistical {
  background: var(--color-primary);
  padding: 1.95rem;
  margin-bottom: 1.95rem;
  border-radius: 3.05rem 0 0 0;
}
.statistical .line h2 {
  color: #ffc700;
  font-family: 'Nunito-Black', sans-serif;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
}
.award-trio .item {
  text-align: center;
  max-width: 500px;
  margin: auto;
}

.award-trio .item img {
  height: 20rem;
  width: auto;
  border: 1px solid #f2f2f2;
}

@media screen and (max-width: 769px) {
  .statistical {
    display: block;
  }
  .brand-product img {
    margin-top: 10rem;
    width: 100%;
    height: auto;
  }
  .award-trio .item p {
    margin: 1.25rem 0 0 0;
  }
  .col-lg-9 .text {
    text-align: center;
    max-width: 100%;
  }

}