@charset "UTF-8";
/* CSS Document */

/*  IMPORT FONTS  */

@font-face {
  font-family: Interstate_exLight;
  src: url('https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/fonts/Interstate_exLight.eot');
  src: url('https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/fonts/Interstate_exLight.eot?#iefix') format('embedded-opentype'),
     url('https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/fonts/Interstate_exLight.ttf') format('truetype'),
     url('https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/fonts/Interstate_exLight.svg#InterstateLight') format('svg');
}

@font-face {
  font-family: Interstate_Light;
  src: url('https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/fonts/InterstateLight.eot');
  src: url('https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/fonts/InterstateLight.eot?#iefix') format('embedded-opentype'),
     url('https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/fonts/InterstateLight.ttf') format('truetype'),
     url('https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/fonts/InterstateLight.svg#InterstateLight') format('svg');
}

/* RESET CSS */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-size: 100%;
  border: 0;
  vertical-align: baseline;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1;
  font-family: "Interstate_Light", Helvetica, Arial, "sans-serif";
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
    font-weight: bold!important;
}
img {
    width: 100%;
    height: auto;
}
.arial {
    font-family: Arial, Helvetica, sans-serif;
}


/* MAIN CSS */

.mobile-img {
    margin-bottom: 2em;
}
#cover {
    background: url(https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/images/cover-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
    height: 100vh; 
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* padding: 7rem 2rem 4rem; */
    margin-bottom: 5em;
}
#cover > div:nth-of-type(1) {
    width: 100%;
    height: 30vh;
    display: flex;
    /* align-content: flex-end; */
    align-items: flex-end;
}
#cover > div:nth-of-type(1) div {
    flex: 1 1 0px;
}

#cover > div:nth-of-type(1) div:nth-of-type(1) {
    padding: 3rem 0rem 4rem 2rem;
    flex: 2 2 0px;
}
#cover > div:nth-of-type(1) div:nth-of-type(2) {
    padding: 3rem 2rem 4rem 0rem;
    display: flex;
    justify-content: flex-end;
}
#cover > div:nth-of-type(2) {
    height: 55vh;
    background-image: url(https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/images/covax-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}
#cover > div:nth-of-type(3) {
    width: 100%;
}
#cover > div:nth-of-type(3) p {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: bold;
    padding: 3rem 2rem;
    font-style: italic;
    margin-bottom: 0;
}
#cover h1 {
    color: #002d72;
    font-weight: 600;
    font-size: 1.3rem;
}
.c-logo-white {
    max-width: 80px;
}
#value-proposition {
    margin-bottom: 5em;
}

#value-proposition div, .regular-content {
    padding: 20px;
}

#value-proposition h2 {
    color: #005aa1;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.4em;
}

#value-proposition h3  {
    color: #002d72;
    font-size: 1.6rem;
    margin-bottom: 1em;
}

.regular-content h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1em;
    color: #005aa1;    
}
.regular-content h3 {
    font-size: 1.2rem;
    color: #005aa1;
    margin: 1em 0;
}

p {
    margin-bottom: 1em;
    line-height: 1.4rem;
    font-size: 0.9rem;
}

#value-proposition p strong {
    color: #002d72;
}

.principles {
    background-color: #eee;
    padding: 3rem 2rem;
    margin-bottom: 2em;
}    
.principles h2 {
    font-size: 1.4em;
    color: #005aa1;
    font-weight: 600;
    margin-bottom: 1.4em;
}  
.principles ul {
    list-style: none;
    margin: 0;
    padding: 0 1em 0 1.2em;
    border-left: 1px solid #002d72;
}  
.principles ul li {
    font-size: 1.2em;
    color: #002d72;
    font-weight: 600;
    margin-bottom: 1em;
    line-height: 1.4;
} 
.principles ul li:last-of-type {
    margin-bottom: 0;
} 

.jane-container {
    position: relative;
}
.jane-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 50;
    width: 100%;
    padding: 2rem 2rem;
}
.jane-title p {
    font-weight: 600!important;
    color: #002d72;
    margin-bottom: 0.2rem;
}
.jane-title p:last-of-type {
    margin-bottom: 0;
}
.jane-img {
    height: 100%;
    min-height: 400px;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/images/janefraser.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 10;
}
.callout {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1em;
    padding: 2em;
    background: #005aa1;
    background: linear-gradient(45deg, rgba(0,45,114,1) 0%, rgba(0,90,161,1) 60%);
    line-height: 1.4;
}

.snapshot {
    margin: 3rem 0;
}
.snapshot h2 {
    text-align: center;
    border-bottom: 1px dotted #002d72;
    padding-bottom: 1em;
    margin:0;
}
.snapshot h3 {
    text-align: center;
    border-bottom: 1px dotted #002d72;
    color: #002d72;
    font-weight: 600;
    padding: 1em 0; 
    margin:0;   
}
.snapshot h4 {
    color: #002d72;
    padding: 2em 0 1em;
    font-weight: 600; 
}
.snapshot p {
    font-size: 1.8rem;
    color: #005aa1;
    font-weight: 600!important;
    margin-bottom: 1.15em;
    line-height: 2.52rem;
}

.stat-flex-2col {
    display: flex;
    padding: 3em 0;
    border-bottom: 1px dotted #002d72;

}
.stat-flex-2col div {
    flex: 1 1 0px;
    text-align: center;    
}

.stat-flex-2col div > div {
    border-bottom: 1px dotted #002d72;
    margin: 0 2em;
}

.stat-flex-2col > div:first-child {
    border-right: 1px dotted #002d72;
}

.stat-flex-2col div > div:last-child {
    border-bottom: none;
}
.stat-1col {
    text-align: center;
    border-bottom: 1px dotted #002d72;
}
.stat-1col .match-header {
    color: #002d72;
    font-size: 1em;
    padding: 0em 0 2em;
}
.snapshot:first-of-type .stat-1col:last-of-type p {
    margin-bottom: .6em;
}

#impact-fund-image {
    width: 100%;
    height: 160vh;
    background-image: url(https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/images/bridgebuiltbyciti.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;   
}
#impact-fund-image p {
    font-weight: 600;
    color: #000;
    font-size: 0.94rem;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    position: absolute;
    top: 3em;
    left: 1em;
    margin-right: 1em;
    max-width: 400px;
    /*margin: 0;
     margin: 2em 1.25em; */
}

.regular-content h2.esg-hdr {
    font-size: 2rem;
    padding: 20px;
    border-radius: 15px;
    border: 1px dotted #002d72;
    text-align: center;
    color: #002d72;
    max-width: 968px;
}

.esg-collage {
    max-width: 968px;
}

.esg-collage p {
    color: #002d72;
    font-weight: 600;
    padding: 20px;
    margin: 0;
    font-size: 1.15rem;
}
span.cyan {
    color: #005aa1;
}
.sz21 {
    font-size: 1rem;
}
.sz23 {
    font-size: 1.5rem;
}
.sz32 {
    font-size: 2rem;
}
.sz40 {
    display: inline-block;
    font-size: 6rem;
    font-weight: normal;
    vertical-align:middle;
    transform: translateY(-11px);
}
.mb5 {
    margin-bottom: 5px;
    display: inline-block;
}
.stack {
    display: inline-block;
}
.numfloat {
    font-size: 3.6rem; 
    float: left; 
    margin-right: 20px;
    margin-bottom: 30px; 
    margin-top: 30px
}
.vert {
    font-size: 1.2rem;
    transform: rotate(-90deg) translateX(36px); 
    display: inline-block;
    font-weight: 600;
    color: #002d72;  
    margin-right: -10px;  
}
.esg-flex-vert div p {
    padding: 3s.4rem 20px 0px 20px;
    line-height: 1.2;
    text-align: center;
}
.esg-collage.r1 > div:nth-of-type(1) {
    flex: 1 1 0px;
    border-bottom: 1px dotted #002d72;
}
.esg-collage.r1 > div:nth-of-type(2) {
    flex: 2 2 0px;
}
.esg-collage.r2 div {
    flex: 1 1 0px;
}
.esg-collage.r2 > div:nth-of-type(2) {
    border-top: 1px dotted #002d72;
    border-bottom: 1px dotted #002d72;
}
.esg-collage.r2 div:nth-of-type(1) div:nth-of-type(1), .esg-collage.r2 div:nth-of-type(1) div:nth-of-type(2), .esg-collage.r2 div:nth-of-type(3) div:nth-of-type(1) {
    border-bottom: 1px dotted #002d72;
}
.esg-collage.r2 div:nth-of-type(1), .esg-collage.r2 div:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.esg-collage.r2 div:nth-of-type(1) div, .esg-collage.r2 div:nth-of-type(3) div {
    display: flex;
    align-items: center;
}
.esg-collage.r2 div:nth-of-type(3) div:nth-of-type(1) {
    flex: 1.3 1.3 0px;
}
.esg-collage.r2 div:nth-of-type(3) div:nth-of-type(1) p {
    padding-right: 30px;
    line-height: 1.1;
}
.esg-collage.r3 {
    border-top: 1px dotted #002d72;
}
.esg-collage.r3 > div:nth-of-type(1) {
    flex: 2 2 0px;
}
.esg-collage.r3 > div:nth-of-type(2) {
    flex: 1 1 0px;
    border-top: 1px dotted #002d72;
}
.esg-collage.r1 > div:nth-of-type(2) > div {
    border-bottom: 1px dotted #002d72;
}
.esg-flex-h {
    display: flex;
    align-items: center;
}
.esg-flex-h.r3 div:nth-of-type(1) img {
    min-width: 242px;
    max-width: 242px;
}
.esg-flex-h div.sq-img {
    max-width: 180px;
    min-width: 180px;
}
.esg-flex-vert {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#changing-perceptions {
    background: url(https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/images/perceptions-skiing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#changing-perceptions > div:nth-of-type(1) {
    padding: 4em 3em 0em;
}

#changing-perceptions > div:nth-of-type(2) {
    height: 52.5vh;
}

#changing-perceptions > div:nth-of-type(3) {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1em 1.25em 2em; 
}

#changing-perceptions > div:nth-of-type(3) {
    display: flex;
    justify-content: space-between;
}

#changing-perceptions > div:nth-of-type(3) div p {
    width: 85%;
    line-height: 1.4;
    font-weight: 600;
}

#changing-perceptions > div:nth-of-type(3) a {
    color: #005aa1;
    text-decoration: underline;
    transition: color .2s ease-in-out;
}

#changing-perceptions > div:nth-of-type(3) a:hover {
    color: #002d72;
    text-decoration: none;
}
#changing-perceptions > div:nth-of-type(1) span {
    display: block;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

#changing-perceptions > div:nth-of-type(1) span:nth-of-type(1) {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 5px;
    padding-bottom: 1rem;
    padding-right: 6rem;
}
#changing-perceptions > div:nth-of-type(1) span:nth-of-type(2) {
    font-size: 3rem;
    padding-right: 6rem;
    font-family: "Interstate_exLight", Arial, Helvetica, sans-serif;
}
#changing-perceptions > div:nth-of-type(1) span:nth-of-type(3) {
    font-size: 3rem;
    padding-left: 6rem;
    padding-bottom: 1rem;
    font-family: "Interstate_exLight", Arial, Helvetica, sans-serif;
}
#changing-perceptions > div:nth-of-type(1) span:nth-of-type(4) {
    font-size: 1rem;
    font-weight: 600;
    padding-left: 6rem;    
}

.c-logo-blue {
    max-width: 120px;
}
.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jane-signature {
    max-width: 80px; 
    margin-bottom: .5em;
}

/* DIGITAL TIMELINE _ BUILDING A BANK */

#building-a-bank {
    background: linear-gradient(45deg, rgba(0,29,74,1) 0%, rgba(1,73,131,1) 90%);
    background-image: url(https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/images/globe-final.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 4.5em 0;
}   

.digital-world-timeline div.globe-container {
    color: #fff;
    text-align: center;
    margin-bottom: 2em;
}

.globe {
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.globe h2 {
    text-transform: uppercase;
    display: flex;
    text-shadow: 1px 1px 1px #000;
    padding: 0 40px;
    line-height: 1.2;
    letter-spacing: 4px;
}  
.globe h2 span {
    display: block;
    flex: 1 1 0px;
}
.globe h2 span:nth-of-type(1) {
    font-size: 2rem;
    font-weight: normal;
    text-align: right;
}  
.globe h2 span:nth-of-type(2) {
    font-size: 2rem;
    padding-top: 80px;
    text-align: left;
}  

.left-timeline, .right-timeline {
    padding: 0 1.25em;
}
.right-timeline div, .left-timeline div {
    max-width: 334px;
    text-align: left;
    margin-bottom: 1.25em;
    margin-left: auto;
} 

.left-timeline div p, .right-timeline div p {
    font-weight: normal;
    color: #fff;
    font-size: 0.94rem;
    text-shadow: 1px 1px 1px #000;
    position: relative;
    padding: 10px;
    background-color:rgba(0, 0, 0, 0.7);
    border-radius: 6px;        
}
.left-timeline div p span, .right-timeline div p span{
    font-weight: 600;
    color: #68e1ff;
    display: block;
} 

.right-timeline div p::after {
    content:'';
    position: absolute;
    background: url(https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/images/graphic-spacer-right.png);
    background-size: 50%;
    background-repeat: no-repeat;
    width: 77px;
    height: 13px;
    top: 7px;
    left:-82px;
    transform: scaleX(-1);
} 
.left-timeline div p::after {
    content:'';
    position: absolute;
    background: url(https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/images/graphic-spacer-right.png);
    background-size: 50%;
    background-repeat: no-repeat;
    width: 77px;
    height: 13px;
    top: 7px;
    left:-82px;
    transform: scaleX(-1);
} 

@media (min-width: 768px) {
    #value-proposition div {
        padding:  0 3rem 3rem;
    }  
}

@media (min-width: 1024px) {
    .mobile-img {display: none;} 
   
    #cover > div:nth-of-type(1) div:nth-of-type(1) {
        padding: 3rem 1rem 4rem 10rem;
    }
    #cover > div:nth-of-type(1) div:nth-of-type(2) {
        padding: 3rem 10rem 4rem 1rem;
    }

    #cover > div:nth-of-type(3) p {
        padding: 3rem 10rem;
        font-size: 1.3rem;
        line-height: 1.82rem;
    }
    #cover h1 {
        font-size: 1.8rem;
    }    
    #value-proposition {
        background-image: url(https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/images/pg-3-background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        /* height: 100vh; */
    } 
    #value-proposition div {
        padding: 8rem 2.5rem;
        width: 63%;
    }
    div.regular-content {
        padding: 6rem 2.5rem;
    } 
    p {
        line-height: 1.2rem;
    }
    #value-proposition p {
        text-shadow: 1px 1px 1px #fff;
        /* font-weight:600; */
        /* background-color: rgba(255, 255, 255, 0.2); */
    }
    #letter-shareholders p, #financial-snapshot p {
        font-weight: normal; 
    }
    #value-proposition div p:last-of-type {
        margin-bottom: 0;
    } 

    .jane-hero {
        display: flex;
    } 
    .jane-hero div {
        flex: 1 1 0px;
    } 

    .principles {
        padding: 8rem 5rem;
        max-width: 50%;
        margin-bottom: 0;
    } 
    .principles ul {
        max-width: 70%;
    }  
    .principles h2 {
        font-size: 1.6rem;
    } 
    
    .jane-title {
        padding: 2rem 5rem;
    }
    .jane-img {
        position: absolute;
        height: 100%;
        width: 100%;
    }   
    .regular-content {
        width: 80%;
        margin: 0 auto;
        padding: 6em 0;
    } 
    .regular-content h2 {
        font-size: 2.3rem;
    }
    .regular-content h3 {
        font-size: 1.6rem;
    }
    .callout {
        font-size: 1.6rem;
    }
    .snapshot {
        margin: 6rem 0;
    }

    /* DIGITAL TIMELINE _ BUILDING A BANK */
    #building-a-bank {
        padding: 15em 1em;
    }    

    .digital-world-timeline {
        display: flex;
        align-items: center;
    }

    .digital-world-timeline div {
        flex: 1 1 0px;
    }

    .digital-world-timeline div.globe-container {
        flex: 2.5 2.5 0px;
        order: 2;
        margin-bottom: 0;
    }
    .globe {
        color: #fff;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    } 
    .globe h2 {
        text-transform: uppercase;
        display: flex;
        text-shadow: 1px 1px 1px #000;
        padding: 0 40px;
        line-height: 1.2;
        letter-spacing: 4px;
    }  
    .globe h2 span {
        display: block;
        flex: 1 1 0px;
    }
    .globe h2 span:nth-of-type(1) {
        font-size: 4rem;
        font-weight: normal;
        text-align: right;
        margin-right: 40px;
    }  
    .globe h2 span:nth-of-type(2) {
        font-size: 2.8rem;
        font-weight: 100;
        padding-top: 100px;
        flex: 1.3 1.3 0px;
    }  

    .left-timeline {
        order: 1;
    }

    .left-timeline div {
        max-width: 270px;
        margin-left: auto;
        text-align: right;
        margin-bottom: 2em;
        /* position: relative; */
    }
    .right-timeline {
        order: 3;
    }
    .left-timeline, .right-timeline {
        padding: 0;
    }
    .right-timeline div {
        max-width: 270px;
        margin-right: auto;
        text-align: left;
        margin-bottom: 3em;
        margin-left:0;
    }
    .left-timeline div p::after {
        content:'';
        position: absolute;
        background: url(https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/images/graphic-spacer-right.png);
        background-size: 50%;
        background-repeat: no-repeat;
        width: 77px;
        height: 13px;
        top: 7px;
        right:-82px;
        left:auto;
        transform: scaleX(1);
    }
    .right-timeline div p::after {
        content:'';
        position: absolute;
        background: url(https://uat.citigroup.com/rcs/citigpa/storage/public/Annual_Report/2022/images/graphic-spacer-right.png);
        background-size: 50%;
        background-repeat: no-repeat;
        width: 77px;
        height: 13px;
        top: 7px;
        left:-82px;
        transform: scaleX(-1);
    } 
    
    .left-timeline div:nth-of-type(2) p, .left-timeline div:nth-of-type(6) p{
        margin-right: 30px;
    }
    .left-timeline div:nth-of-type(3) p, .left-timeline div:nth-of-type(4) p, .left-timeline div:nth-of-type(5) p  {
        margin-right:60px;
    } 

    .right-timeline div:nth-of-type(2) p, .right-timeline div:nth-of-type(5) p {
        margin-left: 30px;
    }
    .right-timeline div:nth-of-type(3) p, .right-timeline div:nth-of-type(4) p {
        margin-left: 60px;
    } 
    #value-proposition h2 {
        font-size: 1.6rem;
    }  
    #value-proposition h3 {
        font-size: 2.3rem;
    }  

    .sz21 {
        font-size: 1.3rem;
    }

    /* IMPACT FUND AD */
    #impact-fund-image p {
        /* margin: 2em 12em; */
        left: 3em;
    }    
    
    /* ESG INFO GRAPHIC */
    .esg-collage  {
        display: flex;
    }
    .esg-flex-vert div p {
        text-align: left;
    }    
    .esg-collage.r1 > div:nth-of-type(1) {
        flex: 1 1 0px;
        border-right: 1px dotted #002d72;
    }    
    .esg-collage.r2 > div:nth-of-type(2) {
        border-right: 1px dotted #002d72;
        border-left: 1px dotted #002d72;
        border-top: none;
        border-bottom: none;
        max-width: 199px;
    }  
    .esg-collage.r3 > div:nth-of-type(2) {
        flex: 1 1 0px;
        border-left: 1px dotted #002d72;
        border-top: none;
    }      


    /* CHANGING PERCEPTIONS */
    #changing-perceptions > div:nth-of-type(1) {
        padding: 8em 6em 3em;
    }  
    #changing-perceptions > div:nth-of-type(3) {
        padding: 3em 6em 8em; 
    }  
    #changing-perceptions > div:nth-of-type(2) {
        height: 125vh;
    }        
    #changing-perceptions > div:nth-of-type(1) span:nth-of-type(1) {
        font-size: 2rem;
        padding-bottom: 1rem;
        padding-right: 6rem;
    }
    #changing-perceptions > div:nth-of-type(1) span:nth-of-type(2) {
        font-size: 5rem;
        padding-right: 6rem;
    }
    #changing-perceptions > div:nth-of-type(1) span:nth-of-type(3) {
        font-size: 5rem;
        padding-left: 6rem;
        padding-bottom: 2rem;
    }
    #changing-perceptions > div:nth-of-type(1) span:nth-of-type(4) {
        font-size: 2rem;
        padding-left: 12rem;    
    }
    .jane-signature {
        max-width: 240px; 
        margin-bottom: .5em
    } 
    
}

@media (min-width: 1300px) {
    .regular-content {
        width: 60%;
    } 
    #value-proposition div {
        padding: 8rem 5rem;
    }    

    p {
        font-size: 1rem;
        line-height: 1.4rem;                
    } 


  
     


            
}