.card-height-min {
min-height:550px;
}
@media only screen and (max-width: 1060px) {
  .card-height-min {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .gain-avoid-container {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
   }
	
.responsive-hero {
	padding-left:calc(8px + 1.5625vw);
	padding-right:calc(60px + 1.5625vw);
}

.anchor {
	position: relative;
}

.anchor #get-in-touch {
		position: absolute;
    left: 0;
    top: -120px; 
    height: 0;
    width: 0;
}

.wp-block-button__link {
color: white;
background-color: #004BF5;
	border: none;
	border-radius: 8px;
}
	
.wp-block-button__link:hover {
color: white;
background-color: #133151;
	border: none;
	border-radius: 8px;
}

.wp-block-button {
	color: white;
	background-color: #004BF5;
	border: none;
	border-radius: 8px;
}
	
.wp-block-button:hover {
	color: white;
	background-color: #133151;
	border: none;
	border-radius: 8px;
}

.a.button {
	color: white;
	background-color: #004BF5;
	border: none;
	border-radius: 8px;
}	
	
.a.button:hover {
	color: white;
	background-color: #133151;
	border: none;
	border-radius: 8px;
}

.a.button.outline {
color: #004BF5;
background-color: white;
border: 1px solid #004BF5;
border-radius: 8px;
}

.a.button.outline:hover {
color: white;
background-color: #004BF5;
	border-radius: 8px;
	border-width: 2px;
	border-color: white;
}
	
.a.wp-block-button {
	color: white;
	background-color: #004BF5;
	border: none;
	border-radius: 8px;
}
	
.a.wp-block-button:hover {
	color: white;
	background-color: #133151;
	border: none;
	border-radius: 8px;
}
	
.wp-block-ainoblocks-button	{
	color: white;
	background-color: #004BF5;
	border: none;
	border-radius: 8px;
}

.wp-block-ainoblocks-button__link	{
	color: white;
	background-color: #004BF5;
	border: none;
	border-radius: 8px;
}
	
.wp-block-ainoblocks-button:hover {
	color: white;
	background-color: #133151;
	border: none;
	border-radius: 8px;
}
	
.wp-element-button {
	color: white;
	background-color: #004BF5;
	border: none;
	border-radius: 8px;
}

.wp-element-button:hover {
	color: white;
	background-color: #133151;
	border: none;
	border-radius: 8px;
}
	
	.post-content {
		margin-bottom: 16px;
	}
	
.p {
		padding-bottom: 16px;
	}
	
.ul {
		margin: 6px 24px 16px 24px;
	}
	
.ol {
		margin: 6px 24px 16px 24px;
	}
	
.li {
		padding: 6px 24px 16px 24px;
	margin-bottom: 16px;
	}
