.banner-mod-bg>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    object-fit: cover;
    /* min-height: 500px; */
  width: 100%;
}

.banner-mod-in {
    position: relative;
    z-index: 999;
    height: 100%;
    min-height: 550px;
    display: flex;
    align-items: center;
    max-width: 500px;
    width: 100%;
}

.banner-mod-wrp {
    position: relative;
}

.banner-mo-hdr * {
    color: #fff;
    line-height: normal;
}

/* .banner-mod-btn>a { */
      border: 1px solid #A72D7D;
        border-radius: 26px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -.26px;
    line-height: 37px;
    padding: 8px 40px;
    text-align: center;
    transition: all .4s;
      background-color: #A72D7D;
    color: #fff;
      text-decoration: none;
}

.banner-mod-btn-wrp {
    display: flex;
    align-items: center;
    gap: 0 20px;
    flex-wrap: wrap;
}

.banner-mod-btn {
    padding-top: 20px;
    max-width: 320px;
    width: 100%;
    display: block;
    flex: 0 0 45%;
}




@media(max-width: 768px){
  .banner-mod-in {
      min-height: unset;
  }
  .banner-mod-wrp {
      padding: 80px 0;
  }
}
@media(max-width: 420px){
  .banner-mod-btn-wrp {
      display: block;
  }
}


