diff --git a/src/images/what-is-tia/what-is-tia-role-1.png b/src/images/what-is-tia/what-is-tia-role-1.png index d9795af20..af51b1a07 100644 Binary files a/src/images/what-is-tia/what-is-tia-role-1.png and b/src/images/what-is-tia/what-is-tia-role-1.png differ diff --git a/src/images/what-is-tia/what-is-tia-role-2.png b/src/images/what-is-tia/what-is-tia-role-2.png index 0300673db..91f0f9d03 100644 Binary files a/src/images/what-is-tia/what-is-tia-role-2.png and b/src/images/what-is-tia/what-is-tia-role-2.png differ diff --git a/src/images/what-is-tia/what-is-tia-role-3.png b/src/images/what-is-tia/what-is-tia-role-3.png index 4984aaee8..3eca00c7d 100644 Binary files a/src/images/what-is-tia/what-is-tia-role-3.png and b/src/images/what-is-tia/what-is-tia-role-3.png differ diff --git a/src/scss/pages/page-what-is-tia.scss b/src/scss/pages/page-what-is-tia.scss index 3e3c943cd..dcbe3394b 100644 --- a/src/scss/pages/page-what-is-tia.scss +++ b/src/scss/pages/page-what-is-tia.scss @@ -158,14 +158,14 @@ } .tia-role { - padding-top: 100px; + padding-top: 80px; padding-bottom: 50px; @include media-breakpoint-up(lg) { padding-top: 145px; padding-bottom: 100px; } .role-items { - margin-top: 24px; + margin-top: 32px; display: flex; justify-content: space-between; flex-direction: column; @@ -184,12 +184,11 @@ display: flex; flex-direction: column; justify-content: center; - height: 150px; - width: 120px; + height: 100%; + width: 140px; margin-bottom: 10px; @include media-breakpoint-down(sm) { - height: 110px; - width: 80px; + width: 100px; } @include media-breakpoint-up(lg) { margin-bottom: 20px; @@ -221,7 +220,7 @@ } .custody-stacking { - padding-top: 20px; + padding-top: 0px; padding-bottom: 60px; @include media-breakpoint-up(lg) { padding-top: 0px; @@ -519,7 +518,7 @@ .link-title { color: #000; font-family: $ruberoid; - font-size: 22px; + font-size: 24px; font-style: normal; font-weight: 700; line-height: normal;