#cta-container{
	font-family:Plus Jakarta Sans;
  border-radius:10px; 
  padding: 30px;
  display: flex;
	flex-direction:row;
	flex-wrap:wrap;
  background-position: center;
  background-color:#f8f7f9;
	max-width: 600px;
}

#cta-img{
  max-width:40%;
	display:flex;
	flex-direction:column;
	align-items:center;
	align-content:center;
	justify-content:center;
  padding-right:30px;
  height:auto;
  margin:auto;
}

#cta-img img{
  border-radius:5px;
  vertical-align:middle;
	max-height:150px;
}

#cta-info{
  text-decoration: none;
  max-width:60%;
	align-items:center;
}
#offer-type{
  width:auto;
  font-size:14px;
  font-weight:300;
  letter-spacing:4px;
  text-transform:uppercase;
}

#offer-title{
  width:100%;
  font-family:inherit;
  font-size:21px;
  font-weight:700;
  line-height:24px;
  padding-top:7px;
}

#cta-button{
  width:auto;
  margin-top:17px;
  padding:15px 20px 15px 20px;
  font-size:16px;
  border-radius:3px;
  font-family:inherit;
  font-weight:700;
  color:#033045;
  background-color:#ffcd21;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border:none;
  overflow:hidden;
  position: relative;
}

#cta-button:hover{
  background-color:#ffee9e;
  cursor: pointer;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
  overflow: hidden;
  transition: all 0.1s;
}

.button:after {
  content: "";
  background:#ffcd21;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  border-radius:50px;
  transition: all 1s;
  cursor: pointer;    
}

.button:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
  cursor: pointer;
}

@media screen and (max-width: 1000px){
#cta-container{
  padding:25px;
  }
  
#cta-img{ 
  max-width:35%;
  max-height:auto;
  }
  
#cta-info{
  padding-left:10px;
  padding-top:0;
  }
  
}
  

@media screen and (max-width: 600px){
#cta-container{
  padding:25px;
  }
  
#cta-img{ 
  display:inline-block;
  max-width:300px; 
  padding-right:30px;
	padding-bottom:25px;
  height:auto;
  margin:auto;
 	display:none;
  }
  

  
#cta-info{
  padding:0;
	max-width:100%;
  }
  
}
  