@media (max-width: 768px) {
    .aximo-hero-content2 p {
      text-align: justify;
      text-justify: inter-word;
  }



  /* Center the column */
  .aximo-section-padding .row {
    justify-content: center;
  }

  /* Center each post */
  .aximo-section-padding .col-md-6 {
    display: flex;
    justify-content: center;
  }

  /* Fix Instagram embed width and center */
  .instagram-media {
    margin-left: auto !important;
    margin-right: auto !important;
  }




  /* Remove description */
.aximo-hero-content2 p {
  display: none;
}

.aximo-hero-content2 h1 {
  font-size: 48px;
  padding-top: 125px;
}

}