#site-content {
    overflow: visible;
}

.approach-left {
    flex: 1;
    border-radius: 0 10rem 0 0;
    border: 1px solid;
    border-left: none;
    border-bottom: none;
    padding-right: 6rem;
}

.approach-inner {
    display: flex;
	padding: 15rem 0;
}

.approach-right {
    flex: 1;
    padding-left: 6rem;
}

.approach-step h3 {
    margin-top: 0;
    margin-bottom: 2rem;
}

.approach-step {
    margin-top: 10rem;
	max-width: 56rem;
}

.approach-step .wp-block-button {
    margin: 0;
    display: flex;
}

.approach-step .wp-block-button a {
    width: auto;
}


.approach-left h2 {
    margin-top: 10rem;
	margin-bottom: 0;
    position: sticky;
    top: 50px;
	 max-width: 60rem;
    margin-left: 0;
}





/* Responsive breakpoints  */
/* Desktop small */
@media only screen and (max-width: 1100px) {


}

/* Tablet */
@media only screen and (max-width: 700px) {


.approach-inner {
    flex-direction: column;
}

.approach-right {
    padding-left: 0;
    padding-right: 2rem;
    border-right: 1px solid;
}
	
}


/* Iphone */
@media only screen and (max-width: 450px) {
  
}

