@media(max-width:768px) {
  .little_sathi .color .ddiv {
    height: 86%;
    width: 60%;
    align-content: center;
  }

  .little_sathi .img .color .ddiv .bottom {
    height: 40%;
  }

  .little_sathi .img .color .ddiv .top {
    font-size: 30px;
    font-family: 'Merriweather', serif;
    font-weight: 500;
    line-height: 37px;
  }

  .little_sathi .img .color .right {
    width: 42%;
  }

}

@media(max-width:671px) {
  .little_sathi .img .color {
    height: 650px;
    flex-direction: column;
  }

  .little_sathi .color .ddiv {
    height: 56%;
    width: 94%;
    align-content: center;
  }

  .little_sathi .img .color .right {
    /* width: 36%; */
    height: 45%;
    /* top: 0px; */
    bottom: 0;
  }

  .little_sathi .img .color .ddiv .bottom {
    height: 61%;
        padding: 10px 0px;
        width: 76%;
  }

}
@media(max-width:494px) {
  .little_sathi .img .color .ddiv .top {
    font-size: 25px;
  }
}
@media(max-width:388px) {
  .little_sathi .img .color .ddiv .top {
    font-size: 25px;
    line-height: 30px;
  }
}
@media(max-width:350px) {
  .little_sathi .img .color .ddiv .top {
    font-size: 21px;
    line-height: 28px;
  }
}

