/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.section-routing .router-ctas {
    flex-direction: column;
}
.section-routing .tile .cta:first-child {
    margin-inline-end: 0;
    margin-block-end: 18px;
}

@media only screen and (max-width: 1068px) {
    .section-get-started .tile-custom-plans .tile-content .tile-image {
        align-self: end;
    }
}
@media only screen and (max-width: 1068px) {
    .section-get-started .tile-custom-plans .tile-content .tile-copy {
        margin-block: 30px;
    }
}
@media only screen and (max-width: 734px) {
    .section-get-started .tile-custom-plans .tile-content .tile-image {
        align-self: auto;
    }
}
@media only screen and (max-width: 734px) {
    .section-get-started .tile-custom-plans .tile-content .tile-copy {
        margin-block: none;
    }
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
