.container {
  max-width: 750px;
  margin: 0 auto;
}
.cta {
  position: relative;
}
.cta a img {
  position: absolute;
  bottom: 30%;
  right: 8%;
  width: 83%;
 
  
}
img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cta a img {
    position: absolute;
    bottom: 30%;
    right: 0%;
  }
  .cta a img {
    width: 85%;
    position: absolute;
    bottom: 30%;
    right: 8%;
    
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
footer {
  padding: 30px;
  text-align: center;
  color: #f5679b;
}