
#navi{
    width: 100%;
    float: left;
}
.navi-highlights {

    background: url(../images/navi_mumbai/bg.jpg)  no-repeat top;
    
    background-repeat: no-repeat;
    background-size: cover;
        padding: 60px 20px;

}
.navi-highlights .container {
  max-width: 1400px;
  margin: auto;
}
.highlight {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 40px;
}
.highlight.reverse {
  flex-direction: row-reverse;
}
.highlight .image img {
  width: 100%;
  /* max-width: 500px; */
  height: auto;
  /* border-radius: 10px; */
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.highlight .content {
  flex: 1;
}
.highlight h3 {
    color: #294089;
    font-family: "Ancizar Serif";
    font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
    position: relative;
  display: inline-block;
  padding-bottom: 10px; /* space between text and line */
}
.highlight h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
    border-bottom: 1px solid red;
}
.highlight p {
  color: #444;
  font-size: 14px;
    font-family: "Poppins", sans-serif;
  line-height: 1.6;
  text-align: justify;
}
@media (max-width: 1000px) {
  .highlight {
    flex-direction: column;
    text-align: center;
  }
  .highlight.reverse {
    flex-direction: column;
  }
  .highlight .image img {
    max-width: 100%;
  }
  .highlight h3 {

    font-size: 18px;
  }
  .highlight p {
  font-size: 12px;
  }
}



@media only screen and (min-width: 1401px) and (max-width: 1500px) {
.highlight .image img {
  width: 100%;
  max-width: 700px;
  height: auto;
  /* border-radius: 10px; */
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
.highlight .image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  /* border-radius: 10px; */
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
}


@media only screen and (min-width: 1201px) and (max-width: 1300px) {
.highlight .image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  /* border-radius: 10px; */
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
}


@media only screen and (min-width: 1101px) and (max-width: 1200px) {
.highlight .image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  /* border-radius: 10px; */
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
}


@media only screen and (min-width: 1001px) and (max-width: 1100px) {
.highlight .image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  /* border-radius: 10px; */
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
}