.elementor .sp-img img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 190px!important;
  max-width: 170px!important;
}
.sp-img {
  width: auto;
  position: relative;
}
.sp-offer {
  padding-block: 0px;
  padding-inline: 0px;
  padding-right: 16px;
}
.sp-right-content {
  padding-inline: 0px;
  padding-bottom: 0px;
padding-block:10px;
}
.sp-rounup {
  bottom: 8px;
  left: 14px;
  top: unset;
}
@media screen and (max-width: 768px) {
  .elementor .sp-img img {
/*     border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    max-width: 100%;
    height: 100%;
   width:100%; */
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto !important;
    max-width: unset !important;
  }
  .sp-offer {
    padding-block: 0px;
    padding-inline: 0px;
    padding-right: 0px;
  }
  .sp-right-content {
    padding-inline: 16px;
	text-align: start;
    width: 100%;
    padding-bottom: 16px;
  }
  .sp-content {
    gap: 0px;
  }
.sp-img {
  width: 100%;
 
}
}
