.section-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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: rgba(32, 32, 32, 0.75);
}

.image-3 {
  max-height: 400px;
  padding: 70px;
}

.div-block-3 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
  text-align: center;
}

.heading {
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  letter-spacing: 1px;
}

.body {
  background-color: #202020;
  background-image: url('../images/American-Party_21_9.jpg');
  background-position: 50% 50%;
  background-size: 120vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.div-block-4 {
  position: static;
}

.section-3 {
  padding-top: 20vh;
}

.image-4 {
  max-height: 15vh;
}

.div-block-5 {
  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;
}

.body-2 {
  background-color: #202020;
}

.heading-2 {
  margin-bottom: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.list-item {
  margin: 30px 25px;
}

.list {
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .heading {
    margin-top: 10px;
  }
  .body {
    background-size: auto 130vh;
  }
  .div-block-4 {
    margin-top: -100px;
  }
}

@media screen and (max-width: 767px) {
  .image-3 {
    max-height: 230px;
    padding: 50px;
  }
  .heading {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 25px;
  }
  .body {
    background-size: auto 130vh;
  }
  .div-block-4 {
    margin-top: -30px;
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    padding-right: 30px;
    padding-left: 30px;
  }
  .body {
    background-position: 50% 60%;
  }
  .div-block-4 {
    margin-top: -60px;
  }
  .link {
    font-size: 24px;
  }
  .list {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 400;
    list-style-type: none;
  }
}

