html,
body {
  color: #121212;
  background-color: white;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern';
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-family: "Guardian Text Sans Web", Helvetica, Arial, sans-serif;
}

.body-with-rules {
  padding: 10px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.source {
  padding-left: 60px;
  padding-top: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  color: #767676;
}

.ceo-container {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
}

.top-container {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}

.company {
  font-family: "GH Guardian Headline", Georgia, serif;
  font-weight: bold;
  font-size: 30px;
}

.profit-container {
  color: #01665e;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}

.profit {
  font-size: 18px;
  margin-bottom: 3px;
}

.period {
  font-size: 13px;
  font-weight: normal;
}

.quote-container {
  flex-direction: row;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  left: -60px;
  width: calc(100% + 60px);
}

.quote-marks {
  color: #dfc27d;
  font-family: "GH Guardian Headline", Georgia, serif;
  font-size: 119px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 0;
  position: relative;
  top: 44px;
}

.quote {
  font-size: 18px;
  line-height: 1.3;
}

.headshot-container {
  flex-direction: row;
  display: flex;
  align-items: center;
}

.headshot {
  background-color: #dfc27d;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}

.byline {
  font-size: 14px;
  font-weight: 600;
  width: calc(100% - 80px);
}

@media(max-width: 375px) {
  .company {
    font-size: 24px!important;
  }
  .profit {
    font-size: 16px!important;
  }
}