.s-fade-txt h1 {
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.h-14 {
    height: 3.5rem; 
}

.swiper-wrapper img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.main-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
}

.content-img {
  padding: inherit;
  margin:auto;
  text-align:center;
  display: block;
  width: 50%;
}
.row {
  margin-top: 30px;
  display: flex;
}
.column {
  flex: 50%;
  margin: 10px;
}

/* .column img {
  display: block;
  max-width: 100%;
  margin-bottom: 50px;
} */
ul {
  margin: 0;
}
ul li {
  margin: 0 !important;
}