.findaworkshop_contents {
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #333333;
  max-width: 1240px;
  margin: 0 auto;
  font-weight: 400;
}
.header {
  color: #fff;
  background-color: #ec1300;
  max-width: 1240px;
  height: 100px;
  display: flex;
  align-items: center;
}
.header_container {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.logo {
  padding: 0 15px;
}
.logo img {
  top: 4px;
  position: relative;
}
.header_links {
  display: flex;
  align-items: center;
}
.lists {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-inline-item {
  list-style-type: none;
  padding: 0 15px;
}
.list-inline-item:last-child {
  padding-right: 0;
}
.list-inline-item a,
.list-inline-item p {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
}
.hero_heading {
  font-family: Source sans pro;
  font-weight: 900;
  color: #ec1300;
}
.hero_buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.button {
  background: #ec1300;
  color: #fff;
  margin: 0px 28px 25px 0px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  width: 314px;
  cursor: pointer;
}
.findaworkshop_contents .button:hover {
  text-decoration: none;
  background: #b7170b;
  color: #fff;
}
.findaworkshop_text,
.events_heading {
  color: #000;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .header {
    height: 165px;
    max-width: 100%;
    align-items: unset;
  }
  .header_container {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .logo {
    padding: 26px 0 18px;
    margin: 0 auto;
    flex: 0 0 50%;
    text-align: center;
  }
  .logo img {
    width: auto;
    height: 38px;
    top: 0;
  }
  .header_links {
    margin: 0 auto;
  }
  .lists {
    max-width: 320px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list-inline-item {
    padding: 0 0 15px 0;
    width: 50%;
    text-align: center;
  }
  .list-inline-item a,
  .list-inline-item p {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
  }
  .list-inline-item:not(:last-child) {
    margin-right: 0px;
  }
  .hero_heading {
    font-size: 45px;
    line-height: 43px;
    letter-spacing: -2px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 30px 15px 0;
  }
  .hero_text {
    font-size: 20px;
    line-height: 26px;
    width: 309px;
    margin: 35px auto 40px;
    text-align: center;
  }
  .hero_buttons {
    align-items: center;
  }
  .button {
    margin: 0;
    font-size: 16px;
    width: 307px;
    height: 51px;
  }
  #volunteer-btn {
    width: 307px;
    margin: 15px 0 40px;
  }
  .hero_img {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .findaworkshop_text {
    font-size: 24px;
    line-height: 25px;
    margin: 30px auto 31px;
    width: 310px;
  }
  .events_heading {
    font-size: 20px;
    line-height: 22px;
    margin: 30px auto 40px;
    width: 303px;
  }
}

@media screen and (min-width: 768px) {
  .header {
    height: 8.34vw;
  }
  .logo img {
    width: 75%;
  }
  .list-inline-item a, 
  .list-inline-item p {
    font-size: calc(11px + (18 - 11) * ((100vw - 768px) / (1250 - 768)));
    line-height: 1.52vw;
  }
  .list-inline-item {
    padding: 0 1.2vw 0 0;
  }
  .list-inline-item:last-child {
    padding-right: 0;
  }
  .hero {
    display: flex;
  }
  .hero_left {
    padding-left: 4.032vw;
  }
  .hero_heading {
    margin: 3.6vw 6.2vw 3.6vw 0;
    font-size: calc(61px + (100 - 61) * ((100vw - 768px) / (1250 - 768)));
    line-height: 6.72vw;
    letter-spacing: -0.3vw;
  }
  .hero_text {
    font-size: calc(15px + (25 - 15) * ((100vw - 768px) / (1250 - 768)));
    line-height: 2.5vw;
    padding-right: 3vw;
    margin-bottom: 3.04vw;
  }
  .hero_img {
    width: 51.9vw;
    height: 53.6vw;
    position: relative;
  }
  .button {
    margin: 0vw 2.24vw 2vw 0vw;
    font-size: calc(11px + (18 - 11) * ((100vw - 768px) / (1250 - 768)));
    border-radius: 4vw;
    height: 3.76vw;
    width: 25.12vw;
  }
  #volunteer-btn {
    width: 28vw;
  }
  .findaworkshop_text {
    font-size: calc(26px + (42 - 26) * ((100vw - 768px) / (1200 - 768)));
    line-height: 4vw;
    margin-top: 2.16vw;
    margin-left: 5.04vw;
    margin-right: 0.833vw;
  }
  .events_heading {
    font-size: calc(19px + (30 - 19) * ((100vw - 768px) / (1200 - 768)));
    line-height: 2.72vw;
    margin: 3.84vw 0 2.56vw 5.04vw;
    width: 82.4vw;
  }
}

@media screen and (min-width: 1200px) {
  .header {
    height: 100px;
  }
  .logo img {
    width: 100%;
  }
  .list-inline-item {
    padding: 0 15px;
  }
  .list-inline-item a, 
  .list-inline-item p {
    font-size: 18px;
    line-height: 19px;
  }
  .hero_left {
    padding-left: 50px;
  }
  .hero_heading {
    font-size: 100px;
    line-height: 84px;
    letter-spacing: -5px;
    margin: 63px 70px 48px 0;
  }
  .hero_text {
    font-size: 27px;
    line-height: 33px;
    width: 459px;
    margin-bottom: 38px;
    padding: 0;
  }
  .button {
    margin: 0px 28px 25px 0px;
    font-size: 18px;
    border-radius: 50px;
    height: 47px;
    width: 314px;
  }
  #volunteer-btn {
    width: 350px;
  }
  .hero_img {
    width: 646px;
    height: 683px;
  }
  .findaworkshop_text {
    font-size: 42px;
    line-height: 50px;
    margin-top: 27px;
    margin-left: 63px;
    margin-right: 0;
  }
  .events_heading {
    font-size: 30px;
    line-height: 34px;
    margin: 48px 0 45px 63px;
    width: 1030px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1250px) {
  .hero_heading {
    font-size: calc(61px + (100 - 61) * ((100vw - 768px) / (1250 - 768)));
  }
}
