p {
-ms-word-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
hyphenate-lines: 3;
-webkit-font-feature-settings: "liga", "dlig";
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga", "dlig";
-o-font-feature-settings: "liga", "dlig";
font-feature-settings: "liga", "dlig";
} .block-people-block {
margin-top: 5rem;
padding: 0 6rem;
} .block-people-block .people-subheading {
color: #E95E0B;
font-size: 25px;
line-height: 30px;
} .block-people-block .people-heading {
margin-top: 1rem;
color: #23473E;
font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-weight: 500;
font-size: 70px;
line-height: 80px;
} .block-people-block .people-grid {
margin-top: 3rem;
display: grid;
grid-template-columns: 1fr;
grid-gap: 1.5rem;
} .block-people-block .people-grid .person {
display: flex;
flex-direction: column;
align-items: space-between;
} .block-people-block .people-grid .person .person-name {
padding-top: 1.5rem;
font-weight: bold;
font-size: 24px;
line-height: 28px;
color: #23473E;
} .block-people-block .people-grid .person .person-role {
margin-top: 0.5rem;
font-weight: 300;
font-size: 16px;
line-height: 20px;
color: #23473E;
} .block-people-block .people-grid .person .person-bio {
margin-top: 1rem;
font-size: 16px;
line-height: 20px;
} .block-people-block .people-grid .person .person-email a {
margin-top: 1rem;
font-size: 16px;
font-weight: bold;
color: #000;
} .block-people-block .undefined {
background: #1d1d1d;
width: 100%;
height: 300px;
color: #ffffff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
} .block-people-block .undefined h3 {
color: #ffffff;
}
@media only screen and (min-width: 767px) { .block-people-block .people-grid {
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (min-width: 1030px) { .block-people-block .people-grid {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media only screen and (min-width: 1440px) { .block-people-block .people-grid {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}p {
-ms-word-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
hyphenate-lines: 3;
-webkit-font-feature-settings: "liga", "dlig";
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga", "dlig";
-o-font-feature-settings: "liga", "dlig";
font-feature-settings: "liga", "dlig";
} .block-text-and-image {
margin-top: 2rem;
} .block-text-and-image .text-and-image-grid {
width: 100%;
display: grid;
grid-template-columns: 1fr;
grid-gap: 1.5rem;
align-items: center;
} .block-text-and-image .text-and-image-grid .text-and-image-text .tai-subheading {
font-size: 20px;
font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
color: #E95E0B;
} .block-text-and-image .text-and-image-grid .text-and-image-text .tai-heading {
font-size: 50px;
line-height: 60px;
font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-weight: 500;
color: #23473E;
margin-bottom: 40px;
} .block-text-and-image .text-and-image-grid .text-and-image-text .tai-body {
font-size: 20px;
line-height: 30px;
color: #ffffff;
} .block-text-and-image .text-and-image-grid .text-and-image-text .tai-cta {
margin-top: 40px;
}
@media only screen and (min-width: 1030px) { .block-text-and-image {
margin-top: 5rem;
} .block-text-and-image .text-and-image-grid {
grid-template-columns: 1fr 1fr;
padding-top: 5rem;
} .block-text-and-image .text-and-image-grid .tai-body {
margin-bottom: 80px;
}
}