.inner_code_automatically{
  display: flex;
  align-content: center;
  flex-wrap: wrap; 
  justify-content: center;
  gap: 6px;
}
.code_automatically{
  padding: 20px 0;
  font-family: Gellix;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .code_automatically{
    font-size: 18px;
  }
  .code_automatically img{
    max-height: 18px;
  }
}
