h2 {
  color: #3c6fb9;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3em;
}

p {
  margin-bottom: 15px;
}

.navbar {
  background-color: #fff;
  padding: 5px 35px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.8em;
}

.nav-div {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  width: 22%;
}

.nav-link {
  font-size: 16px;
  line-height: 1px;
}

.nav-link:hover {
  color: #6fc044;
}

.nav-link.phone {
  font-size: 18px;
  font-weight: 500;
}

.hero-section {
  height: 95vh;
  background-image: linear-gradient(52deg, rgba(0, 0, 0, .84), rgba(0, 0, 0, 0) 59%), url('../images/Smiling-Girl-in-Park.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  padding: 75px;
  display: flex;
}

.hero-wrapper {
  width: 55%;
}

.evo-logo-div {
  width: auto;
  max-width: 325px;
  object-fit: contain;
  border-bottom: 4px solid #6fc044;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
}

.image {
  object-fit: contain;
}

.hero-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.button {
  text-transform: uppercase;
  background-color: #3c6fb9;
  margin-top: 20px;
  margin-right: 10px;
  padding: 20px 35px;
  font-size: 16px;
  line-height: 1em;
}

.button:hover {
  background-color: #6fc044;
}

.button.right {
  margin-right: 0;
}

.button-section {
  background-color: #3c6fb9;
  justify-content: space-around;
  padding: 0;
  display: flex;
}

.link-block {
  width: 25%;
  border: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: #6fc044;
}

.link-block-icon {
  width: 45px;
  height: 45px;
  object-fit: contain;
  justify-content: center;
  margin-bottom: 15px;
  display: flex;
}

.link-block-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
}

.link-block-text.blue {
  color: #3c6fb9;
}

.image-2, .image-3, .image-4, .image-5 {
  object-fit: contain;
}

.what-is-section {
  padding: 100px;
}

.what-is-wrapper {
  width: 100%;
  max-width: 1600px;
  min-height: 0;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._48-div {
  width: 48%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._48-div.video {
  justify-content: center;
  align-items: center;
}

._48-div.image {
  object-fit: cover;
}

.jonas-section {
  background-image: linear-gradient(264deg, rgba(0, 0, 0, 0) 46%, rgba(255, 255, 255, .8) 71%), url('../images/Joe-Jonas-Leaning-on-Piano.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  padding: 100px;
  display: flex;
}

.jonas-wrapper {
  width: 45%;
  min-height: 0;
}

.joe-quote {
  font-size: 22px;
  line-height: 2em;
}

.joe-video {
  width: 90%;
  min-height: 200px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.procedure-section {
  background-color: #fff;
  padding: 100px;
}

.procedure-wrapper {
  width: 100%;
  max-width: 1600px;
  min-height: 20px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-holder {
  width: 100%;
  max-width: 1600px;
  min-height: 0;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-card {
  width: 18%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.icon-div {
  width: 100px;
  height: 100px;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.image-6, .image-7, .image-8, .image-9, .image-10 {
  object-fit: contain;
}

.cta-section {
  background-image: url('../images/Girl-at-gym.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.cta-wrapper {
  width: 50%;
  min-height: 0;
  background-color: #fff;
  padding: 50px;
  box-shadow: 5px 9px 11px 3px rgba(0, 0, 0, .37);
}

.doc-section {
  background-image: url('../images/office_location_img_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
}

.doc-wrapper {
  width: 100%;
  max-width: 1600px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.header-line-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.lines {
  width: 15%;
  height: 3px;
  background-color: rgba(51, 51, 51, .25);
  margin-bottom: 5px;
}

.doc-holder {
  width: 100%;
  min-height: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.doc-div {
  width: 100%;
  min-height: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(308deg, #fff, rgba(255, 255, 255, .34) 63%);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.doc-div.btm {
  width: 100%;
  background-image: linear-gradient(124deg, rgba(255, 255, 255, .3), #fff);
  justify-content: space-between;
  align-items: stretch;
  margin-top: 50px;
}

.doc-image {
  width: 30%;
  max-height: none;
  object-fit: contain;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.doc-text {
  width: 65%;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.blue {
  color: #3c6fb9;
}

.image-12 {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}

.image-13 {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

.candidate-section {
  padding: 100px;
}

.candidate-wrapper {
  width: 100%;
  max-width: 1600px;
  min-height: 0;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-14 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantage-wrapper {
  width: 100%;
  max-width: 1600px;
  min-height: 0;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.list-holder {
  justify-content: flex-start;
  margin-top: 35px;
  display: flex;
}

.list-50 {
  width: 45%;
}

.list-item {
  margin-bottom: 15px;
}

.footer {
  background-color: #333;
  padding: 50px;
}

.footer-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.3em;
}

.link {
  color: #fff;
}

.link:hover {
  text-decoration: none;
}

.perks-section {
  background-color: #3c6fb9;
  justify-content: space-between;
  display: flex;
}

._50-div {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.image-15 {
  height: 50px;
  object-fit: contain;
}

.white {
  color: #fff;
}

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

.ad-section {
  min-height: 725px;
  background-color: #fff;
  background-image: url('../images/EVO-ICL-Outline-in-white.png'), linear-gradient(79deg, #3c6fb9 37%, rgba(0, 0, 0, 0));
  background-position: 180%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 100px;
  display: flex;
  align-items: center;
  position: relative;
}

.text-field {
  width: 49.5%;
  margin-bottom: 5px;
  margin-right: 0;
  line-height: 1.2em;
}

.text-field::-ms-input-placeholder {
  color: #333;
}

.text-field::placeholder {
  color: #333;
}

.submit-button {
  text-transform: uppercase;
  background-color: #3c6fb9;
  margin-top: 5px;
  font-weight: 400;
  line-height: 1.2em;
}

.form-block-4 {
  margin-bottom: 0;
}

.contact-text {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
}

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

.contact-text.centered.small-box {
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}

.contact-text.bold {
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}

.contact-text.bold.centered {
  margin-bottom: 15px;
  font-size: 1.5em;
  line-height: 1.2em;
}

.dropdown-menu-items {
  color: #333;
  background-color: #fff;
  margin-bottom: 5px;
  line-height: 1.2em;
}

.text-field-2 {
  color: #333;
  margin-bottom: 5px;
  line-height: 1.2em;
}

.text-field-2::-ms-input-placeholder {
  color: #333;
}

.text-field-2::placeholder {
  color: #333;
}

.form {
  flex-direction: column;
  display: flex;
}

.contact-box {
  z-index: 99;
  width: 30%;
  min-height: 0;
  background-color: rgba(245, 0, 139, .9);
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 2%;
}

.contact-box.mobile {
  display: none;
}

.form-name-div {
  justify-content: space-between;
  display: flex;
}

.ad-wrapper {
  width: 50%;
}

.decorative-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5em;
  line-height: 1.3em;
}

.decorative-text.space {
  margin-right: 20px;
  line-height: 1em;
}

.split-div {
  width: 100%;
  background-color: #3c6fb9;
  border: 2px solid #fff;
  justify-content: space-around;
  align-items: center;
  margin-top: 25px;
  padding: 10px;
  display: flex;
}

.no-space {
  margin-bottom: 0;
}

.split-50 {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.test-section {
  background-color: #3c6fb9;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .1), rgba(0, 0, 0, .33));
  padding: 100px;
}

.test-wrapper {
  width: 100%;
  max-width: 1600px;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-16 {
  max-width: 900px;
  margin-top: 35px;
}

.image-17 {
  max-height: 100px;
}

@media screen and (max-width: 991px) {
  h3 {
    margin-bottom: 15px;
    font-size: 1.3em;
  }

  h4 {
    font-size: 1.1em;
  }

  .navbar {
    padding: 0 15px;
  }

  .brand {
    width: 30%;
  }

  .hero-section {
    height: 800px;
    background-position: 0 0, 50% 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-wrapper {
    width: 65%;
  }

  .evo-logo-div {
    max-width: 250px;
    border-bottom-width: 3px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .button {
    margin-top: 15px;
    padding: 15px 30px;
    font-size: 15px;
  }

  .link-block {
    padding: 15px;
  }

  .link-block-icon {
    width: 35px;
    height: 35px;
  }

  .link-block-text {
    font-size: 14px;
    line-height: 1.3em;
  }

  .what-is-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .what-is-wrapper {
    flex-direction: column;
  }

  ._48-div {
    width: 100%;
  }

  ._48-div.video, ._48-div.image {
    margin-top: 25px;
  }

  .jonas-section {
    background-position: 0 0, 50%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .jonas-wrapper {
    width: 55%;
  }

  .joe-quote {
    font-size: 20px;
    line-height: 1.9em;
  }

  .joe-video {
    width: 100%;
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .procedure-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .procedure-wrapper {
    min-height: auto;
    flex-direction: column;
  }

  .icon-holder {
    margin-top: 60px;
  }

  .icon-div {
    width: 50px;
    height: 50px;
  }

  .cta-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-wrapper {
    width: 60%;
    min-height: auto;
    padding: 30px;
  }

  .doc-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .doc-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .doc-div.btm {
    margin-top: 35px;
  }

  .doc-image {
    width: 35%;
  }

  .doc-text {
    width: 100%;
    padding: 15px;
  }

  .candidate-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .candidate-wrapper {
    flex-direction: column;
  }

  .advantage-wrapper {
    margin-top: 50px;
  }

  .list-50 {
    width: 50%;
  }

  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  ._50-div {
    justify-content: flex-start;
    padding: 20px;
  }

  .white {
    font-size: 1.6em;
  }

  .white.centered {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .ad-section {
    min-height: 350px;
    background-position: -120%, 0 0;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-field {
    border-radius: 0;
  }

  .contact-text {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 1.2em;
  }

  .dropdown-menu-items {
    width: 100%;
    border-radius: 0;
  }

  .form {
    align-items: stretch;
  }

  .contact-box {
    width: 80%;
    min-height: 200px;
    background-color: #f5008b;
    justify-content: center;
    align-items: center;
    display: none;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .contact-box.mobile {
    width: 100%;
    padding: 30px;
    display: block;
  }

  .ad-wrapper {
    width: 80%;
  }

  .decorative-text {
    font-size: 3.5em;
  }

  .no-space {
    font-size: 1em;
  }

  .test-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-16 {
    max-width: 600px;
    margin-top: 20px;
  }

  .menu-button {
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: #3c6fb9;
  }

  .nav-menu {
    background-color: #fff;
  }

  .name {
    margin-bottom: 10px;
    font-size: 1.7em;
  }

  .list {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.8em;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 1.1em;
  }

  h4 {
    margin-bottom: 10px;
    font-size: 1em;
  }

  p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6em;
  }

  .navbar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .brand {
    width: 35%;
  }

  .hero-section {
    height: 500px;
    background-position: 0 0, 60% 0;
    align-items: flex-end;
    padding: 25px 20px;
  }

  .hero-wrapper {
    width: 70%;
  }

  .evo-logo-div {
    max-width: 200px;
  }

  .hero-header {
    font-size: 2em;
  }

  .button {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-container {
    display: block;
  }

  .link-block-icon {
    width: 25px;
    height: 25px;
  }

  .what-is-section {
    padding: 50px 25px;
  }

  .jonas-section {
    background-image: linear-gradient(264deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, .8) 59%), url('../images/Joe-Jonas-Leaning-on-Piano.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 50px 20px;
  }

  .jonas-wrapper {
    width: 60%;
  }

  .procedure-section {
    padding: 50px 25px;
  }

  .icon-holder {
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .icon-card {
    width: 33%;
  }

  .cta-section {
    padding: 50px 15px;
  }

  .cta-wrapper {
    width: 65%;
    padding: 20px;
  }

  .doc-section {
    padding: 50px 25px;
  }

  .header-line-holder {
    margin-bottom: 35px;
  }

  .doc-image {
    width: 40%;
  }

  .candidate-section {
    padding: 50px 25px;
  }

  .list-holder {
    flex-direction: column;
    margin-top: 25px;
  }

  .list-50 {
    width: 100%;
  }

  .footer {
    padding-bottom: 60px;
  }

  .perks-section {
    flex-direction: column;
  }

  ._50-div {
    width: 100%;
  }

  .ad-section {
    min-height: auto;
    background-image: linear-gradient(61deg, #3c6fb9 43%, #3898ec);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 50px 25px;
  }

  .contact-text {
    font-size: 27px;
    line-height: 1.2em;
  }

  .ad-wrapper {
    width: 100%;
  }

  .decorative-text {
    font-size: 2.75em;
  }

  .split-div {
    width: 90%;
    justify-content: center;
  }

  .split-50 {
    width: 50%;
  }

  .test-section {
    padding: 50px 25px;
  }

  .image-16 {
    max-width: 400px;
  }

  .btm-buttons {
    z-index: 35;
    background-color: #3c6fb9;
    padding: 0;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-block {
    width: 50%;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-decoration: none;
    display: flex;
  }

  .button-block:hover {
    background-color: #6fc044;
  }

  .icon-div-button {
    width: 30px;
    height: 30px;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-18 {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .text-block {
    color: #fff;
    margin-left: 10px;
    font-weight: 600;
    text-decoration: none;
  }

  .image-19 {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 10px;
    font-size: 1.6em;
  }

  .brand {
    width: 55%;
    padding-left: 5px;
  }

  .hero-section {
    height: 600px;
    background-image: linear-gradient(29deg, rgba(0, 0, 0, .84) 20%, rgba(0, 0, 0, 0) 59%), url('../images/Smiling-Girl-in-Park.jpg');
    background-position: 0 0, 75% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 20px 10px 15px;
  }

  .hero-wrapper {
    width: 100%;
  }

  .evo-logo-div {
    max-width: 175px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .hero-header {
    margin-bottom: 5px;
    font-size: 1.5em;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .button-section {
    flex-flow: wrap;
  }

  .link-block {
    width: 50%;
    flex-wrap: nowrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .what-is-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._48-div.video {
    margin-top: 20px;
  }

  .jonas-section {
    background-image: linear-gradient(195deg, rgba(0, 0, 0, 0) 53%, rgba(60, 111, 185, .3));
    background-position: 0 0;
  }

  .jonas-wrapper {
    width: 100%;
  }

  .joe-quote {
    font-size: 18px;
    line-height: 1.8em;
  }

  .procedure-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-card {
    width: 50%;
  }

  .icon-div {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .cta-section {
    background-position: 50% 0;
    padding: 10px;
  }

  .cta-wrapper {
    width: 100%;
    box-shadow: none;
    padding: 15px;
  }

  .doc-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .doc-div {
    background-image: none;
    align-items: flex-start;
  }

  .doc-div.btm {
    background-image: none;
  }

  .doc-image {
    width: 70%;
    margin-bottom: 5px;
  }

  .doc-text {
    padding: 10px 0;
  }

  .candidate-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .advantage-wrapper {
    margin-top: 30px;
  }

  .list-item {
    font-size: 16px;
    line-height: 1.4em;
  }

  .footer {
    padding: 20px 20px 100px;
  }

  .footer-text {
    font-size: 13px;
  }

  ._50-div {
    padding: 20px 10px;
  }

  .image-15 {
    height: 35px;
  }

  .white {
    text-align: center;
  }

  .white.centered {
    margin-bottom: 5px;
    font-size: 1em;
  }

  .ad-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field {
    border-radius: 0;
  }

  .contact-text {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.1em;
  }

  .contact-text.centered.small-box {
    font-size: 1.2em;
  }

  .contact-text.bold.centered {
    font-size: 1.4em;
  }

  .dropdown-menu-items {
    width: 100%;
    border-radius: 0;
  }

  .contact-box.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .decorative-text {
    text-align: center;
    font-size: 2.25em;
  }

  .decorative-text.space {
    font-size: 2em;
  }

  .split-div {
    width: 100%;
    flex-direction: column;
  }

  .split-50 {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 5px;
  }

  .test-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-16 {
    max-width: 300px;
    margin-top: 15px;
  }

  .name {
    font-size: 1.4em;
  }

  .btm-buttons {
    flex-direction: column;
  }

  .button-block {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .heading-4 {
    margin-bottom: 5px;
    font-size: .9em;
  }
}
