body {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5a759b;
  background-image: linear-gradient(49deg, #59c916, #2279b9);
}

.wrap-75 {
  width: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-75.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-75.flex._0 {
  padding-top: 5%;
  padding-bottom: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 80px;
  font-weight: 300;
}

.heading.inversed {
  margin-bottom: 60px;
  padding-top: 100px;
  color: #5e7daa;
}

.heading.b {
  margin-top: 0px;
  color: #195174;
  font-size: 40px;
  font-weight: 500;
}

.button {
  margin-top: 25px;
  margin-bottom: 75px;
  padding: 20px 40px;
  border-radius: 235px;
  background-color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #2279b9;
  font-size: 30px;
  font-weight: 400;
}

.button.inverse {
  margin-top: 20px;
  background-color: #5e7daa;
  color: #eee;
}

.becomeahelper {
  font-family: futura-pt;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-decoration: underline;
}

.wrap-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-3 {
  width: 900px;
  height: 100px;
  text-align: left;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2.letterbox {
  min-height: 550px;
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-label {
  margin-bottom: 15px;
  margin-left: 10px;
  padding-bottom: 0px;
  font-family: futura-pt;
  color: #5e7daa;
  font-size: 25px;
}

.field-label {
  width: 15%;
  font-family: futura-pt;
  color: #5e7daa;
  font-size: 25px;
  font-weight: 400;
}

.submit-button {
  margin-top: 30px;
  border-radius: 20px;
  background-color: #5e7daa;
  font-family: futura-pt;
  font-size: 25px;
}

.submit-button.inverse {
  background-color: #fff;
  color: #5e7daa;
}

.form-block {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.helpboxinfofields {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border-style: none none solid;
  border-width: 1px 1px 6px;
  border-color: #000 #000 #5e7daa;
  font-family: futura-pt;
  color: #5e7daa;
  font-size: 25px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field-2 {
  color: #5e7daa;
}

.contactinnerdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-2 {
  margin-bottom: 25px;
  font-family: futura-pt;
  color: #5e7daa;
  font-size: 25px;
  font-weight: 400;
}

.image {
  position: relative;
  z-index: 12;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2 {
  position: relative;
  z-index: 1;
}

.leftbox50 {
  position: relative;
  z-index: 3;
  display: block;
  overflow: visible;
  width: 50%;
  height: 300px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.bluespondge1 {
  position: relative;
  left: -6%;
  top: -638px;
  right: 0px;
  bottom: -94px;
  z-index: 27;
  width: 380px;
  height: 400px;
  background-image: url('../images/BlueSplodge1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bluespondge2 {
  position: relative;
  left: -11px;
  top: -1009px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  width: 380px;
  height: 410px;
  background-image: url('../images/BlueSplodge2.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.helper {
  position: relative;
  left: 25px;
  top: -240px;
  right: -7px;
  bottom: 0px;
  z-index: 99;
  width: 235px;
  height: 340px;
  border: 1px none #000;
  background-image: url('../images/Screenshot-2020-03-15-at-22.58.09.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.helper.back {
  left: 98px;
  top: 82px;
  right: 97px;
  bottom: -290px;
  background-image: url('../images/Screenshot-2020-03-15-at-22.57.59.png');
}

.rightbox50 {
  width: 50%;
}

.letterboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 0px;
  min-height: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.letterboxhelperheading {
  margin-top: 100px;
  font-family: futura-pt;
  color: #5e7daa;
  font-size: 50px;
  font-weight: 400;
}

.letterboxhelpercopy {
  margin-top: 30px;
  font-family: futura-pt;
  color: #5e7daa;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.letterboxhelpercopysmall {
  font-family: futura-pt;
  color: #5e7daa;
}

.heading-4 {
  font-family: futura-pt;
  color: #5e7daa;
  font-size: 50px;
  font-weight: 400;
}

.profilepicdiv {
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.localhelpersname {
  font-family: futura-pt;
  color: #5e7daa;
  font-weight: 400;
}

.happytohelpwithheader {
  font-family: futura-pt;
  color: #5e7daa;
  font-size: 20px;
  font-weight: 400;
}

.descriptiontextblock {
  font-family: futura-pt;
  color: #5e7daa;
  font-size: 18px;
}

.section-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10%;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.collection-item {
  margin-bottom: 100px;
}

.becomeahelpercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  min-height: 200px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-6 {
  margin-top: 0px;
  font-family: futura-pt;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
}

.heading-7 {
  margin-top: 35px;
  font-family: futura-pt;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.leftdivhelper {
  width: 70%;
  margin-top: 150px;
}

.rightdivhelper {
  width: 30%;
  margin-top: 195px;
  padding-left: 70px;
}

.field-label-2 {
  font-family: futura-pt;
  color: #fff;
  font-weight: 400;
}

.field-label-3 {
  font-family: futura-pt;
  color: #fff;
  font-weight: 400;
}

.becomeahelperfield2 {
  padding-top: 20px;
  padding-bottom: 100px;
  font-family: futura-pt;
  color: #5e7daa;
  font-size: 22px;
}

.form-block-2 {
  margin-top: 20px;
}

.link {
  color: #fff;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  height: 50px;
}

.heading-8 {
  width: 20%;
  margin-top: 10px;
  padding-left: 0px;
  font-family: futura-pt;
  color: #5e7daa;
  font-weight: 400;
  text-align: center;
}

.becomehelperfield1 {
  font-family: futura-pt;
  color: #5e7daa;
  font-size: 22px;
  font-weight: 400;
}

.text-block-4 {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: futura-pt;
  font-size: 25px;
}

.text-span {
  font-size: 35px;
}

.div-block-6 {
  position: absolute;
  width: 100%;
  height: 10vh;
  padding-left: 11%;
  background-color: #fff;
}

.image-3 {
  position: relative;
  width: 25%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-4 {
  margin-bottom: 12%;
  margin-left: -6px;
}

.text-span-2 {
  line-height: 80px;
  font-weight: 300;
}

.grid-logos {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 10%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.link-block-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-8 {
  margin-bottom: 0px;
}

.text-block-5 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.text-span-3 {
  color: #174e77;
  font-size: 16px;
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0px;
}

.paragraph {
  margin-bottom: 0px;
}

.wrap-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.text-block-6 {
  margin-top: 20px;
  color: #fff;
  font-size: 35px;
  line-height: 100%;
}

.powered-by {
  color: #2279b9;
  font-size: 40px;
  line-height: 100%;
  font-weight: 500;
}

.bold-text {
  color: #2279b9;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.link-2:hover {
  color: #2279b9;
}

@media screen and (max-width: 991px) {
  .section-header {
    height: 80vh;
  }

  .wrap-75 {
    width: 85%;
  }

  .heading.inversed {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 60px;
  }

  .section-2.letterbox {
    min-height: 850px;
  }

  .submit-button {
    padding: 10px 20px;
  }

  .leftbox50 {
    position: static;
    left: 0px;
    width: 50%;
    padding-left: 0px;
  }

  .bluespondge1 {
    left: -71%;
    top: -814px;
    width: 580px;
  }

  .bluespondge2 {
    left: -124px;
    top: -1208px;
    width: 480px;
  }

  .helper {
    left: -82px;
    top: -381px;
    width: 280px;
    height: 400px;
  }

  .helper.back {
    left: 5px;
    top: 0px;
    right: 100px;
    bottom: -327px;
  }

  .rightbox50 {
    width: 100%;
    margin-top: 90px;
  }

  .letterboxdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-logos {
    height: auto;
  }

  .becomeahelpercontainer {
    width: 90%;
  }

  .heading-6 {
    line-height: 90px;
  }

  .heading-7 {
    margin-top: 0px;
  }

  .leftdivhelper {
    width: 100%;
    margin-top: 50px;
  }

  .link {
    font-size: 20px;
  }

  .heading-8 {
    width: 100%;
    font-size: 20px;
  }

  .powered-by {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-header {
    height: auto;
    padding-top: 10%;
    padding-bottom: 20%;
    background-image: linear-gradient(49deg, #59c916, #2279b9);
  }

  .wrap-75 {
    width: 80%;
  }

  .wrap-75.flex._0 {
    padding-left: 0px;
  }

  .heading {
    font-size: 35px;
    line-height: 45px;
  }

  .heading.inversed {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0px;
  }

  .heading.b {
    padding-right: 0px;
  }

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

  .becomeahelper {
    font-size: 20px;
  }

  .section-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-2.letterbox {
    min-height: 900px;
  }

  .bluespondge1 {
    left: -64%;
    top: -676px;
    width: 380px;
    height: 300px;
  }

  .bluespondge2 {
    left: -101px;
    top: -982px;
    width: 450px;
    height: 360px;
  }

  .helper {
    left: -48px;
    top: -312px;
    width: 250px;
    height: 360px;
  }

  .helper.back {
    left: -7px;
    top: 33px;
    right: 155px;
    bottom: -311px;
    height: 360px;
  }

  .letterboxdiv {
    width: 80%;
  }

  .profilepicdiv {
    height: 500px;
    margin-top: 0px;
  }

  .section-logos {
    height: auto;
  }

  .heading-8 {
    width: 80%;
    font-size: 18px;
  }

  .text-span {
    font-size: 22px;
    line-height: 31px;
  }

  .text-span-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .text-block-6 {
    font-size: 22px;
  }

  .powered-by {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section-header {
    height: 90vh;
    padding-top: 0%;
    padding-bottom: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrap-75 {
    width: 85%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .wrap-75.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrap-75.flex._0 {
    height: auto;
    padding-top: 10%;
    padding-right: 0%;
    padding-bottom: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    text-align: left;
  }

  .heading.inversed {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 25px;
    font-size: 35px;
    text-align: left;
  }

  .heading.b {
    font-size: 27.5px;
  }

  .button {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 22px;
  }

  .button.inverse {
    margin-left: 10px;
  }

  .becomeahelper {
    margin-top: 40px;
    font-size: 15px;
  }

  .wrap-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-2.letterbox {
    min-height: 800px;
    margin-top: 0px;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkbox-label {
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 22px;
  }

  .submit-button {
    margin-top: 20px;
  }

  .helpboxinfofields {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 22px;
  }

  .leftbox50 {
    position: static;
    left: 27px;
    width: 100%;
    margin-top: 42px;
    clear: none;
  }

  .bluespondge1 {
    left: 0%;
    top: -712px;
    display: none;
    overflow: visible;
    width: auto;
    height: 210px;
    max-height: 280px;
    min-width: 180px;
    float: none;
  }

  .bluespondge2 {
    left: 0px;
    top: -972px;
    display: none;
    overflow: visible;
    width: auto;
    height: 340px;
    max-height: 340px;
    min-width: 220px;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .helper {
    left: 0px;
    right: 0px;
    display: none;
    width: 80%;
    height: auto;
    min-height: 400px;
    background-size: contain;
    box-shadow: none;
  }

  .helper.back {
    left: 51px;
    top: -9px;
    right: 0px;
    display: none;
    width: 80%;
    height: 400px;
  }

  .rightbox50 {
    margin-top: 30px;
  }

  .letterboxdiv {
    width: 100%;
    min-height: 10px;
    margin-top: -260px;
    clear: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .letterboxhelperheading {
    margin-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 40px;
    line-height: 45px;
  }

  .letterboxhelpercopy {
    padding: 0px 10px;
    font-size: 22px;
  }

  .letterboxhelpercopysmall {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .div-block-4 {
    width: 100%;
    height: 300px;
    margin-top: -300px;
    padding-left: 0px;
    background-image: url('../images/Corona2.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .heading-4 {
    margin-top: 51px;
    margin-bottom: 30px;
    padding-left: 10px;
  }

  .profilepicdiv {
    height: 300px;
    margin-top: 0px;
  }

  .descriptiontextblock {
    font-family: futura-pt;
    color: #5e7daa;
    font-size: 18px;
  }

  .section-logos {
    height: auto;
    padding-top: 20%;
    padding-bottom: 10%;
  }

  .heading-6 {
    font-size: 35px;
    line-height: 35px;
  }

  .heading-7 {
    font-size: 22px;
  }

  .image-4 {
    max-width: 75%;
    margin-bottom: 38%;
    margin-left: 0px;
  }

  .grid-logos {
    margin-top: 10%;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 11vh;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-5 {
    max-height: 75%;
    max-width: 60%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-6 {
    max-width: 60%;
  }

  .margin-top {
    margin-top: 20px;
  }

  .paragraph {
    text-align: center;
  }

  .wrap-footer {
    padding-top: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-6 {
    margin-top: 16%;
  }
}

#w-node-c2e58d16-5d1e-d6dc-ca4c-ecf55e21b58e-3e0bd61d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9423a91c-8b27-7cef-b219-dabe175cdc27-3e0bd61d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a60719b6-aed5-a9cb-04af-cdb681c0749e-3e0bd61d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_00484a17-6da5-945f-78f9-d7214c6d7e23-3e0bd61d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-daea4657-b5df-016a-21b0-d3239afd50fa-3e0bd61d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b8f2e938-ff1d-153d-ba0b-d53701dbc470-3e0bd61d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fec805a7-4e9c-8ab1-8b8f-efc3e6aeb79d-3e0bd61d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f9ca2d41-4dd1-f649-14b2-aeb6af8cae6c-3e0bd61d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-c2e58d16-5d1e-d6dc-ca4c-ecf55e21b58e-3e0bd61d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_00484a17-6da5-945f-78f9-d7214c6d7e23-3e0bd61d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-daea4657-b5df-016a-21b0-d3239afd50fa-3e0bd61d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f9ca2d41-4dd1-f649-14b2-aeb6af8cae6c-3e0bd61d {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

