.module-image__Title {
  padding-bottom: 16px;
  border-bottom: 1px var(--primary-color-1) solid;
  margin-bottom: 30px;
}

.module-image-wrapper .row > div:nth-child(1n+3) {
  margin-top: 60px;
}

.module-image__btm img {
  height: auto;
  width: auto;
}

.module-image__note {
    margin-top: 16px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .module-image__Title {
    min-height: 78px;
  }
}