@import "style.css";
@import "ritual.css";

.main-page-container {
  background-attachment: fixed;
  background-image: url(images/bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width : 767px) {
  .main-page-container {
    background-size: cover;
  }
}

.header .logo-container {
  align-items: center;
  float: left;
  height: 100px;
  margin-left: -40px;
  margin-top: -10px;
  position: absolute;
  width: 200px;
}

.zone-map-container {
  background-color: rgb(229, 227, 223);
  border-radius: 5px;
  height: 100%;
  margin-bottom: 50px;
  min-height: 400px;
  min-width: 360px;
  width: 100%;
}

.blue-line {
  border: 2px solid #00A7C4;
  box-sizing: border-box;
  height: 50px;
  width: 0px;
}
.brands-widget-container {
  height: 300px;
  max-width: 75vw;
}
.btn {
  border: unset;
  text-transform: unset;
}
.btn:hover {
  background: black;
  color: white;
}

.button-group {
  margin-bottom: 40px;
  text-align: center;
}

.button--ordernow {
  background-color: #00A7C4;
  border: 0;
  border-radius: 2px;
  color: white;
  font-size: 16px;
  height: 44px;
  width: 180px;
}

.header .logo img {
  left: 0;
  top: 0;
}

.button--ordernow:hover {
  background-color: #00A7C4;
  color: white;
}
.raised-on-active {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.raised-on-active:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease;
}
.button--learn-more {
  background-color: #000;
  border: 0;
  border-radius: 2px;
  height: 44px;
  min-width: 180px;
}
.button--search {
  background-color: #000;
  border: none;
  border-radius: 0px 2px 2px 0px;
  float: right;
  height: 100%;
  width: 100px;
}
.button--search-text {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 16px;
  text-align: center;
}

.center {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: center;
  text-align: center;
}

.diamond-icon {
  background-image: url(https://lh3.googleusercontent.com/a29fbt_S100pumtfeE0z09SnQdXPYlMRjnR_k_AGtMUSY49Frz0znOLmkl3aBDQf-NtvvDldQK3KNqwb7lTxJQ-OdRs);
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  height: 62px;
  margin-right: 10px;
  width: 67px;
}

.grey-square {
  background-color: #D8D8D8;
  border-radius: 5px;
  height: 64px;
  margin-bottom: 30px;
  width: 64px;
}
.flex-center {
  display: flex;
  justify-content: space-evenly;
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-column {
  flex-direction: column;
}
.section-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flex-reverse {
  flex-direction: row-reverse;
}
@media(max-width:767px) {
  .flex-container {
    align-content: space-between;
    justify-content: space-evenly;
  }

  .section-row {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: auto;
  }
}

.section-row-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
  width: 100%;
}

.flex-title {
  background-color: rgba(0,0,0,0);
  display: flex;
  flex-direction: row-reverse;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

@media(max-width:767px) {
  .flex-title {
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
  }
}
.floating-number {
  color: #C69E5E;
  font-family: sofia-pro, Roboto;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: -25px;
}

.form-input {
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 5px;
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  height: 44px;
  margin: 10px 0;
  padding: 12px;
}

.form-input option {
  background-color: #ffffff;
  color: #000000;
}

.form_error {
  background-color: #F2DEDE;
  color: #A94442;
  font-family: Roboto;
  font-size: 16px;
  margin: 10px 0;
  text-align: center;
}

.form_success {
  border-radius: 4px;
  color: rgba(255,255,255,0.8);
  font-family: Roboto;
  font-size: 16px;
  margin: 10px 0;
  margin-top: 5px;
  padding: 0px 5px;
  text-align: center;
}
.form--signup {
  background: linear-gradient(45deg, #F29E79 0%, #F29279 46.21%, #F28679 100%);
}
.form--template {
  border-radius: 5px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1), 0 7px 50px 0 rgba(0, 0, 0, 0.1);
}
.form--trial {
  background: linear-gradient(225deg, #209AC2 0%, #00A7C4 100%);
  height: auto;
}

.form-title {
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 300;
  height: 24px;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
}

.signup-form .form-title {
  margin-bottom: 5px;
}

.form-subtitle {
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 5px;
  text-align: center;
}

.form-first-name,
.form-last-name {
  width: 48%;
}
.form-last-name {
  float: right;
}
.form-email,
.form-phone {
  width: 100%;
}
.form-message {
  height: 85px;
  width: 100%;
}
.form-page {
  padding: 40px 40px 20px 45px;
}
.form-phone-row {
  display: flex;
  justify-content: space-between;
}
.form-submit {
  background-color: #FFF;
  border: none;
  border-radius: 2px;
  display: block;
  height: 40px;
  margin: 25px auto;
  min-width: 150px;
}
.form-submit:active {
  transition: all 0.2s ease;
}
.form-submit:hover {
  cursor: pointer;
}
.form-submit-text {
  color: #F28679;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 900;
  height: 16px;
  letter-spacing: 0px;
  line-height: 16px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}
.form-submit-text-blue {
  color: #00A7C4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
}

.huge-pink-quote {
  color: #FFFFFF;
  font-family: "Playfair Display SC", serif;
  font-size: 300px;
  opacity: 0.3;
  z-index: 1;
}

.header {
  box-shadow: unset;
  height: 70px;
}
.header .header-inner {
  height: 100%;
  margin: unset;
  max-width: unset;
  padding: 0 25px;
}

.header .nav {
  font-size: 16px;
}

.header .nav li.active a {
  background: rgba(255, 255, 255, 0);
  border-bottom: none;
}

.header .nav li.active {
  border-bottom: 3px solid #C69E5E;
}

.nav li {
  border-bottom: 3px solid rgba(0,0,0,0);
  height: 80px;
  padding-top: 32px;
}

@media (max-width: 767px) {
  .nav li {
    float: none;
    height: 50px;
    margin: 0 auto !important;
    padding-top: 10px;
    width: 180px;
  }
}

.header-overlay {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  left: 3%;
  max-width: 400px;
  min-width: 320px;
  position: relative;
  top: 0px;
  width: 35%;
  z-index: 2;
}

.header-text {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}
.hide {
  display: none !important;
}
.huge-quote {
  color: #00A7C4;
  font-family: "Playfair Display SC", serif;
  font-size: 300px;
  left: -5%;
  line-height: 0px;
  opacity: 0.87;
  position: absolute;
  top: 20%;
  z-index: 0;
}
@media(max-width:767px) {
  .huge-quote {
    display: none;
  }
}

.img-side-by-side {
  margin-bottom: -14%;
}

.img-discovery {
  margin-top: -34%;
}

.img-insight {
  margin-bottom: -14%;
}
.img-wrapper {
  border-radius: 5px;
  margin: auto;
  overflow: hidden;
  width: 200px;
}

.teams-img {
  background-image: url(../img/owner-img.jpg);
  background-position-x: center;
  background-position-y: 15%;
  background-size: cover;
  border-radius: 5px;
  height: 310px;
}

.points-img {
  background-image: url(../img/tasker-img.jpg);
  background-position-y: 10%;
  background-size: cover;
  border-radius: 5px;
  height: 310px;
}

.learn-more-text {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 16px;
  text-align: center;
}

.nav {
  text-transform: unset;
}
.nav a:hover {
  color: #00A7C4;
}

.sofia-h1 {
  color: #000;
  font-family: sofia-pro, Roboto;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 62px;
}

.sofia-h1-subheader {
  color: #000;
  font-family: sofia-pro, Roboto;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.25;
  padding-top: 10px;
}

.sofia-h2 {
  font-family: sofia-pro, Roboto;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 10px;
}


.sofia-h2-subheader {
  color: #000;
  font-family: sofia-pro, Roboto;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 24px;
}

.h2-details {
  font-family: Roboto;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.sofia-h3 {
  color: #000;
  font-family: sofia-pro, Roboto;
  font-size: 24px;
  font-weight: 300;
}

.sofia-h3-details {
  color: #000;
  font-family: sofia-pro, Roboto;
  font-size: 18px;
  min-height: 72px;
  letter-spacing: 0px;
  line-height: 24px;
  margin-top: 7px;
}
.sofia-h4 {
  color: #000;
  font-family: sofia-pro, Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}
.sofia-h4-bold {
  color: #000;
  font-family: sofia-pro, Roboto;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}

.sofia-headline {
  font-family: sofia-pro, Roboto;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 5px;
}
.roboto-span {
  font-family: Roboto;
  font-size: 18px;
  letter-spacing: 0px;
}
.sofia-small-bold {
  font-family: sofia-pro, Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 19px;
}

.overlap {
  width: 95%;
}

.paper {
  border-radius: 5px;
  margin: 0 auto;
  padding: 10%;
  text-align: left;
  width: 240px;
}
.paper-left,
.paper-right {
  max-width: 300px;
}

@media(max-width:767px) {
  .paper-left,
  .paper-right {
    margin: auto;
  }
}

.paper--blue {
  background: linear-gradient(223.49deg, #209AC2 0%, #00A7C4 100%);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.15);
  height: 300px;
}

.paper--pink {
  background: linear-gradient(45deg, #F29E79 0%, #F29279 46.21%, #F28679 100%);
  box-shadow: 0 14px 25px 0 rgba(0, 0, 0, 0.15);
  height: 315px;
}

.paper--white {
  box-shadow: 1px 1px 5px 1px #d2d2d2;
  margin-bottom: 5%;
  margin-top: 5%;
  min-height: 250px;
}
.pos-top-left {
  line-height: 0.4;
  margin-left: -67px;
  position: absolute;
}
.pos-bottom-right {
  line-height: 0.1;
  margin-right: -300px;
}
.pos-right {
  color: #F29E79;
  line-height: 200px;
  margin-left: -25px;
  opacity: 0.7;
  overflow-y: hidden;
  position: absolute;
  z-index: 0;
}

.quote-giver {
  color: #00A7C4;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 300;
  margin-left: 30px;
}

.quote-text {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  max-width: 86vw;
  z-index: 2;
}

.restaurant-title {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 21px;
}

.search-box {
  background-color: transparent;
  border-radius: 5px;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
  height: 50px;
  position: relative;
}

.search-box::before {
  background-image: url(https://lh3.googleusercontent.com/uzwOzSHs0WisRQ0qSSgFYyObyajF7iZWLFzM9_O2R0DSc_QHSEvT_0584umL49NW2EhqkVpGGM_J0JvHr3VDT47-om4);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 14px;
  position: absolute;
  top: 30%;
  width: 24px;
}

.search-field {
  border: none;
  border-radius: 2px 0px 0px 2px;
  font-family: Roboto;
  font-size: 16px;
  height: 100%;
  padding-left: 50px;
  width: 380px;
}
.section {
  padding: 0 0 73px;
}
.separator {
  border: 2px solid #000;
  border-radius: 5px;
  height: 0px;
  margin: 20px 0;
  width: 33%;
}

.share-overlay {
  position: absolute;
  left: 5px;
  top: 225px;
  width: 40px;
}
@media(max-width:767px) {
  .share-overlay {
    display: none;
  }
}

.steps-img {
  margin: 0px 50px;
  width: 200px;
}

.svg {
  height: 32px;
  margin-bottom: 10px;
  width: 32px;
}

.svg-icon {
  display: block;
  width: 200px;
}

.text-center {
  text-align: center;
}

.video-container {
  border-radius: 5px;
  overflow: hidden;
}

.video-poster {
  background-image: linear-gradient(transparent, #000);
  display: inline-block;
  opacity: 0.95;
  overflow: hidden;
  position: relative;
  transition: all 250ms;
  width: 100%;
}

.video-poster div {
  -webkit-transform: translate(-50%, -50%);

  color: #d14c70;
  font-size: 100px;
  left: 50%;
  opacity: 0.9;
  position: absolute;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  top: 50%;
  transition: all 250ms;
}

.right-pointing-triangle::after {
  content: "\25B6 \FE0E";
}

.white {
  border-color: white;
  color: white;
}

.width-half {
  margin-left: 15px;
  width: 70%;
}

.skew-cover {
  background-size: cover;
  height: 600px;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  width: 67%;
}
@media (min-width : 767px) {


  .video-poster.popup-youtube:hover {
    cursor: pointer;
    opacity: 1;
  }

  .video-poster:hover div {
    opacity: 0.2;
  }
}

.bg-fixed {
  background-attachment: fixed;
}
.bg-scroll {
  background-attachment: scroll;
}

.flex-sub-row {
  margin-top: 50px;
}

.section-header {
  margin-bottom: 5%;
}

.paper-title,
.order-title,
.uses-title,
.faqs-list,
.brands-title,
.brands-widget,
.why-title {
  margin-left: auto;
  margin-right: auto;
}



.section-skip {
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}

@media(max-width:767px) {
  .section-skip {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .person1 .speech-bubble,
  .person3 .speech-bubble {
    margin-left: 70px;
  }

  .person1 .speech-bubble:after,
  .person3 .speech-bubble:after {
    left: 32px;
  }

  .person2 .speech-bubble {
    margin-left: -72px;
  }

  .person2 .speech-bubble:after {
    left: 172px;
  }
}

.text-row {
  align-items: center;
  justify-content: space-between;
}

.row-spacer {
  height: 125px;
}

.quote-wrapper {
  display: flex;
  margin-top: 30px;
}

.row-color-clear {
  background: rgba(255,255,255,0);
}

.row-color-blue {
  background: linear-gradient(225deg, #209AC2 0%, #00A7C4 100%);
}

.row-color-pink {
  background: linear-gradient(80deg, #1e518d 0%, #17a2b8 100%);
}

.row-color-solid-pink {
  background: #F29E79;
}

.row-color-gold {
  background: rgba(215, 167, 108, 1);
}
.section-standard {
  margin: 0 auto !important;
  max-width: 1350px;
  padding: 112px 75px;
}

@media(max-width:1000px) {
  .section-standard {
    margin: 0 auto !important;
    padding: 75px 50px;
  }
}
@media(max-width:767px) {
  .section-standard {
    margin: 0 auto !important;
    padding: 75px 25px;
  }
}

.section-standard.wide-section {
  margin: 0 auto !important;
  max-width: 1350px;
  padding: 112px 30px;
}

@media(max-width:1000px) {
  .section-standard.wide-section,
  .section-standard {
    margin: 0 auto !important;
    padding: 75px 50px;
  }
}
@media(max-width:767px) {
  .section-standard,
  .section-standard.wide-section {
    margin: 0 auto !important;
    padding: 75px 25px;
  }
}

.margin-left {
  margin-left: 77px;
}

@media(min-width:767px) {
  .btn-get-ritual {
    display: none;
  }
}
@media(max-width:767px) {
  .btn-get-ritual {
    margin: 40px auto;
    width: 100%;
  }
}

.soapbox-img {
  background-image: url(https://lh3.googleusercontent.com/zAULFj6_T2mufRhJtXho_v-ATFWGOkwXlSwn60-DQO2BGC79lHToMURRkwRrLNzKc0Lx1WwLo50SJEbK9eDJELy4HYE=s0);
  background-position-x: 5vw;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .soapbox-img {
    background-position-x: center;
  }
}

.two-column {
  display: flex;
  justify-content: space-between;
}
.two-column > * {
  max-width: 50%;
}
@media(max-width:767px) {
  .two-column {
    flex-direction: column;
  }
  .two-column > * {
    max-width: 100%;
  }
}

.two-column > * {
  display: block;
  padding: 4%;
}

.article-question {
  font-size: 24px;
  font-weight: 300;
}

.article-question::before {
  content: "Q.";
}

.article-answer::before {
  color: #00A7C4;
  content: "A.";
}

.article-left-quote,
.article-right-quote {
  font-family: sofia-pro, Roboto;
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0;
  position: relative;
  z-index: 0;
}

.article-left-quote::before {
  content: "“";
  left: -25px;
}

.article-right-quote::after {
  content: "”";
  right: 0;
  top: 6px;
}

.article-question::before,
.article-answer::before {
  font-family: sofia-pro, Regular;
  font-size: 48px;
  line-height: 30px;
}

.article-left-quote::before,
.article-right-quote::after {
  color: #00A7C4;
  font-family: "Playfair Display SC", serif;
  font-size: 200px;
  line-height: 86px;
  opacity: 0.8;
  position: absolute;
  z-index: -1;
}

.soapbox-footer-img {
  background-image: url(https://lh3.googleusercontent.com/0eq25X92sMd9HCUXQmZMVMTFsb0wfc-e7N5g1nOUEa9U6UUDXF5hMvMQf_ouv8tQeO6pGLbI4IX9BrsvMsSvxA=s0);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  width: 510px;
}

.center-button {
  display: block;
  line-height: 44px;
  margin: 45px 0;
}

.lead-text {
  margin: auto;
  max-width: 85%;
}

.soapbox-container {
  line-height: 1.4;
}

.soapbox-container .sofia-h1 {
  font-size: 48px;
  line-height: 50px;
}

@media (max-width: 767px) {
  .soapbox-container .sofia-h1 {
    font-size: 36px;
    line-height: 36px;
  }
}

.soapbox-container .header-overlay {
  left: 10%;
}

a.white:hover {
  color: white;
}

a.white {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.careers-img {
  background-image: url(https://lh3.googleusercontent.com/dCuB6ODvo_P29IJ1ehEjjDAvEomuKaTbfd-6h5ApP-IPQLfs2qMOY3sG25aP3rpWf9Bp2iJYAtt-OGoWbnxxRJiXMfM=s0);
  background-repeat: no-repeat;
  background-size: cover;
}

.full-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  margin-bottom: 0;
  min-height: 400px;
  padding-top: 39%;
  width: 100%;
}

.full-cover .share-overlay {
  top: 35%;
}

.eats-week-img {
  background-image: url(../../storage.googleapis.com/ritual-website/eats-week-header.jpg);
}

.img-card {
  background: white;
  box-shadow: 0px 10px 36px rgba(33, 33, 38, 0.05);
  margin: 25px;
  max-width: 400px;
  min-width: 275px;
}

.border-radius {
  border-radius: 4px;
}

.img-card-img {
  background-size: cover;
  height: 275px;
}

.slick-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.slick-slider {
  margin: auto;
  width: 800px;
}
.slick-slide {
  margin: auto;
  width: 694px;
}
.slick-eats-week {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.slick-eats-week .slick-prev {
  cursor: pointer;
  margin-right: 40px;
}
.slick-eats-week .slick-next {
  cursor: pointer;
  margin-left: 40px;
}

.slick-eats-week .slick-meta {
  margin: auto;
  margin-top: 40px;
  text-align: center;
}

.img-card-subtitle {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
}

.img-card-date {
  font-family: Roboto;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  opacity: 0.8;
}

.img-card-details {
  font-family: Roboto;
  font-size: 16px;
  line-height: 25px;
  opacity: 0.8;
}

.img-card-hr {
  background: #D7D7D7;
  margin: 20px 0;
}

.slick-eats-week .slick-meta h2,
.slick-eats-week .slick-meta h5 {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
}

.slick-eats-week .slick-meta span {
  font-family: Roboto;
  font-size: 16px;
  line-height: 25px;
  opacity: 0.8;
}

.section-bottom-padding {
  padding-bottom: 100px;
}

.img-card-subtitle.smaller-font {
  font-size: 24px;
}

.smaller-font {
  font-size: smaller;
}

.img-card-text {
  color: black;
  padding: 25px 25px;
}

@media (max-width : 767px) {
  .slick-slider {
    width: 80vw;
  }
  .slick-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }
  .slick-slide {
    margin: auto;
    width: 64vw;
  }
}

.restaurant-logo {
  margin: 15px;
  width: 150px;
}

.section-standard-smaller {
  padding-bottom: 25px;
  padding-top: 25px;
}

.fine-print {
  font-size: 14px;
}

.bottom-margin {
  margin-bottom: 30px;
}

.btn-eatsweek {
  margin: auto;
  margin-top: 20px;
  max-width: 320px;
  width: 60%;
}

.title-case {
  text-transform: capitalize;
}