.abt-img{
  height: 55vh;
  min-height: 360px;
}
.mi-vi{
  background-color: var(--dusty-orange);
}
.mi-vi .footer-title{
  margin-top: 0;
  margin-bottom: 30px;
}
/* .interested a, .interested a:hover, .interested a:focus{
  color: var(--reddish) !important
} */

@media (max-width: 769px){
  .abt-img {
    min-height: 30vw !important;
    height: 60vw;
  }
  .mi-vi .footer-title {
    margin-top: 30px !important;
    margin-bottom: 15px !important;
  }
}
