.header-with-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 50%;
  margin: 10px auto;
}

.copy-btn {
 background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  transition: opacity 0.2s;
  padding: 0;
  margin: 0;
  line-height: 1;
}

#section-description {
  flex-direction: column;
  align-items: center;
}

#section-description p, 
#section-description img {
  width: 50%;
  margin: 10px;
}

@media screen and (max-width: 768px) {
  #section-description p, 
  #section-description img,
  .header-with-copy {
    width: 90%;
  }
  
  .header-with-copy {
    flex-direction: column;
    gap: 10px;
  }
}
