h3 {
  font-weight: bold;
  margin: 10px 0 10px 0;
}

p {
  line-height: 1.6 !important;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.margin-y-md {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .margin-y-md {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
