.introBox {
  max-width: 80%;
}
.ompany-intro p{
  font-size: 1.1rem;
  color: var(--text-color3);
  margin: 1.3vw 0 2.6vw 0;
}
.ompany-intro img{
  width: 100%;
  height: auto;
  display: block;

}
.certificate{
  display: flex;
  align-items: center;
  gap: 3.3vw;
  margin: .8vw 0;
}
.certificate span{
  font-size: 1.4rem;
  color: var(--text-color);
  width: 303px;
}
.certificate li{
  display: flex;
  flex-direction: column;
  gap: .8rem;
  margin-bottom: 1.3vw;
  text-align: center;
}
.certificate img{
  height: 226px;
}