.mvp-banner {
  background-image: url(/images/mvpimages/mvp-banner.webp);
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.mvp-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #212d39;
  z-index: -1;
  opacity: 0.8;
}
.mvp-banner h1 {
  color: #fff;
}
.mvp-banner h1 strong {
  display: block;
}
body .mvp-banner span::before {
  background-image: linear-gradient(45deg, #d9e6e8, #ffffff30);
}
.mvp-amplify-main .row {
  background-image: url(/images/mvpimages/amplify-bg.webp);
  padding: 50px 12px 40px;
  border-radius: 24px;
  margin: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.mvp-webguruz .servteaminr img {
  max-width: 100%;
  border-radius: 24px;
}
.mvp-amplify-main .image {
  text-align: center;
  padding-bottom: 0px !important;
}
.mvp-amplify-main img {
  width: 100%;
  max-width: 433px;
  margin: auto;
}
.mvp-dev-process ul li {
  margin-bottom: 12px;
  list-style: disc;
}

section.small-startups-main .startup-box p {
  font-weight: 600;
}
.small-startups-main .card-icon-sub img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 18px;
}
.startup-box img {
  padding-bottom: 24px;
  height: 140px;
  object-fit: contain;
}
.card-icon-sub {
  background-color: #fff8f2;
  height: 100%;
  padding: 25px 20px;
  border-bottom: 4px solid #e0b28b;
}
a.explore-btn.red-btn.mvp-btn {
  background-image: url(/images/arrow-right-btn.webp);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 95% 7px;
  padding: 11px 47px 10px 21px;
}
.mvp-dev-process h2::after,
.small-startups-main h2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 60px;
  height: 1px;
  z-index: 1;
  left: 0;
  background-color: #000;
}
.mvp-dev-process h2::before,
.small-startups-main h2::before {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 90px;
  height: 1px;
  background-color: #000;
}
.mvp-dev-process h2,
.small-startups-main h2 {
  text-align: left;
  max-width: 560px;
  position: relative;
  padding-bottom: 20px;
}

/* media query start */
@media (min-width: 1199px) {
.mvp-banner h1 {
    font-size: 53px;
}
.mvp-dev-process img {
    width: auto;
  }
}


@media (max-width: 991px) {
  .startup-box {
    max-width: 210px;
  }
  .startup-box:after {
    right: -5px;
  }
}
@media (max-width: 767px) {
    .startup-box {
        max-width: 100%;
    }
    section.mvp-amplify-main {
        padding-top: 0 !important;
    }
  }
  @media screen and (max-device-width: 767px) and (min-device-width: 575px) { 
  section.small-startups-main .row {
    flex-direction: row;
}
section.small-startups-main .row .col-sm-4.col-xs-12 {
    width: 50%;
}
  }
@media (max-width: 479px) {
  .mvp-dev-process img {
    width: 100%;
  }
}
