/*featured-mfp tab*/
@media only screen and (min-width: 992px) {
.home-featured-row {background-size: cover!important;padding: 20% 0!important;}
}

@media (min-width: 768px) and (max-width: 991px){
.home-featured-row {background-size: cover!important;padding: 20% 0!important;}
}

/*featured-mfp tab*/
@media (max-width: 767px){
.home-featured-row {background-size: cover!important;padding: 40% 0!important;}
}




/*cta larger*/
@media (min-width: 1500px){
.ample-curve{padding-top:20%;padding-bottom:20%;}
}

/*cta normal*/
.ample-curve{padding-top:17%;padding-bottom:20%;}

/*cta tab*/
@media (min-width: 768px) and (max-width: 991px){
.ample-curve{padding-top: 13%;padding-bottom: 13%;background-size: cover!important;}
}

/*cta*/
@media (max-width: 767px){
.ample-curve{background-size:cover!important;padding: 120px 0!important;background-position: 50% 0!important;}
}





/*cut-row shape top*/
@media (max-width: 767px){
.cut-row {
    margin-top: -60px!important;
    margin-bottom: -20px!important;
}  

.cut-row::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  height: 45px;
  width: 100%;
  margin: auto;
  align-items: center;
  display: flex;
  align-self: center;
  background-color: #171717;
  clip-path: polygon(0 150%, 150% 150%, 100% 100%, 150% 0%, 0 0%);
  border-radius: 0 0 100% 100%;
  box-shadow: inset rgb(0 0 0 / 37%) 0px -9px 12px 0px;
  z-index: -99!important;
  justify-content: center;
}


/*cut-row shape bottom*/
.cut-row::after {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  height: 40px;
  width: 100%;
  margin: auto;
  align-items: center;
  display: flex;
  align-self: center;
  background-color: #171717;
  clip-path: polygon(0 100%, 100% 100%, 100% 0%, 50% 0, 0 0%);
  border-radius: 100% 100% 0 0;
  box-shadow: inset rgb(0 0 0) 0px 25px 23px -23px;
}
}


