.text-center h3{
    font: 400 50px/28px "Yatra One";
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 27px;
    border-bottom: 1px solid #82BC23;
    position: relative;
    line-height: 1;
  }
  .text-center h3:after{
    content: "";
    width: 382px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: auto;
    background: #6c9005;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .explore img{
    width: 120px;
  }
  