#suit-pic {
  max-height: 300px;
  object-fit: cover;
  /*text-align: center;*/
  /*align-items: center;*/
}

.image-col {
  align-items: center;
  /*text-align: center;*/
  max-height: 300px;
  /*max-width: 200px;*/
}

.description-row {
  margin: auto;
  padding-top: 30px;
}

.main-container {
  padding: auto;
}

.work-images {
  max-width: 250px;
  max-height: 250px;
  padding: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.school-images {
  max-width: 200px;
  max-height: 100px;
  padding: 15px;
  margin-right: 20px;
}

.education-row {
  background-color: var(--bs-gray-400);
}

.index-bg1, .index-bg2 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body, html {
  height: 100%;
  margin: 0;
  /*font-size: 400 15px/1.8 "Lato", sans-serif;*/
  color: #777;
}

.index-bg1 {
  background-image: url("../../assets/img/Sidd_talks.jpg");
  min-height: 100%;
  background-position-y: 20%;
  background-position-x: 55%;
}

.index-bg2 {
  /*background-position-x: 30%;*/
  height: 100px;
  width: 100%;
  object-fit: cover;
  background-image: url("../../assets/img/tubes.jpg");
}

.titles {
  font-weight: bold;
  color: #000000;
  font-size: large;
}

@media (max-width: 576px) {
  .index-sm-images {
    display: none;
  }
}

@media (max-width: 576px) {
  .synopsis {
    padding: 50px 5px;
  }
}

