diff --git a/app/views/content/landing/return-to-teaching-advisers.md b/app/views/content/landing/return-to-teaching-advisers.md
new file mode 100644
index 0000000000..4d35d7b954
--- /dev/null
+++ b/app/views/content/landing/return-to-teaching-advisers.md
@@ -0,0 +1,12 @@
+---
+title: "Get an adviser"
+description: If you're thinking about teaching in England, an adviser can offer free one-to-one support as little or as often as you need it.
+content:
+ - content/landing/return-to-teaching-advisers/header
+ - content/landing/return-to-teaching-advisers/adviser
+image: "static/images/content/campus-advisers/adviser.jpeg"
+colour: "green"
+layout: "layouts/minimal"
+talk_to_us: false
+noindex: true
+---
diff --git a/app/views/content/landing/return-to-teaching-advisers/_adviser.html.erb b/app/views/content/landing/return-to-teaching-advisers/_adviser.html.erb
new file mode 100644
index 0000000000..09a977ed68
--- /dev/null
+++ b/app/views/content/landing/return-to-teaching-advisers/_adviser.html.erb
@@ -0,0 +1,14 @@
+
+
+
+ <%= render Content::AdviserComponent.new(
+ title: "Free one-to-one support by phone, text or email",
+ intro: "If you're thinking about returning to teaching in England, an adviser can help you get classroom experience, search for teaching jobs and support you with the application process. You can talk to an adviser as little or as often as you need. To be eligible for an adviser, you'll need English qualified teacher status (QTS) and want to
+ teach in an English state school.",
+ color: "transparent",
+ margin: false,
+ heading: :l
+ ) %>
+
+
+
diff --git a/app/views/content/landing/return-to-teaching-advisers/_header.html.erb b/app/views/content/landing/return-to-teaching-advisers/_header.html.erb
new file mode 100644
index 0000000000..5e51fd2bfb
--- /dev/null
+++ b/app/views/content/landing/return-to-teaching-advisers/_header.html.erb
@@ -0,0 +1,6 @@
+<%= render Content::CampaignHeroComponent.new(
+ title: ["Get a", "return to", "teaching adviser"],
+ colour: @front_matter["colour"],
+ image: @front_matter["image"],
+ background_colour: "grey"
+) %>
diff --git a/app/webpacker/styles/components/campaign-hero.scss b/app/webpacker/styles/components/campaign-hero.scss
index 254c66f0f1..60d9c7bc54 100644
--- a/app/webpacker/styles/components/campaign-hero.scss
+++ b/app/webpacker/styles/components/campaign-hero.scss
@@ -74,6 +74,17 @@
}
}
+ &.green {
+ @include slanted-bottom($green, $grey);
+
+ background-color: $green;
+ color: $black;
+
+ h1 > span {
+ background: $yellow;
+ }
+ }
+
h1 {
margin: 1em auto 0 1em;
z-index: 5;