@media only screen and (max-width: 400px) {
  .outline {
    outline: 1px dashed;
    outline-offset: -8px;
  }
  .section_inner_bg h4 {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 7px;
  }
}
