body {
  padding-top: 45px;
  margin-top: 45px;
}

.image-text-background {
  background-color: beige;
  color: black;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

/* .row:after {
  content: "";
  display: table;
  clear: both;
} */

.column {
  float: left;
  width: 25%;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

.modal-dialog {
  width: 90%;
  max-height: 50%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  max-height: 50%;
  border-radius: 0;
}

.text-secondary {
  color: #4b017a !important;
}

.uday-blog-bg-white {
  font-size: 1.5rem;
}

.picture-description {
  font-size: 1rem;
}

.about-page-specific {
  display: none;
}

@media (min-width: 1200px) {
  .about-page-specific {
    display: block;
  }
}
