
.kalaSada {
  background: linear-gradient(
    to top,
    #121921 50%,
    white 50%
  );
  margin-top: clamp(100px, 15vw, 228px);
}


.amazon-ppc-strategy {
  width: 100%;
  background: linear-gradient(
    to right,
    #05214b 0%,
    #133c9f 40%,
    #194cc4 70%,
    #36abdb 100%
  );
  border-radius: 12px;
  z-index: 10;
  overflow: hidden;
  height: auto;
  position: relative;
}

.amazon-ppc-card-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding: 20px 15px 0;
}

.amazon-ppc-strategy h1 {
  position: relative;
  color: white;
  font-size: clamp(20px, 5vw, 28px);
  font-weight: 400;
  padding: 20px 15px;
  z-index: 20;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

.amazon-ppc-card-header span {
  color: #0fecee;
}

.amazon-ppc-strategy-img {
  position: relative;
  height: auto;
  width: 100%;
}

.img-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.img-wrapper img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

@media screen and (min-width: 360px) {
  .amazon-ppc-strategy h1 {
    font-size: clamp(22px, 5vw, 30px);
    padding: 25px 20px;
  }

  .img-wrapper {
    padding: 0 20px;
  }

  .img-wrapper img {
    max-height: 320px;
  }
}

@media screen and (min-width: 480px) {
  
  .amazon-ppc-strategy {
    border-radius: 15px;
  }

  .amazon-ppc-card-header {
    padding-top: 25px;
    padding: 25px 20px 0;
  }

  .amazon-ppc-strategy h1 {
    font-size: clamp(28px, 5vw, 36px);
    padding: 30px 25px;
  }

  .img-wrapper {
    padding: 0 25px;
  }

  .img-wrapper img {
    max-height: 380px;
    border-radius: 10px;
  }
}

@media screen and (min-width: 768px) {
  

  .amazon-ppc-strategy {
    border-radius: 18px;
  }

  .amazon-ppc-card-header {
    padding-top: 30px;
    padding: 30px 30px 0;
  }

  .amazon-ppc-strategy h1 {
    font-size: clamp(36px, 4.5vw, 42px);
    padding: 35px 30px;
  }

  .img-wrapper {
    padding: 0 30px;
  }

  .img-wrapper img {
    max-height: 450px;
    border-radius: 12px;
  }
}

@media screen and (min-width: 1024px) {
 

  .amazon-ppc-strategy {
    border-radius: 20px;
    height: auto;
  }

  .amazon-ppc-card-header {
    padding-top: 35px;
    padding: 35px 40px 0;
  }

  .amazon-ppc-strategy h1 {
    font-size: clamp(42px, 4vw, 48px);
    padding: 40px;
  }

 
  .img-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 40px;
  }

  .img-wrapper img {
    width: 95%;
    max-height: 520px;
    height: auto;
    border-radius: 15px;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .amazon-ppc-strategy {
    height: auto;
  }

  .amazon-ppc-strategy h1 {
    font-size: 48px;
  }

  .img-wrapper {
    padding: 0 50px;
  }

  .img-wrapper img {
    max-height: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .amazon-ppc-strategy {
    height: auto;
  }

  .img-wrapper {
    padding: 0 60px;
  }

  .img-wrapper img {
    max-height: 650px;
  }
}

@media screen and (min-width: 1600px) {
  .amazon-ppc-strategy {
    height: auto;
  }

  .img-wrapper {
    padding: 0 70px;
  }

  .img-wrapper img {
    max-height: 700px;
  }
}

@media screen and (min-width: 1920px) {
  .amazon-ppc-strategy {
    height: auto;
  }

  .img-wrapper {
    padding: 0 80px;
  }

  .img-wrapper img {
    width: 95%;
    height: auto;
    max-height: 720px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .img-wrapper img {
    transition: none;
  }
}