#pickdropSection {
  padding-top:72px
}
#pickdropSection img {
  width: 100%;
}
@media(max-width:500px) {
  #pickdropSection .containerTitle h2::after {
    top: 10px;
    left: calc(50% - 3px);
    transform: translateX(-50%);
  }
}