.texts {
  overflow: hidden;
}

.texts p:nth-of-type(n + 2) {
  margin-top: 1.5em;
}

.texts_img-l {
  margin: 0 30px 30px 0;
  float: left;
}

.texts_img-r {
  margin: 0 0 30px 30px;
  float: right;
}

@media (max-width: 768px) {
  .searchControl {
    margin-bottom: 45px;
  }
  .searchControl .g-dropdown:nth-child(n + 2) {
    margin-top: 20px;
  }
  .texts {
    display: flex;
    flex-direction: column;
  }
  .texts p:nth-of-type(1) {
    order: -1;
  }
  .texts_img {
    order: 0;
    margin: 1.5em auto 0;
  }
}

@media (min-width: 769px) {
  .searchControl {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
  }
  .searchControl .g-dropdown:nth-child(n + 2) {
    margin-left: 10px;
  }
}
